From b9c21c63131385b20e461c680dae933d4d3d7b6a Mon Sep 17 00:00:00 2001 From: chadlung Date: Mon, 13 Jan 2014 17:41:22 -0600 Subject: [PATCH] Updating copyright year Change-Id: Id0af4153b1cb8b22ef8232e9b1769f3bbf33e965 --- barbican/api/__init__.py | 2 +- barbican/api/app.py | 2 +- barbican/api/middleware/__init__.py | 2 +- barbican/api/resources.py | 2 +- barbican/common/__init__.py | 2 +- barbican/common/config.py | 2 +- barbican/common/exception.py | 2 +- barbican/common/resources.py | 2 +- barbican/common/utils.py | 2 +- barbican/common/verifications.py | 2 +- barbican/crypto/__init__.py | 2 +- barbican/crypto/extension_manager.py | 2 +- barbican/crypto/mime_types.py | 2 +- barbican/crypto/plugin.py | 2 +- barbican/locale/__init__.py | 2 +- barbican/locale/keep.pot | 2 +- barbican/model/__init__.py | 2 +- barbican/model/models.py | 2 +- barbican/model/repositories.py | 2 +- barbican/queue/__init__.py | 2 +- barbican/queue/client.py | 2 +- barbican/queue/server.py | 2 +- barbican/tasks/__init__.py | 2 +- barbican/tasks/resources.py | 2 +- barbican/tests/__init__.py | 2 +- barbican/tests/api/__init__.py | 2 +- barbican/tests/api/test_middleware.py | 2 +- barbican/tests/api/test_resources.py | 2 +- barbican/tests/api/test_resources_policy.py | 2 +- barbican/tests/common/test_utils.py | 2 +- barbican/tests/common/test_validators.py | 2 +- barbican/tests/crypto/test_extension_manager.py | 2 +- barbican/tests/crypto/test_mime_types.py | 2 +- barbican/tests/crypto/test_p11_crypto.py | 2 +- barbican/tests/crypto/test_plugin.py | 2 +- barbican/tests/model/test_models.py | 2 +- barbican/tests/model/test_repositories.py | 2 +- barbican/tests/queue/__init__.py | 2 +- barbican/tests/queue/test_client.py | 2 +- barbican/tests/queue/test_server.py | 2 +- barbican/tests/tasks/__init__.py | 2 +- barbican/tests/tasks/test_resources.py | 2 +- barbican/tests/utils.py | 2 +- bin/barbican-worker.py | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/barbican/api/__init__.py b/barbican/api/__init__.py index eafd30374..3be5669f9 100644 --- a/barbican/api/__init__.py +++ b/barbican/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/api/app.py b/barbican/api/app.py index 3a34ca3c3..3b9d116f1 100644 --- a/barbican/api/app.py +++ b/barbican/api/app.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/api/middleware/__init__.py b/barbican/api/middleware/__init__.py index 1c3141efe..2b4a32c2a 100644 --- a/barbican/api/middleware/__init__.py +++ b/barbican/api/middleware/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/api/resources.py b/barbican/api/resources.py index 2ad4725dc..b8ad944ab 100644 --- a/barbican/api/resources.py +++ b/barbican/api/resources.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/common/__init__.py b/barbican/common/__init__.py index bb36ae96f..606b84e08 100644 --- a/barbican/common/__init__.py +++ b/barbican/common/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/common/config.py b/barbican/common/config.py index 349298123..5263d3970 100644 --- a/barbican/common/config.py +++ b/barbican/common/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/common/exception.py b/barbican/common/exception.py index 823ce4aa7..cfb3c308b 100644 --- a/barbican/common/exception.py +++ b/barbican/common/exception.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/common/resources.py b/barbican/common/resources.py index e8ac63918..b7c61b15a 100644 --- a/barbican/common/resources.py +++ b/barbican/common/resources.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/common/utils.py b/barbican/common/utils.py index eae5af34b..00b425b56 100644 --- a/barbican/common/utils.py +++ b/barbican/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/common/verifications.py b/barbican/common/verifications.py index 0c53d0936..84700eb8c 100644 --- a/barbican/common/verifications.py +++ b/barbican/common/verifications.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/crypto/__init__.py b/barbican/crypto/__init__.py index d316dc752..2ddd224e7 100644 --- a/barbican/crypto/__init__.py +++ b/barbican/crypto/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/crypto/extension_manager.py b/barbican/crypto/extension_manager.py index 207d0ccd4..65435349f 100644 --- a/barbican/crypto/extension_manager.py +++ b/barbican/crypto/extension_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/crypto/mime_types.py b/barbican/crypto/mime_types.py index 94f75b772..17def10d7 100644 --- a/barbican/crypto/mime_types.py +++ b/barbican/crypto/mime_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/crypto/plugin.py b/barbican/crypto/plugin.py index 0acabec2a..0bf1ccd66 100644 --- a/barbican/crypto/plugin.py +++ b/barbican/crypto/plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/locale/__init__.py b/barbican/locale/__init__.py index 78f982cef..78f585d6c 100644 --- a/barbican/locale/__init__.py +++ b/barbican/locale/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/locale/keep.pot b/barbican/locale/keep.pot index a42484af1..49930baad 100644 --- a/barbican/locale/keep.pot +++ b/barbican/locale/keep.pot @@ -1,5 +1,5 @@ # Translations template for barbican. -# Copyright (C) 2013 Rackspace, Inc. +# Copyright (C) 2013-2014 Rackspace, Inc. # This file is distributed under the same license as # the barbican project. FIRST AUTHOR , 2013. # diff --git a/barbican/model/__init__.py b/barbican/model/__init__.py index 4ee698ae4..4cdc0c412 100644 --- a/barbican/model/__init__.py +++ b/barbican/model/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/model/models.py b/barbican/model/models.py index 3fc509edc..213ab65f4 100644 --- a/barbican/model/models.py +++ b/barbican/model/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/model/repositories.py b/barbican/model/repositories.py index eff74b87d..110dd966f 100644 --- a/barbican/model/repositories.py +++ b/barbican/model/repositories.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/queue/__init__.py b/barbican/queue/__init__.py index 329e797d4..0c53d7747 100644 --- a/barbican/queue/__init__.py +++ b/barbican/queue/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/queue/client.py b/barbican/queue/client.py index da7556dc0..05bb1c69f 100644 --- a/barbican/queue/client.py +++ b/barbican/queue/client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/queue/server.py b/barbican/queue/server.py index cd6e670ee..464abfc25 100644 --- a/barbican/queue/server.py +++ b/barbican/queue/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tasks/__init__.py b/barbican/tasks/__init__.py index a8f2a8d49..a0f6cacbb 100644 --- a/barbican/tasks/__init__.py +++ b/barbican/tasks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tasks/resources.py b/barbican/tasks/resources.py index c15e7d8f7..9c47e82bb 100644 --- a/barbican/tasks/resources.py +++ b/barbican/tasks/resources.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/__init__.py b/barbican/tests/__init__.py index 78f982cef..78f585d6c 100644 --- a/barbican/tests/__init__.py +++ b/barbican/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/api/__init__.py b/barbican/tests/api/__init__.py index 6521fd59a..437857d35 100644 --- a/barbican/tests/api/__init__.py +++ b/barbican/tests/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/api/test_middleware.py b/barbican/tests/api/test_middleware.py index 562c9e3b5..ef8e78a1d 100644 --- a/barbican/tests/api/test_middleware.py +++ b/barbican/tests/api/test_middleware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/api/test_resources.py b/barbican/tests/api/test_resources.py index 1b8a55634..9363e75f4 100644 --- a/barbican/tests/api/test_resources.py +++ b/barbican/tests/api/test_resources.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/api/test_resources_policy.py b/barbican/tests/api/test_resources_policy.py index 6b1742d58..6527d7dea 100644 --- a/barbican/tests/api/test_resources_policy.py +++ b/barbican/tests/api/test_resources_policy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/common/test_utils.py b/barbican/tests/common/test_utils.py index a100ea1a2..de23a2003 100644 --- a/barbican/tests/common/test_utils.py +++ b/barbican/tests/common/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/common/test_validators.py b/barbican/tests/common/test_validators.py index f8f051115..a93ea851a 100644 --- a/barbican/tests/common/test_validators.py +++ b/barbican/tests/common/test_validators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/crypto/test_extension_manager.py b/barbican/tests/crypto/test_extension_manager.py index cceab2c25..08fd23713 100644 --- a/barbican/tests/crypto/test_extension_manager.py +++ b/barbican/tests/crypto/test_extension_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/crypto/test_mime_types.py b/barbican/tests/crypto/test_mime_types.py index f223b3a5f..4a5955092 100644 --- a/barbican/tests/crypto/test_mime_types.py +++ b/barbican/tests/crypto/test_mime_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/crypto/test_p11_crypto.py b/barbican/tests/crypto/test_p11_crypto.py index ab4656841..edf7d5e4a 100644 --- a/barbican/tests/crypto/test_p11_crypto.py +++ b/barbican/tests/crypto/test_p11_crypto.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/crypto/test_plugin.py b/barbican/tests/crypto/test_plugin.py index 99345a424..ba57985dc 100644 --- a/barbican/tests/crypto/test_plugin.py +++ b/barbican/tests/crypto/test_plugin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/model/test_models.py b/barbican/tests/model/test_models.py index 8c89c625d..c63b85afc 100644 --- a/barbican/tests/model/test_models.py +++ b/barbican/tests/model/test_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/model/test_repositories.py b/barbican/tests/model/test_repositories.py index 7672cc193..08047c474 100644 --- a/barbican/tests/model/test_repositories.py +++ b/barbican/tests/model/test_repositories.py @@ -1,5 +1,5 @@ """ -Copyright 2013 Rackspace +Copyright 2013-2014 Rackspace, Inc. 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/barbican/tests/queue/__init__.py b/barbican/tests/queue/__init__.py index 78f982cef..78f585d6c 100644 --- a/barbican/tests/queue/__init__.py +++ b/barbican/tests/queue/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/queue/test_client.py b/barbican/tests/queue/test_client.py index 810deb8d5..f0a259cde 100644 --- a/barbican/tests/queue/test_client.py +++ b/barbican/tests/queue/test_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/queue/test_server.py b/barbican/tests/queue/test_server.py index 020263523..7079befc6 100644 --- a/barbican/tests/queue/test_server.py +++ b/barbican/tests/queue/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/tasks/__init__.py b/barbican/tests/tasks/__init__.py index 78f982cef..78f585d6c 100644 --- a/barbican/tests/tasks/__init__.py +++ b/barbican/tests/tasks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/tasks/test_resources.py b/barbican/tests/tasks/test_resources.py index ce79124a8..0e509977a 100644 --- a/barbican/tests/tasks/test_resources.py +++ b/barbican/tests/tasks/test_resources.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/barbican/tests/utils.py b/barbican/tests/utils.py index 7a9031567..8e0cd5344 100644 --- a/barbican/tests/utils.py +++ b/barbican/tests/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # 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/bin/barbican-worker.py b/bin/barbican-worker.py index c9e9b2d78..c91022a53 100755 --- a/bin/barbican-worker.py +++ b/bin/barbican-worker.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2013 Rackspace, Inc. +# Copyright (c) 2013-2014 Rackspace, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.