diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fc21328359c4f7a8c817c68edb9a4ad7d96a0cee..459b7708f868effc8afa82deca6eefc4906264b9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,3 +7,4 @@ - Rick Eason - Jay Nugent - Pete Loveall AE5PL +- agmuino - https://github.com/agmuino diff --git a/LICENSE b/LICENSE index 79e695608448d19afdb9dbcedd9696bbb2f86231..67fd0e7e9df787a7c0f795bfd8f81721bba8859f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2015 Orion Labs, Inc. and Contributors +Copyright 2016 Orion Labs, 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/MANIFEST.in b/MANIFEST.in index 738616d045f6af3e31abf411e35c0ce22d7c79ab..645a28caab72c7d231ba0710d576cf52d353b7ac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include README.rst LICENSE requirements.txt \ No newline at end of file +include README.rst LICENSE requirements.txt diff --git a/Makefile b/Makefile index 8fbb04bf259e7b2747d19cbac0c1cc94e2c15bc2..e92b04f657feb5f1a678a0e4594e1056d33dee31 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Makefile for KISS Python Module. # # Source:: https://github.com/ampledata/kiss -# Author:: Greg Albrecht W2GMD <gba@orionlabs.co> -# Copyright:: Copyright 2015 Orion Labs, Inc. and Contributors +# Author:: Greg Albrecht W2GMD <gba@orionlabs.io> +# Copyright:: Copyright 2016 Orion Labs, Inc. and Contributors # License:: Apache License, Version 2.0 # diff --git a/README.rst b/README.rst index e444fd29a6b7fc4f9b57ccc4b8ad289417545ef9..9f41f119656ed33aa00a89a9dad9650792ebf9cd 100644 --- a/README.rst +++ b/README.rst @@ -53,14 +53,14 @@ https://github.com/ampledata/kiss Author ====== -Greg Albrecht W2GMD gba@orionlabs.co +Greg Albrecht W2GMD gba@orionlabs.io http://ampledata.org/ Copyright ========= -Copyright 2015 Orion Labs, Inc. and Contributors +Copyright 2016 Orion Labs, Inc. and Contributors License diff --git a/kiss/__init__.py b/kiss/__init__.py index 5d09f1f2dcbda0547836f2c597bbd9a3d38031aa..48c3ae0f1dca0353d15c58adf0ca391a91869401 100644 --- a/kiss/__init__.py +++ b/kiss/__init__.py @@ -8,15 +8,15 @@ KISS Python Module. ~~~~ -:author: Greg Albrecht W2GMD <gba@orionlabs.co> -:copyright: Copyright 2015 Orion Labs, Inc. and Contributors +:author: Greg Albrecht W2GMD <gba@orionlabs.io> +:copyright: Copyright 2016 Orion Labs, Inc. and Contributors :license: Apache License, Version 2.0 :source: <https://github.com/ampledata/kiss> """ -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/kiss/classes.py b/kiss/classes.py index 3d9a08a3b0a7518b288b17beca32c952f82c5f50..cd33dd146a74a4c5d0628b07dc405a16887feff6 100644 --- a/kiss/classes.py +++ b/kiss/classes.py @@ -3,8 +3,8 @@ """KISS Core Classes.""" -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/kiss/constants.py b/kiss/constants.py index 393c51734751e7564519bf785acf8bcb9ad66d33..d91a3fb4783a7107aa8ccedf0c824484ace80405 100644 --- a/kiss/constants.py +++ b/kiss/constants.py @@ -3,8 +3,8 @@ """Constants for KISS Python Module.""" -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/kiss/util.py b/kiss/util.py index 9071a724dfc552e415a52babbe31e60b8c759f7e..3cc3f6562915859c4b6f4ea1a89879cf9cd9169e 100644 --- a/kiss/util.py +++ b/kiss/util.py @@ -3,8 +3,8 @@ """Utilities for the KISS Python Module.""" -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/requirements.txt b/requirements.txt index 150d787c89bed148578df1c6311863da2de81a1a..396eb2c140ff0f9ca6dbd958b581ea835439ef97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # Python Distribution Package Requirements for KISS. # # Source:: https://github.com/ampledata/kiss -# Author:: Greg Albrecht W2GMD <gba@orionlabs.co> -# Copyright:: Copyright 2015 Orion Labs, Inc. and Contributors +# Author:: Greg Albrecht W2GMD <gba@orionlabs.io> +# Copyright:: Copyright 2016 Orion Labs, Inc. and Contributors # License:: Apache License, Version 2.0 diff --git a/setup.cfg b/setup.cfg index 12f7acf7ce9470bada93cdf30f254b9b3df66c86..e9acbc1602f3f75dc848f1eed35683f20a687b00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,8 @@ # Nosetests configuration for KISS. # # Source:: https://github.com/ampledata/kiss -# Author:: Greg Albrecht W2GMD <gba@orionlabs.co> -# Copyright:: Copyright 2015 Orion Labs, Inc. and Contributors +# Author:: Greg Albrecht W2GMD <gba@orionlabs.io> +# Copyright:: Copyright 2016 Orion Labs, Inc. and Contributors # License:: Apache License, Version 2.0 # diff --git a/setup.py b/setup.py index 8968c57da9647432f132060c1ead12140ad41c20..274cc9b346b8b656445fad3fad3ef4b56b8321b8 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ Source:: https://github.com/ampledata/kiss __title__ = 'kiss' __version__ = '3.1.1' -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' @@ -41,7 +41,7 @@ setup( description='KISS Python Module.', long_description=open('README.rst').read(), author='Greg Albrecht', - author_email='gba@orionlabs.co', + author_email='gba@orionlabs.io', license=open('LICENSE').read(), url='https://github.com/ampledata/kiss', setup_requires=['coverage >= 3.7.1', 'nose >= 1.3.7'], diff --git a/tests/constants.py b/tests/constants.py index 602173743e707faa5f7e20ac3a8f44c3e669bce7..a3a64cf45b525cdc2510bfbd9893e5f57b4b3351 100644 --- a/tests/constants.py +++ b/tests/constants.py @@ -3,8 +3,8 @@ """Constants for KISS Module Tests.""" -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/tests/context.py b/tests/context.py index 54a2d0012eaa29f179cac207fc8c0af8fcf8739a..bcb59b7944618e81fd3c728d0edfb5d18df711a3 100644 --- a/tests/context.py +++ b/tests/context.py @@ -3,8 +3,8 @@ """Context for tests for KISS Python Module.""" -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0' diff --git a/tests/test_kiss_util.py b/tests/test_kiss_util.py index 3eb336ded89ba4d585815515d7d40360c64f1cfa..f6005a5c7968024be38f6607833a272ed85cce73 100644 --- a/tests/test_kiss_util.py +++ b/tests/test_kiss_util.py @@ -3,8 +3,8 @@ """Tests for KISS Util Module.""" -__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.co>' -__copyright__ = 'Copyright 2015 Orion Labs, Inc. and Contributors' +__author__ = 'Greg Albrecht W2GMD <gba@orionlabs.io>' +__copyright__ = 'Copyright 2016 Orion Labs, Inc. and Contributors' __license__ = 'Apache License, Version 2.0'