From 21df2651035f163b6a1ecd6fbf48d58a1d82dc06 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 1 Mar 2016 09:27:24 -0500 Subject: Copyright changed. From combox contributors -> Dr. Robert C. Green II. --- Makefile | 2 +- combox/_version.py | 2 +- combox/cbox.py | 2 +- combox/config.py | 2 +- combox/crypto.py | 2 +- combox/events.py | 2 +- combox/file.py | 2 +- combox/gui.py | 2 +- combox/log.py | 2 +- combox/silo.py | 2 +- setup.py | 2 +- tests/_version_test.py | 2 +- tests/config_test.py | 2 +- tests/crypto_test.py | 2 +- tests/events_test.py | 2 +- tests/file_test.py | 2 +- tests/silo_test.py | 2 +- tests/utils.py | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index 96cdb87..5a7b9b2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# 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/combox/_version.py b/combox/_version.py index c70f887..9227207 100644 --- a/combox/_version.py +++ b/combox/_version.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/combox/cbox.py b/combox/cbox.py index 0244284..f9b885f 100644 --- a/combox/cbox.py +++ b/combox/cbox.py @@ -2,7 +2,7 @@ # #!/usr/bin/env python # -# 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/combox/config.py b/combox/config.py index a6ffc8d..5220c0f 100644 --- a/combox/config.py +++ b/combox/config.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/combox/crypto.py b/combox/crypto.py index b2091e6..24114a8 100644 --- a/combox/crypto.py +++ b/combox/crypto.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/combox/events.py b/combox/events.py index fa2a9f4..13aca92 100644 --- a/combox/events.py +++ b/combox/events.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/combox/file.py b/combox/file.py index cbbce9c..05c893e 100644 --- a/combox/file.py +++ b/combox/file.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/combox/gui.py b/combox/gui.py index f12cd77..bea05d6 100644 --- a/combox/gui.py +++ b/combox/gui.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/combox/log.py b/combox/log.py index 2ff15cb..2ebbdd8 100644 --- a/combox/log.py +++ b/combox/log.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/combox/silo.py b/combox/silo.py index 741772b..0f2de3c 100644 --- a/combox/silo.py +++ b/combox/silo.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/setup.py b/setup.py index 1c24f72..cd69b5b 100644 --- a/setup.py +++ b/setup.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/_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. # -- cgit v1.2.3