From 0d8e8d9a0ae5d1a91953b3a165514d7168143ec2 Mon Sep 17 00:00:00 2001 From: Paul McMillan <paul.mcmillan@nebula.com> Date: Thu, 6 Mar 2014 14:33:56 +0000 Subject: [PATCH] Add contributors to licensing --- CONTRIBUTORS | 1 + COPYRIGHT.txt | 2 +- LICENSE | 2 +- Makefile | 2 +- README.rst | 4 ++-- kiss/__init__.py | 4 ++-- kiss/classes.py | 2 +- kiss/constants.py | 2 +- kiss/util.py | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- tests/constants.py | 2 +- tests/test_kiss_util.py | 2 +- 14 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..d18197f --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1 @@ +Paul McMillan diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 432e693..11c15be 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 353e988..27bf606 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 8021af8..61d478f 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 738b6ed..8bb04c2 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 590f861..52f7438 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 2380ce2..f173233 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 7bc24c9..7a3a45b 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 253e32b..13eabbc 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 35d9123..818474d 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 6a1da6c..7c056b0 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 65d7be7..cc3deaf 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 bfec065..2877af2 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 05564a7..c5e91c8 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' -- GitLab