diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-01 09:27:24 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-01 09:27:24 -0500 |
commit | 21df2651035f163b6a1ecd6fbf48d58a1d82dc06 (patch) | |
tree | f9c73e14e4fbd0a825dc8159e03407c8bf477a63 /tests | |
parent | 5f858aa37e9b79fc31aca67f79b24f00ec8b40e1 (diff) |
Copyright changed.
From combox contributors -> Dr. Robert C. Green II.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/_version_test.py | 2 | ||||
-rw-r--r-- | tests/config_test.py | 2 | ||||
-rw-r--r-- | tests/crypto_test.py | 2 | ||||
-rw-r--r-- | tests/events_test.py | 2 | ||||
-rw-r--r-- | tests/file_test.py | 2 | ||||
-rw-r--r-- | tests/silo_test.py | 2 | ||||
-rw-r--r-- | tests/utils.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/_version_test.py b/tests/_version_test.py index 12c4d2a..bb6021b 100644 --- a/tests/_version_test.py +++ b/tests/_version_test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # diff --git a/tests/config_test.py b/tests/config_test.py index a9d4ba6..fe0e64a 100644 --- a/tests/config_test.py +++ b/tests/config_test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # diff --git a/tests/crypto_test.py b/tests/crypto_test.py index 82edf9e..d0b1286 100644 --- a/tests/crypto_test.py +++ b/tests/crypto_test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # diff --git a/tests/events_test.py b/tests/events_test.py index b2f2b62..e774544 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # diff --git a/tests/file_test.py b/tests/file_test.py index f431a78..6d91c76 100644 --- a/tests/file_test.py +++ b/tests/file_test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # diff --git a/tests/silo_test.py b/tests/silo_test.py index 9ba6f89..df805ac 100644 --- a/tests/silo_test.py +++ b/tests/silo_test.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # diff --git a/tests/utils.py b/tests/utils.py index d836cf6..4f47b65 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2015 Combox contributor(s). See CONTRIBUTORS.rst. +# Copyright (C) 2016 Dr. Robert C. Green II. # # This file is part of Combox. # |