From 88234271615264095e80c03e7970631a9b743c02 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Tue, 4 Jan 2011 17:34:43 -0600 Subject: [PATCH] Changed copyright notices on py files and the single rst file with a copyright notice --- bin/st | 2 +- bin/swift-account-audit | 2 +- bin/swift-account-auditor | 2 +- bin/swift-account-reaper | 2 +- bin/swift-account-replicator | 2 +- bin/swift-account-server | 2 +- bin/swift-account-stats-logger | 2 +- bin/swift-auth-add-user | 2 +- bin/swift-auth-recreate-accounts | 2 +- bin/swift-auth-server | 2 +- bin/swift-auth-update-reseller-prefixes | 2 +- bin/swift-bench | 2 +- bin/swift-container-auditor | 2 +- bin/swift-container-replicator | 2 +- bin/swift-container-server | 2 +- bin/swift-container-updater | 2 +- bin/swift-drive-audit | 2 +- bin/swift-get-nodes | 2 +- bin/swift-init | 2 +- bin/swift-log-stats-collector | 2 +- bin/swift-log-uploader | 2 +- bin/swift-object-auditor | 2 +- bin/swift-object-info | 2 +- bin/swift-object-replicator | 2 +- bin/swift-object-server | 2 +- bin/swift-object-updater | 2 +- bin/swift-proxy-server | 2 +- bin/swift-ring-builder | 2 +- bin/swift-stats-populate | 2 +- bin/swift-stats-report | 2 +- doc/source/conf.py | 2 +- doc/source/development_guidelines.rst | 2 +- doc/source/index.rst | 2 +- setup.py | 2 +- swift/account/auditor.py | 2 +- swift/account/reaper.py | 2 +- swift/account/replicator.py | 2 +- swift/account/server.py | 2 +- swift/auth/server.py | 2 +- swift/common/bench.py | 2 +- swift/common/bufferedhttp.py | 2 +- swift/common/client.py | 2 +- swift/common/compressing_file_reader.py | 2 +- swift/common/constraints.py | 2 +- swift/common/daemon.py | 2 +- swift/common/db.py | 2 +- swift/common/db_replicator.py | 2 +- swift/common/direct_client.py | 2 +- swift/common/exceptions.py | 2 +- swift/common/internal_proxy.py | 2 +- swift/common/memcached.py | 2 +- swift/common/middleware/acl.py | 2 +- swift/common/middleware/auth.py | 2 +- swift/common/middleware/catch_errors.py | 2 +- swift/common/middleware/cname_lookup.py | 2 +- swift/common/middleware/domain_remap.py | 2 +- swift/common/middleware/healthcheck.py | 2 +- swift/common/middleware/memcache.py | 2 +- swift/common/ring/builder.py | 2 +- swift/common/ring/ring.py | 2 +- swift/common/utils.py | 2 +- swift/common/wsgi.py | 2 +- swift/container/auditor.py | 2 +- swift/container/replicator.py | 2 +- swift/container/server.py | 2 +- swift/container/updater.py | 2 +- swift/obj/auditor.py | 2 +- swift/obj/replicator.py | 2 +- swift/obj/server.py | 2 +- swift/obj/updater.py | 2 +- swift/proxy/server.py | 2 +- swift/stats/access_processor.py | 2 +- swift/stats/account_stats.py | 2 +- swift/stats/log_processor.py | 2 +- swift/stats/log_uploader.py | 2 +- swift/stats/stats_processor.py | 2 +- test/functional/swift.py | 2 +- test/functional/tests.py | 2 +- test/probe/common.py | 2 +- test/probe/test_account_failures.py | 2 +- test/probe/test_container_failures.py | 2 +- test/probe/test_object_async_update.py | 2 +- test/probe/test_object_handoff.py | 2 +- test/probe/test_running_with_each_type_down.py | 2 +- test/unit/account/test_auditor.py | 2 +- test/unit/account/test_reaper.py | 2 +- test/unit/account/test_replicator.py | 2 +- test/unit/account/test_server.py | 2 +- test/unit/auth/test_server.py | 2 +- test/unit/common/middleware/test_acl.py | 2 +- test/unit/common/middleware/test_auth.py | 2 +- test/unit/common/middleware/test_cname_lookup.py | 2 +- test/unit/common/middleware/test_domain_remap.py | 2 +- test/unit/common/middleware/test_except.py | 2 +- test/unit/common/middleware/test_healthcheck.py | 2 +- test/unit/common/middleware/test_memcache.py | 2 +- test/unit/common/middleware/test_ratelimit.py | 2 +- test/unit/common/ring/test_builder.py | 2 +- test/unit/common/ring/test_ring.py | 2 +- test/unit/common/test_bench.py | 2 +- test/unit/common/test_bufferedhttp.py | 2 +- test/unit/common/test_client.py | 2 +- test/unit/common/test_compressing_file_reader.py | 2 +- test/unit/common/test_constraints.py | 2 +- test/unit/common/test_daemon.py | 2 +- test/unit/common/test_db.py | 2 +- test/unit/common/test_db_replicator.py | 2 +- test/unit/common/test_direct_client.py | 2 +- test/unit/common/test_exceptions.py | 2 +- test/unit/common/test_internal_proxy.py | 2 +- test/unit/common/test_memcached.py | 2 +- test/unit/common/test_utils.py | 2 +- test/unit/container/test_auditor.py | 2 +- test/unit/container/test_replicator.py | 2 +- test/unit/container/test_server.py | 2 +- test/unit/container/test_updater.py | 2 +- test/unit/obj/test_auditor.py | 2 +- test/unit/obj/test_replicator.py | 2 +- test/unit/obj/test_server.py | 2 +- test/unit/obj/test_updater.py | 2 +- test/unit/proxy/test_server.py | 2 +- test/unit/stats/test_access_processor.py | 2 +- test/unit/stats/test_account_stats.py | 2 +- test/unit/stats/test_log_processor.py | 2 +- test/unit/stats/test_log_uploader.py | 2 +- test/unit/stats/test_stats_processor.py | 2 +- 126 files changed, 126 insertions(+), 126 deletions(-) diff --git a/bin/st b/bin/st index b41aca67ec..cab398910e 100755 --- a/bin/st +++ b/bin/st @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-account-audit b/bin/swift-account-audit index fe611562d7..81823722bf 100755 --- a/bin/swift-account-audit +++ b/bin/swift-account-audit @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-account-auditor b/bin/swift-account-auditor index 5707dfd515..3dc4c17609 100755 --- a/bin/swift-account-auditor +++ b/bin/swift-account-auditor @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-account-reaper b/bin/swift-account-reaper index 688b19b14d..c5df6f4c2f 100755 --- a/bin/swift-account-reaper +++ b/bin/swift-account-reaper @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-account-replicator b/bin/swift-account-replicator index 8edc7cf406..3978dc0bee 100755 --- a/bin/swift-account-replicator +++ b/bin/swift-account-replicator @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-account-server b/bin/swift-account-server index 8c627afa59..a4088fffb2 100755 --- a/bin/swift-account-server +++ b/bin/swift-account-server @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-account-stats-logger b/bin/swift-account-stats-logger index 7e9d26ba50..7b95b20249 100755 --- a/bin/swift-account-stats-logger +++ b/bin/swift-account-stats-logger @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-auth-add-user b/bin/swift-auth-add-user index d502dc83a8..6b997d8ccd 100755 --- a/bin/swift-auth-add-user +++ b/bin/swift-auth-add-user @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-auth-recreate-accounts b/bin/swift-auth-recreate-accounts index e17bf2da3b..430940f44e 100755 --- a/bin/swift-auth-recreate-accounts +++ b/bin/swift-auth-recreate-accounts @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-auth-server b/bin/swift-auth-server index 80c652f5b4..10c0fba073 100755 --- a/bin/swift-auth-server +++ b/bin/swift-auth-server @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-auth-update-reseller-prefixes b/bin/swift-auth-update-reseller-prefixes index 41a4bf6a76..52b6345e99 100755 --- a/bin/swift-auth-update-reseller-prefixes +++ b/bin/swift-auth-update-reseller-prefixes @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-bench b/bin/swift-bench index ab332482cd..93bb2b5707 100755 --- a/bin/swift-bench +++ b/bin/swift-bench @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-container-auditor b/bin/swift-container-auditor index 62ff797535..9c29d4400b 100755 --- a/bin/swift-container-auditor +++ b/bin/swift-container-auditor @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-container-replicator b/bin/swift-container-replicator index 34e1dae8c7..d8443afacd 100755 --- a/bin/swift-container-replicator +++ b/bin/swift-container-replicator @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-container-server b/bin/swift-container-server index c6d4cf154b..2dbfbba090 100755 --- a/bin/swift-container-server +++ b/bin/swift-container-server @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-container-updater b/bin/swift-container-updater index 28bdaf1eae..d1b1d5ffb5 100755 --- a/bin/swift-container-updater +++ b/bin/swift-container-updater @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-drive-audit b/bin/swift-drive-audit index cde28c1ed7..95143e8b56 100755 --- a/bin/swift-drive-audit +++ b/bin/swift-drive-audit @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-get-nodes b/bin/swift-get-nodes index f24dd48f96..b84119222c 100755 --- a/bin/swift-get-nodes +++ b/bin/swift-get-nodes @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-init b/bin/swift-init index bc2dea983e..1a6b272345 100755 --- a/bin/swift-init +++ b/bin/swift-init @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-log-stats-collector b/bin/swift-log-stats-collector index 950a0f5fe0..374af49a4f 100755 --- a/bin/swift-log-stats-collector +++ b/bin/swift-log-stats-collector @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-log-uploader b/bin/swift-log-uploader index e533cad824..9d0e27836c 100755 --- a/bin/swift-log-uploader +++ b/bin/swift-log-uploader @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-object-auditor b/bin/swift-object-auditor index 033249ecca..c7371bdfeb 100755 --- a/bin/swift-object-auditor +++ b/bin/swift-object-auditor @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-object-info b/bin/swift-object-info index 57f2522071..e7befddf8c 100755 --- a/bin/swift-object-info +++ b/bin/swift-object-info @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-object-replicator b/bin/swift-object-replicator index 53a48e3942..7ae5db81c1 100755 --- a/bin/swift-object-replicator +++ b/bin/swift-object-replicator @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-object-server b/bin/swift-object-server index 5984fe6c69..3f36882c5f 100755 --- a/bin/swift-object-server +++ b/bin/swift-object-server @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-object-updater b/bin/swift-object-updater index 6d68c57c6e..779a3b7306 100755 --- a/bin/swift-object-updater +++ b/bin/swift-object-updater @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-proxy-server b/bin/swift-proxy-server index baccf568e6..6dae54e156 100755 --- a/bin/swift-proxy-server +++ b/bin/swift-proxy-server @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-ring-builder b/bin/swift-ring-builder index 50353df256..347ba4825e 100755 --- a/bin/swift-ring-builder +++ b/bin/swift-ring-builder @@ -1,5 +1,5 @@ #!/usr/bin/python -uO -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-stats-populate b/bin/swift-stats-populate index 8ea210cb65..ba531ddc87 100755 --- a/bin/swift-stats-populate +++ b/bin/swift-stats-populate @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift-stats-report b/bin/swift-stats-report index 3f735877cf..f2504280ba 100755 --- a/bin/swift-stats-report +++ b/bin/swift-stats-report @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/doc/source/conf.py b/doc/source/conf.py index 74dfce9947..88bc171e66 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/doc/source/development_guidelines.rst b/doc/source/development_guidelines.rst index 60a70bf68e..9abda8c90e 100644 --- a/doc/source/development_guidelines.rst +++ b/doc/source/development_guidelines.rst @@ -38,7 +38,7 @@ License and Copyright Every source file should have the following copyright and license statement at the top:: - # Copyright (c) 2010 OpenStack, LLC. + # Copyright (c) 2010-2011 OpenStack, LLC. # # 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/doc/source/index.rst b/doc/source/index.rst index de07c132ea..3c23140e72 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,5 @@ .. - Copyright 2010 OpenStack LLC + Copyright 2010-2011 OpenStack LLC All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/setup.py b/setup.py index f72517f0de..ae91a0962d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/account/auditor.py b/swift/account/auditor.py index 36e1e0a0d8..1f24f93acc 100644 --- a/swift/account/auditor.py +++ b/swift/account/auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/account/reaper.py b/swift/account/reaper.py index 6d2112927f..02e32506f0 100644 --- a/swift/account/reaper.py +++ b/swift/account/reaper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/account/replicator.py b/swift/account/replicator.py index 60c409d112..aa131c9c8d 100644 --- a/swift/account/replicator.py +++ b/swift/account/replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/account/server.py b/swift/account/server.py index 53d604ce93..a1e20c1f4f 100644 --- a/swift/account/server.py +++ b/swift/account/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/auth/server.py b/swift/auth/server.py index 3e1ef881f4..1903035507 100644 --- a/swift/auth/server.py +++ b/swift/auth/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/bench.py b/swift/common/bench.py index b698ff310b..4abafeb947 100644 --- a/swift/common/bench.py +++ b/swift/common/bench.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/bufferedhttp.py b/swift/common/bufferedhttp.py index 81c54d0722..4fb090ca92 100644 --- a/swift/common/bufferedhttp.py +++ b/swift/common/bufferedhttp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/client.py b/swift/common/client.py index 1acba8cb37..e3536e894f 100644 --- a/swift/common/client.py +++ b/swift/common/client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/compressing_file_reader.py b/swift/common/compressing_file_reader.py index d6de9154eb..c581bddadd 100644 --- a/swift/common/compressing_file_reader.py +++ b/swift/common/compressing_file_reader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/constraints.py b/swift/common/constraints.py index d91c136504..ad5a37b9a8 100644 --- a/swift/common/constraints.py +++ b/swift/common/constraints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/daemon.py b/swift/common/daemon.py index 0f7df064c7..eee3428679 100644 --- a/swift/common/daemon.py +++ b/swift/common/daemon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/db.py b/swift/common/db.py index 07bb00b390..b3c80dbc8c 100644 --- a/swift/common/db.py +++ b/swift/common/db.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/db_replicator.py b/swift/common/db_replicator.py index 0588b841a0..4c479a0ed0 100644 --- a/swift/common/db_replicator.py +++ b/swift/common/db_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/direct_client.py b/swift/common/direct_client.py index 7952a1ceaf..68334a3ed4 100644 --- a/swift/common/direct_client.py +++ b/swift/common/direct_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/exceptions.py b/swift/common/exceptions.py index c498e2dae9..81f544bfae 100644 --- a/swift/common/exceptions.py +++ b/swift/common/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/internal_proxy.py b/swift/common/internal_proxy.py index d305b81bc1..40c5185cfa 100644 --- a/swift/common/internal_proxy.py +++ b/swift/common/internal_proxy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/memcached.py b/swift/common/memcached.py index 193456524a..17378e1aae 100644 --- a/swift/common/memcached.py +++ b/swift/common/memcached.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/acl.py b/swift/common/middleware/acl.py index 6403aed726..f6784953ac 100644 --- a/swift/common/middleware/acl.py +++ b/swift/common/middleware/acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/auth.py b/swift/common/middleware/auth.py index 1278a4a67a..04d4acff75 100644 --- a/swift/common/middleware/auth.py +++ b/swift/common/middleware/auth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/catch_errors.py b/swift/common/middleware/catch_errors.py index 5fb8c33592..e2287fdbed 100644 --- a/swift/common/middleware/catch_errors.py +++ b/swift/common/middleware/catch_errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/cname_lookup.py b/swift/common/middleware/cname_lookup.py index be7071ba16..4690bf6c79 100644 --- a/swift/common/middleware/cname_lookup.py +++ b/swift/common/middleware/cname_lookup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/domain_remap.py b/swift/common/middleware/domain_remap.py index e55394d84b..4812182587 100644 --- a/swift/common/middleware/domain_remap.py +++ b/swift/common/middleware/domain_remap.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/healthcheck.py b/swift/common/middleware/healthcheck.py index e0da092fc3..072ce24c85 100644 --- a/swift/common/middleware/healthcheck.py +++ b/swift/common/middleware/healthcheck.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/middleware/memcache.py b/swift/common/middleware/memcache.py index 0ec1288fd5..e2eca36d63 100644 --- a/swift/common/middleware/memcache.py +++ b/swift/common/middleware/memcache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/ring/builder.py b/swift/common/ring/builder.py index ea1e5a17d3..4fb3bfb8b8 100644 --- a/swift/common/ring/builder.py +++ b/swift/common/ring/builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/ring/ring.py b/swift/common/ring/ring.py index fea22e8ffa..45ab407563 100644 --- a/swift/common/ring/ring.py +++ b/swift/common/ring/ring.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/utils.py b/swift/common/utils.py index da71253e7b..6b138ee9ee 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/common/wsgi.py b/swift/common/wsgi.py index e8c512f2ee..9450bcf439 100644 --- a/swift/common/wsgi.py +++ b/swift/common/wsgi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/container/auditor.py b/swift/container/auditor.py index 082e6e2b37..d1ceb4f98a 100644 --- a/swift/container/auditor.py +++ b/swift/container/auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/container/replicator.py b/swift/container/replicator.py index 0b344ecbcd..4cdc03b884 100644 --- a/swift/container/replicator.py +++ b/swift/container/replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/container/server.py b/swift/container/server.py index fc06194de6..7ba375ce33 100644 --- a/swift/container/server.py +++ b/swift/container/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/container/updater.py b/swift/container/updater.py index 9056de3202..9dacea32d1 100644 --- a/swift/container/updater.py +++ b/swift/container/updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/obj/auditor.py b/swift/obj/auditor.py index 1d445ec65f..b39bb9336b 100644 --- a/swift/obj/auditor.py +++ b/swift/obj/auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/obj/replicator.py b/swift/obj/replicator.py index ef02b9f3ec..1f047102e1 100644 --- a/swift/obj/replicator.py +++ b/swift/obj/replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/obj/server.py b/swift/obj/server.py index 7c139d7775..02674a81b2 100644 --- a/swift/obj/server.py +++ b/swift/obj/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/obj/updater.py b/swift/obj/updater.py index f958166679..a226d4523e 100644 --- a/swift/obj/updater.py +++ b/swift/obj/updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/proxy/server.py b/swift/proxy/server.py index 1cde24cfe6..3c32ba96cc 100644 --- a/swift/proxy/server.py +++ b/swift/proxy/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/stats/access_processor.py b/swift/stats/access_processor.py index b7e475833f..558709dccf 100644 --- a/swift/stats/access_processor.py +++ b/swift/stats/access_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/stats/account_stats.py b/swift/stats/account_stats.py index ddf4192119..e402bd0bc8 100644 --- a/swift/stats/account_stats.py +++ b/swift/stats/account_stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/stats/log_processor.py b/swift/stats/log_processor.py index 2511f5e8d6..60101b7ca2 100644 --- a/swift/stats/log_processor.py +++ b/swift/stats/log_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/stats/log_uploader.py b/swift/stats/log_uploader.py index a8cc92739f..160c948f7f 100644 --- a/swift/stats/log_uploader.py +++ b/swift/stats/log_uploader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/swift/stats/stats_processor.py b/swift/stats/stats_processor.py index a590a74108..7854c83572 100644 --- a/swift/stats/stats_processor.py +++ b/swift/stats/stats_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/functional/swift.py b/test/functional/swift.py index e134de502f..21d355a8c6 100644 --- a/test/functional/swift.py +++ b/test/functional/swift.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/functional/tests.py b/test/functional/tests.py index f1ea6232b0..4cf090ae5d 100644 --- a/test/functional/tests.py +++ b/test/functional/tests.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/probe/common.py b/test/probe/common.py index 0bb6f42a57..dc795d41fa 100644 --- a/test/probe/common.py +++ b/test/probe/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/probe/test_account_failures.py b/test/probe/test_account_failures.py index 5ad2f965cb..807e397a57 100755 --- a/test/probe/test_account_failures.py +++ b/test/probe/test_account_failures.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/probe/test_container_failures.py b/test/probe/test_container_failures.py index b24e1bc169..656f637a15 100755 --- a/test/probe/test_container_failures.py +++ b/test/probe/test_container_failures.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/probe/test_object_async_update.py b/test/probe/test_object_async_update.py index 7db3a75fca..818f1dd740 100755 --- a/test/probe/test_object_async_update.py +++ b/test/probe/test_object_async_update.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/probe/test_object_handoff.py b/test/probe/test_object_handoff.py index 7086c11de8..ba81e4c559 100755 --- a/test/probe/test_object_handoff.py +++ b/test/probe/test_object_handoff.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/probe/test_running_with_each_type_down.py b/test/probe/test_running_with_each_type_down.py index 46fe1c5851..cb4a061540 100755 --- a/test/probe/test_running_with_each_type_down.py +++ b/test/probe/test_running_with_each_type_down.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/account/test_auditor.py b/test/unit/account/test_auditor.py index f7678ec1c1..31663d26a5 100644 --- a/test/unit/account/test_auditor.py +++ b/test/unit/account/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/account/test_reaper.py b/test/unit/account/test_reaper.py index c69fc2229d..daa81d931b 100644 --- a/test/unit/account/test_reaper.py +++ b/test/unit/account/test_reaper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/account/test_replicator.py b/test/unit/account/test_replicator.py index 6b3d045eaa..17f09a5e53 100644 --- a/test/unit/account/test_replicator.py +++ b/test/unit/account/test_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/account/test_server.py b/test/unit/account/test_server.py index d7f52c280c..16800ca165 100644 --- a/test/unit/account/test_server.py +++ b/test/unit/account/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/auth/test_server.py b/test/unit/auth/test_server.py index 1d691454b3..bd63b44b12 100644 --- a/test/unit/auth/test_server.py +++ b/test/unit/auth/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_acl.py b/test/unit/common/middleware/test_acl.py index 03e76ce621..a6183eaad2 100644 --- a/test/unit/common/middleware/test_acl.py +++ b/test/unit/common/middleware/test_acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_auth.py b/test/unit/common/middleware/test_auth.py index b380d4f684..737686f3d9 100644 --- a/test/unit/common/middleware/test_auth.py +++ b/test/unit/common/middleware/test_auth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_cname_lookup.py b/test/unit/common/middleware/test_cname_lookup.py index fdf954253f..423726bb03 100644 --- a/test/unit/common/middleware/test_cname_lookup.py +++ b/test/unit/common/middleware/test_cname_lookup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_domain_remap.py b/test/unit/common/middleware/test_domain_remap.py index a6beb561fb..fe079cbeda 100644 --- a/test/unit/common/middleware/test_domain_remap.py +++ b/test/unit/common/middleware/test_domain_remap.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_except.py b/test/unit/common/middleware/test_except.py index 25e9486ab0..89c6e9ea1f 100644 --- a/test/unit/common/middleware/test_except.py +++ b/test/unit/common/middleware/test_except.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_healthcheck.py b/test/unit/common/middleware/test_healthcheck.py index fc1a2a198a..81872b7ed0 100644 --- a/test/unit/common/middleware/test_healthcheck.py +++ b/test/unit/common/middleware/test_healthcheck.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_memcache.py b/test/unit/common/middleware/test_memcache.py index a6f9336fec..baf50c6f30 100644 --- a/test/unit/common/middleware/test_memcache.py +++ b/test/unit/common/middleware/test_memcache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/middleware/test_ratelimit.py b/test/unit/common/middleware/test_ratelimit.py index 344708b289..3f993a0402 100644 --- a/test/unit/common/middleware/test_ratelimit.py +++ b/test/unit/common/middleware/test_ratelimit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/ring/test_builder.py b/test/unit/common/ring/test_builder.py index 2928558c8b..e26116d25c 100644 --- a/test/unit/common/ring/test_builder.py +++ b/test/unit/common/ring/test_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/ring/test_ring.py b/test/unit/common/ring/test_ring.py index 5c668c8c57..ad72a4c990 100644 --- a/test/unit/common/ring/test_ring.py +++ b/test/unit/common/ring/test_ring.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_bench.py b/test/unit/common/test_bench.py index 7b75aba79e..6cec05f3d3 100644 --- a/test/unit/common/test_bench.py +++ b/test/unit/common/test_bench.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_bufferedhttp.py b/test/unit/common/test_bufferedhttp.py index d453442f04..fbaa83f403 100644 --- a/test/unit/common/test_bufferedhttp.py +++ b/test/unit/common/test_bufferedhttp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_client.py b/test/unit/common/test_client.py index 23d5c6d848..739cba75e3 100644 --- a/test/unit/common/test_client.py +++ b/test/unit/common/test_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_compressing_file_reader.py b/test/unit/common/test_compressing_file_reader.py index 5394a97a72..65c29554d7 100644 --- a/test/unit/common/test_compressing_file_reader.py +++ b/test/unit/common/test_compressing_file_reader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_constraints.py b/test/unit/common/test_constraints.py index bcc590f1ee..b87d310ecb 100644 --- a/test/unit/common/test_constraints.py +++ b/test/unit/common/test_constraints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_daemon.py b/test/unit/common/test_daemon.py index aa85987d25..015928f670 100644 --- a/test/unit/common/test_daemon.py +++ b/test/unit/common/test_daemon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_db.py b/test/unit/common/test_db.py index ca1cb670f3..49bc8a9229 100644 --- a/test/unit/common/test_db.py +++ b/test/unit/common/test_db.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_db_replicator.py b/test/unit/common/test_db_replicator.py index 1ffe1e923b..9e77f2c92f 100644 --- a/test/unit/common/test_db_replicator.py +++ b/test/unit/common/test_db_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_direct_client.py b/test/unit/common/test_direct_client.py index 35ed07ffd7..133e779ee5 100644 --- a/test/unit/common/test_direct_client.py +++ b/test/unit/common/test_direct_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_exceptions.py b/test/unit/common/test_exceptions.py index 35a5801e77..6e7691137a 100644 --- a/test/unit/common/test_exceptions.py +++ b/test/unit/common/test_exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_internal_proxy.py b/test/unit/common/test_internal_proxy.py index 248bf1cf23..719970118f 100644 --- a/test/unit/common/test_internal_proxy.py +++ b/test/unit/common/test_internal_proxy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_memcached.py b/test/unit/common/test_memcached.py index d17f0089a3..43f11650cf 100644 --- a/test/unit/common/test_memcached.py +++ b/test/unit/common/test_memcached.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/common/test_utils.py b/test/unit/common/test_utils.py index b888686660..715f336bcd 100644 --- a/test/unit/common/test_utils.py +++ b/test/unit/common/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/container/test_auditor.py b/test/unit/container/test_auditor.py index 1093cc809d..220c80f14c 100644 --- a/test/unit/container/test_auditor.py +++ b/test/unit/container/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/container/test_replicator.py b/test/unit/container/test_replicator.py index 8f7a032893..05ecd2938b 100644 --- a/test/unit/container/test_replicator.py +++ b/test/unit/container/test_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/container/test_server.py b/test/unit/container/test_server.py index fdad12c0f8..2f9d5badea 100644 --- a/test/unit/container/test_server.py +++ b/test/unit/container/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/container/test_updater.py b/test/unit/container/test_updater.py index a4c638c2ec..092944c4be 100644 --- a/test/unit/container/test_updater.py +++ b/test/unit/container/test_updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/obj/test_auditor.py b/test/unit/obj/test_auditor.py index cf8a2bc37c..4b9db28c4b 100644 --- a/test/unit/obj/test_auditor.py +++ b/test/unit/obj/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/obj/test_replicator.py b/test/unit/obj/test_replicator.py index 657570409d..36476ba213 100644 --- a/test/unit/obj/test_replicator.py +++ b/test/unit/obj/test_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/obj/test_server.py b/test/unit/obj/test_server.py index 90eed52977..64c58ff7ca 100644 --- a/test/unit/obj/test_server.py +++ b/test/unit/obj/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/obj/test_updater.py b/test/unit/obj/test_updater.py index 9887c6fcaf..52e327d1b8 100644 --- a/test/unit/obj/test_updater.py +++ b/test/unit/obj/test_updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/proxy/test_server.py b/test/unit/proxy/test_server.py index 4577cd4dac..20fbaea460 100644 --- a/test/unit/proxy/test_server.py +++ b/test/unit/proxy/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/stats/test_access_processor.py b/test/unit/stats/test_access_processor.py index 47013ca8ae..7317c365aa 100644 --- a/test/unit/stats/test_access_processor.py +++ b/test/unit/stats/test_access_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/stats/test_account_stats.py b/test/unit/stats/test_account_stats.py index e318739dda..204cda78d2 100644 --- a/test/unit/stats/test_account_stats.py +++ b/test/unit/stats/test_account_stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/stats/test_log_processor.py b/test/unit/stats/test_log_processor.py index 1a6450139f..75acc02123 100644 --- a/test/unit/stats/test_log_processor.py +++ b/test/unit/stats/test_log_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/stats/test_log_uploader.py b/test/unit/stats/test_log_uploader.py index 8e889ad918..3585111750 100644 --- a/test/unit/stats/test_log_uploader.py +++ b/test/unit/stats/test_log_uploader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # 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/test/unit/stats/test_stats_processor.py b/test/unit/stats/test_stats_processor.py index 4720d1f035..c3af1c1b69 100644 --- a/test/unit/stats/test_stats_processor.py +++ b/test/unit/stats/test_stats_processor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.