diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000000000000000000000000000000000000..d18197faf7ca6cbbcb7077ee625f49404fb6287c --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1 @@ +Paul McMillan diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 432e693906029408fc41e670489289f5da391308..11c15bebb4714255af71b3efebfe0499830d309c 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -1 +1 @@ -Copyright 2013, OnBeep, Inc. +Copyright 2013, OnBeep, Inc. and Contributors diff --git a/LICENSE b/LICENSE index 353e988b0f7cb3db920a4af611e32fc1e1a4d865..27bf6062c8e0c6ee782b1910fe1142cfb126be66 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013 OnBeep, Inc. +Copyright 2013 OnBeep, Inc. and Contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index 8021af8f94dae56812ca832f7d8d79ae5ace3724..61d478f99e8f2e242ed2732589e3f436b3325823 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # Source:: https://github.com/ampledata/kiss # Author:: Greg Albrecht W2GMD <gba@onbeep.com> -# Copyright:: Copyright 2013 OnBeep, Inc. +# Copyright:: Copyright 2013 OnBeep, Inc. and Contributors # License:: Apache License, Version 2.0 # diff --git a/README.rst b/README.rst index 738b6ede93788ea222e324a798b74e961a770aa6..8bb04c2dc7db3d3466cb2f676f586830a4769567 100644 --- a/README.rst +++ b/README.rst @@ -56,9 +56,9 @@ http://ampledata.org/ Copyright ========= -Copyright 2013 OnBeep, Inc. +Copyright 2013 OnBeep, Inc. and Contributors License ======= -Apache License, Version 2.0. See LICENSE for details. \ No newline at end of file +Apache License, Version 2.0. See LICENSE for details. diff --git a/kiss/__init__.py b/kiss/__init__.py index 590f861e54df9a9f571b8c49f91becbe466792d3..52f74387ded68f486bbc664a548c45dad154c928 100644 --- a/kiss/__init__.py +++ b/kiss/__init__.py @@ -9,7 +9,7 @@ KISS Python Module. :author: Greg Albrecht W2GMD <gba@onbeep.com> -:copyright: Copyright 2013 OnBeep, Inc. +:copyright: Copyright 2013 OnBeep, Inc. and Contributors :license: Apache License, Version 2.0 :source: <https://github.com/ampledata/kiss> @@ -17,7 +17,7 @@ KISS Python Module. __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' __license__ = 'Apache License, Version 2.0' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' import logging diff --git a/kiss/classes.py b/kiss/classes.py index 2380ce2e3e0b3b97e7b3640240c53630f0102c46..f1732332bd8b22ad67283f6f674d51a90d6ce438 100644 --- a/kiss/classes.py +++ b/kiss/classes.py @@ -4,7 +4,7 @@ """KISS Core Classes.""" __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/kiss/constants.py b/kiss/constants.py index 7bc24c99cb187908b14220b43f800c942ef8eb44..7a3a45b891cb7dd055e2058ff6c52cadb9b32da7 100644 --- a/kiss/constants.py +++ b/kiss/constants.py @@ -4,7 +4,7 @@ """Constants for KISS Python Module.""" __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/kiss/util.py b/kiss/util.py index 253e32bf185348005ec9c663ccaedf20a2385ba1..13eabbc2decbba535080147bbdba8e2928a61c62 100644 --- a/kiss/util.py +++ b/kiss/util.py @@ -4,7 +4,7 @@ """Utilities for the KISS Python Module.""" __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/requirements.txt b/requirements.txt index 35d9123bfc8e65a30c7ea1430b1b334302e5ce95..818474d7001ad224deda772d1829a4e4ec4f037f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # # Source:: https://github.com/ampledata/kiss # Author:: Greg Albrecht W2GMD <gba@onbeep.com> -# Copyright:: Copyright 2013 OnBeep, Inc. +# Copyright:: Copyright 2013 OnBeep, Inc. and Contributors # License:: Apache License, Version 2.0 diff --git a/setup.cfg b/setup.cfg index 6a1da6c31903712a49d071d72783e1b4222595b8..7c056b02e5ee001aada0150c199a2f681562706d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # # Source:: https://github.com/ampledata/kiss # Author:: Greg Albrecht W2GMD <gba@onbeep.com> -# Copyright:: Copyright 2013 OnBeep, Inc. +# Copyright:: Copyright 2013 OnBeep, Inc. and Contributors # License:: Apache License, Version 2.0 # diff --git a/setup.py b/setup.py index 65d7be79c346190d5d9493b331514cea8f8d7f71..cc3deaf3a1904ba5e8da7c722340843e71756801 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ __title__ = 'kiss' __version__ = '1.0.1' __build__ = '0x010001' __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/tests/constants.py b/tests/constants.py index bfec0650a8454cd72ec5ecc1b3d2e063421ede7b..2877af25a22a6ff71e62f6729d935449993e4e2b 100644 --- a/tests/constants.py +++ b/tests/constants.py @@ -4,7 +4,7 @@ """Constants for KISS Module Tests.""" __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/tests/test_kiss_util.py b/tests/test_kiss_util.py index 05564a7c353c304100a70c77f4635f97bc2736d6..c5e91c85dbb416eb2468b7eee194764ead5c8460 100644 --- a/tests/test_kiss_util.py +++ b/tests/test_kiss_util.py @@ -4,7 +4,7 @@ """Tests for KISS Util Module.""" __author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>' -__copyright__ = 'Copyright 2013 OnBeep, Inc.' +__copyright__ = 'Copyright 2013 OnBeep, Inc. and Contributors' __license__ = 'Apache License, Version 2.0'