From 2d2455249c30f780e995c887e392b4d8abbbc516 Mon Sep 17 00:00:00 2001
From: Greg Albrecht <gba@onbeep.com>
Date: Sat, 23 Apr 2016 16:09:44 -1000
Subject: [PATCH] updates

---
 CONTRIBUTORS            | 1 +
 LICENSE                 | 2 +-
 MANIFEST.in             | 2 +-
 Makefile                | 4 ++--
 README.rst              | 4 ++--
 kiss/__init__.py        | 8 ++++----
 kiss/classes.py         | 4 ++--
 kiss/constants.py       | 4 ++--
 kiss/util.py            | 4 ++--
 requirements.txt        | 4 ++--
 setup.cfg               | 4 ++--
 setup.py                | 6 +++---
 tests/constants.py      | 4 ++--
 tests/context.py        | 4 ++--
 tests/test_kiss_util.py | 4 ++--
 15 files changed, 30 insertions(+), 29 deletions(-)

diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index fc21328..459b770 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 79e6956..67fd0e7 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 738616d..645a28c 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 8fbb04b..e92b04f 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 e444fd2..9f41f11 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 5d09f1f..48c3ae0 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 3d9a08a..cd33dd1 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 393c517..d91a3fb 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 9071a72..3cc3f65 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 150d787..396eb2c 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 12f7acf..e9acbc1 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 8968c57..274cc9b 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 6021737..a3a64cf 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 54a2d00..bcb59b7 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 3eb336d..f6005a5 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'
 
 
-- 
GitLab