From f72704fc82803254a6f335fa2a7d2459f86f877d Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 20 Sep 2013 01:00:54 +0800 Subject: [PATCH] Change OpenStack LLC to Foundation Change-Id: I7c3df47c31759dbeb3105f8883e2688ada848d58 Closes-bug: #1214176 --- AUTHORS | 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-bench | 2 +- bin/swift-bench-client | 2 +- bin/swift-container-auditor | 2 +- bin/swift-container-replicator | 2 +- bin/swift-container-server | 2 +- bin/swift-container-sync | 2 +- bin/swift-container-updater | 2 +- bin/swift-dispersion-populate | 2 +- bin/swift-dispersion-report | 2 +- bin/swift-drive-audit | 2 +- bin/swift-get-nodes | 2 +- bin/swift-init | 2 +- bin/swift-object-auditor | 2 +- bin/swift-object-expirer | 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 +- doc/source/index.rst | 2 +- swift/account/auditor.py | 2 +- swift/account/backend.py | 2 +- swift/account/reaper.py | 2 +- swift/account/replicator.py | 2 +- swift/account/server.py | 2 +- swift/account/utils.py | 2 +- swift/common/bench.py | 2 +- swift/common/bufferedhttp.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/http.py | 2 +- swift/common/internal_client.py | 2 +- swift/common/manager.py | 2 +- swift/common/memcached.py | 2 +- swift/common/middleware/acl.py | 2 +- swift/common/middleware/bulk.py | 2 +- swift/common/middleware/catch_errors.py | 2 +- swift/common/middleware/cname_lookup.py | 2 +- swift/common/middleware/container_quotas.py | 2 +- swift/common/middleware/domain_remap.py | 2 +- swift/common/middleware/formpost.py | 2 +- swift/common/middleware/healthcheck.py | 2 +- swift/common/middleware/keystoneauth.py | 2 +- swift/common/middleware/list_endpoints.py | 2 +- swift/common/middleware/memcache.py | 2 +- swift/common/middleware/name_check.py | 2 +- swift/common/middleware/proxy_logging.py | 2 +- swift/common/middleware/ratelimit.py | 2 +- swift/common/middleware/recon.py | 2 +- swift/common/middleware/slo.py | 2 +- swift/common/middleware/staticweb.py | 2 +- swift/common/middleware/tempauth.py | 2 +- swift/common/middleware/tempurl.py | 2 +- swift/common/ondisk.py | 2 +- swift/common/request_helpers.py | 2 +- swift/common/ring/builder.py | 2 +- swift/common/ring/ring.py | 2 +- swift/common/ring/utils.py | 2 +- swift/common/swob.py | 2 +- swift/common/utils.py | 2 +- swift/common/wsgi.py | 2 +- swift/container/auditor.py | 2 +- swift/container/backend.py | 2 +- swift/container/replicator.py | 2 +- swift/container/server.py | 2 +- swift/container/sync.py | 2 +- swift/container/updater.py | 2 +- swift/obj/auditor.py | 2 +- swift/obj/diskfile.py | 2 +- swift/obj/expirer.py | 2 +- swift/obj/replicator.py | 2 +- swift/obj/server.py | 2 +- swift/obj/updater.py | 2 +- swift/proxy/controllers/account.py | 2 +- swift/proxy/controllers/base.py | 2 +- swift/proxy/controllers/container.py | 2 +- swift/proxy/controllers/obj.py | 2 +- swift/proxy/server.py | 2 +- test/__init__.py | 2 +- test/functional/swift_test_client.py | 2 +- test/functional/tests.py | 2 +- test/functionalnosetests/swift_testing.py | 2 +- test/functionalnosetests/test_account.py | 2 +- test/functionalnosetests/test_container.py | 2 +- test/functionalnosetests/test_object.py | 2 +- test/probe/common.py | 2 +- test/probe/test_account_failures.py | 2 +- test/probe/test_account_get_fake_responses_match.py | 2 +- test/probe/test_container_failures.py | 2 +- test/probe/test_empty_device_handoff.py | 2 +- test/probe/test_object_async_update.py | 2 +- test/probe/test_object_failures.py | 2 +- test/probe/test_object_handoff.py | 2 +- test/probe/test_replication_servers_working.py | 2 +- test/unit/__init__.py | 2 +- test/unit/account/test_auditor.py | 2 +- test/unit/account/test_backend.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/common/middleware/test_acl.py | 2 +- test/unit/common/middleware/test_bulk.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_formpost.py | 2 +- test/unit/common/middleware/test_healthcheck.py | 2 +- test/unit/common/middleware/test_keystoneauth.py | 2 +- test/unit/common/middleware/test_list_endpoints.py | 2 +- test/unit/common/middleware/test_memcache.py | 2 +- test/unit/common/middleware/test_name_check.py | 2 +- test/unit/common/middleware/test_proxy_logging.py | 2 +- test/unit/common/middleware/test_quotas.py | 2 +- test/unit/common/middleware/test_ratelimit.py | 2 +- test/unit/common/middleware/test_recon.py | 2 +- test/unit/common/middleware/test_slo.py | 2 +- test/unit/common/middleware/test_staticweb.py | 2 +- test/unit/common/middleware/test_tempauth.py | 2 +- test/unit/common/middleware/test_tempurl.py | 2 +- test/unit/common/ring/test_builder.py | 2 +- test/unit/common/ring/test_ring.py | 2 +- test/unit/common/ring/test_utils.py | 2 +- test/unit/common/test_bench.py | 2 +- test/unit/common/test_bufferedhttp.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_client.py | 2 +- test/unit/common/test_manager.py | 2 +- test/unit/common/test_memcached.py | 2 +- test/unit/common/test_ondisk.py | 2 +- test/unit/common/test_swob.py | 2 +- test/unit/common/test_utils.py | 2 +- test/unit/common/test_wsgi.py | 2 +- test/unit/container/test_auditor.py | 2 +- test/unit/container/test_backend.py | 2 +- test/unit/container/test_replicator.py | 2 +- test/unit/container/test_server.py | 2 +- test/unit/container/test_sync.py | 2 +- test/unit/container/test_updater.py | 2 +- test/unit/obj/test_auditor.py | 2 +- test/unit/obj/test_diskfile.py | 2 +- test/unit/obj/test_expirer.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/controllers/test_account.py | 2 +- test/unit/proxy/controllers/test_base.py | 2 +- test/unit/proxy/controllers/test_container.py | 2 +- test/unit/proxy/controllers/test_obj.py | 2 +- test/unit/proxy/test_server.py | 2 +- 165 files changed, 165 insertions(+), 165 deletions(-) diff --git a/AUTHORS b/AUTHORS index 174484fbc7..3571494d80 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ Maintainer ---------- -OpenStack, LLC. +OpenStack Foundation IRC: #openstack on irc.freenode.net Original Authors diff --git a/bin/swift-account-audit b/bin/swift-account-audit index 026aa2f891..aa3bce4770 100755 --- a/bin/swift-account-audit +++ b/bin/swift-account-audit @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 a342f6ae2f..f7895c8ccf 100755 --- a/bin/swift-account-auditor +++ b/bin/swift-account-auditor @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 2f07153dfa..885c4fd75f 100755 --- a/bin/swift-account-reaper +++ b/bin/swift-account-reaper @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b112f015d7..fec6d49ef7 100755 --- a/bin/swift-account-replicator +++ b/bin/swift-account-replicator @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 13dd048bf6..9b8f1e58ab 100755 --- a/bin/swift-account-server +++ b/bin/swift-account-server @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 04a0428eef..ecdf5f5a1f 100755 --- a/bin/swift-bench +++ b/bin/swift-bench @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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-client b/bin/swift-bench-client index 9473b4560c..d003fd8928 100755 --- a/bin/swift-bench-client +++ b/bin/swift-bench-client @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b49a290f33..5021513f07 100755 --- a/bin/swift-container-auditor +++ b/bin/swift-container-auditor @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 62b803c0c4..b3b235ef9a 100755 --- a/bin/swift-container-replicator +++ b/bin/swift-container-replicator @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b47dce017f..aef038ca65 100755 --- a/bin/swift-container-server +++ b/bin/swift-container-server @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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-sync b/bin/swift-container-sync index 7b6378c4c7..14d6bc9d7c 100755 --- a/bin/swift-container-sync +++ b/bin/swift-container-sync @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b80cbda092..96c38f04be 100755 --- a/bin/swift-container-updater +++ b/bin/swift-container-updater @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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-dispersion-populate b/bin/swift-dispersion-populate index 1c48526f52..06f5e4e7c9 100755 --- a/bin/swift-dispersion-populate +++ b/bin/swift-dispersion-populate @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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-dispersion-report b/bin/swift-dispersion-report index d5b42eff55..3734b7c780 100755 --- a/bin/swift-dispersion-report +++ b/bin/swift-dispersion-report @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 7dbf5e256a..ece1726c71 100755 --- a/bin/swift-drive-audit +++ b/bin/swift-drive-audit @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 279f8d8262..36cfb7ecaa 100755 --- a/bin/swift-get-nodes +++ b/bin/swift-get-nodes @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 1d6059e4e8..3c992f7c9e 100755 --- a/bin/swift-init +++ b/bin/swift-init @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 2a2d38bfcd..356fa9af52 100755 --- a/bin/swift-object-auditor +++ b/bin/swift-object-auditor @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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-expirer b/bin/swift-object-expirer index 90151580fd..7deaf57508 100755 --- a/bin/swift-object-expirer +++ b/bin/swift-object-expirer @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 dae58c194f..da09795db7 100755 --- a/bin/swift-object-info +++ b/bin/swift-object-info @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 2f01a209a3..6ad4fa9b2a 100755 --- a/bin/swift-object-replicator +++ b/bin/swift-object-replicator @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 3d2aa7e5b8..74119d61da 100755 --- a/bin/swift-object-server +++ b/bin/swift-object-server @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 c7f04c965d..14ed55c2b2 100755 --- a/bin/swift-object-updater +++ b/bin/swift-object-updater @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 9aa938ddb3..449a8d8285 100755 --- a/bin/swift-proxy-server +++ b/bin/swift-proxy-server @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 559ae23e69..27c4fccdcf 100755 --- a/bin/swift-ring-builder +++ b/bin/swift-ring-builder @@ -1,5 +1,5 @@ #! /usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 9223e9a706..18223efd9c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,5 @@ .. - Copyright 2010-2012 OpenStack LLC + Copyright 2010-2012 OpenStack Foundation All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/swift/account/auditor.py b/swift/account/auditor.py index a85839ad70..e60e58f2c1 100644 --- a/swift/account/auditor.py +++ b/swift/account/auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/backend.py b/swift/account/backend.py index 6a889fbb7f..c5d661a119 100644 --- a/swift/account/backend.py +++ b/swift/account/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 488f1c541e..544dcb52ca 100644 --- a/swift/account/reaper.py +++ b/swift/account/reaper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 a4ee4373b4..52205b632f 100644 --- a/swift/account/replicator.py +++ b/swift/account/replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 da27fe613f..5ed982ec9a 100644 --- a/swift/account/server.py +++ b/swift/account/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/utils.py b/swift/account/utils.py index 919c05c02d..c40dbc7ed0 100644 --- a/swift/account/utils.py +++ b/swift/account/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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 98066959e6..b588343aa1 100644 --- a/swift/common/bench.py +++ b/swift/common/bench.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b16147c811..f6f7370640 100644 --- a/swift/common/bufferedhttp.py +++ b/swift/common/bufferedhttp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 f1d300a032..40c7e5a217 100644 --- a/swift/common/constraints.py +++ b/swift/common/constraints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 25de076c66..11b86a4304 100644 --- a/swift/common/daemon.py +++ b/swift/common/daemon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 0fd4900e01..3e14d176b3 100644 --- a/swift/common/db.py +++ b/swift/common/db.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b0965296f2..4fba675a8a 100644 --- a/swift/common/db_replicator.py +++ b/swift/common/db_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 ab283026d1..f7a954dcd3 100644 --- a/swift/common/direct_client.py +++ b/swift/common/direct_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 2b9f8ea4b2..d6322f9793 100644 --- a/swift/common/exceptions.py +++ b/swift/common/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/http.py b/swift/common/http.py index 803111540c..1eccf9b957 100644 --- a/swift/common/http.py +++ b/swift/common/http.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_client.py b/swift/common/internal_client.py index ff2bc67d51..c1bd504fe7 100644 --- a/swift/common/internal_client.py +++ b/swift/common/internal_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/manager.py b/swift/common/manager.py index 9e47afdcd7..a157d2ca12 100644 --- a/swift/common/manager.py +++ b/swift/common/manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 678e66a668..2b7d643ba4 100644 --- a/swift/common/memcached.py +++ b/swift/common/memcached.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 bbf19b61e0..e21d066f72 100644 --- a/swift/common/middleware/acl.py +++ b/swift/common/middleware/acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/bulk.py b/swift/common/middleware/bulk.py index 92abdbd556..f2d1e29e81 100644 --- a/swift/common/middleware/bulk.py +++ b/swift/common/middleware/bulk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # 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 496e0a09a0..afb2ea6120 100644 --- a/swift/common/middleware/catch_errors.py +++ b/swift/common/middleware/catch_errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 883b255ad2..f79d0685c8 100644 --- a/swift/common/middleware/cname_lookup.py +++ b/swift/common/middleware/cname_lookup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/container_quotas.py b/swift/common/middleware/container_quotas.py index d8d3df0316..57f3ce13e7 100644 --- a/swift/common/middleware/container_quotas.py +++ b/swift/common/middleware/container_quotas.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 7f88435ff5..898aca192b 100644 --- a/swift/common/middleware/domain_remap.py +++ b/swift/common/middleware/domain_remap.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/formpost.py b/swift/common/middleware/formpost.py index dd0e84d35e..a76fcde411 100644 --- a/swift/common/middleware/formpost.py +++ b/swift/common/middleware/formpost.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # # 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 75deda250a..5b58e46ee2 100644 --- a/swift/common/middleware/healthcheck.py +++ b/swift/common/middleware/healthcheck.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/keystoneauth.py b/swift/common/middleware/keystoneauth.py index b26431a92f..e726787895 100644 --- a/swift/common/middleware/keystoneauth.py +++ b/swift/common/middleware/keystoneauth.py @@ -1,5 +1,5 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC +# Copyright 2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/swift/common/middleware/list_endpoints.py b/swift/common/middleware/list_endpoints.py index 3fa24dcdf5..72e179d49b 100644 --- a/swift/common/middleware/list_endpoints.py +++ b/swift/common/middleware/list_endpoints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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 13e16d4c68..29c9344cee 100644 --- a/swift/common/middleware/memcache.py +++ b/swift/common/middleware/memcache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/name_check.py b/swift/common/middleware/name_check.py index 39411690c9..d8ee47b85e 100644 --- a/swift/common/middleware/name_check.py +++ b/swift/common/middleware/name_check.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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/proxy_logging.py b/swift/common/middleware/proxy_logging.py index b40ef36ac5..8a65bc4b1b 100644 --- a/swift/common/middleware/proxy_logging.py +++ b/swift/common/middleware/proxy_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2011 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack Foundation # # 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/ratelimit.py b/swift/common/middleware/ratelimit.py index a139e8e2db..d60b602211 100644 --- a/swift/common/middleware/ratelimit.py +++ b/swift/common/middleware/ratelimit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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/recon.py b/swift/common/middleware/recon.py index 0ecf1ad13a..3c37e00ce2 100644 --- a/swift/common/middleware/recon.py +++ b/swift/common/middleware/recon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/slo.py b/swift/common/middleware/slo.py index 2be82896a6..ad384ce320 100644 --- a/swift/common/middleware/slo.py +++ b/swift/common/middleware/slo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # 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/staticweb.py b/swift/common/middleware/staticweb.py index 08b3a19d95..b8a9daaac8 100644 --- a/swift/common/middleware/staticweb.py +++ b/swift/common/middleware/staticweb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/tempauth.py b/swift/common/middleware/tempauth.py index c871a293af..2a2e8c84f8 100644 --- a/swift/common/middleware/tempauth.py +++ b/swift/common/middleware/tempauth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # # 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/tempurl.py b/swift/common/middleware/tempurl.py index 46558df04b..ffc14313b3 100644 --- a/swift/common/middleware/tempurl.py +++ b/swift/common/middleware/tempurl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/ondisk.py b/swift/common/ondisk.py index 8acad105c2..86b1d82279 100644 --- a/swift/common/ondisk.py +++ b/swift/common/ondisk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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/request_helpers.py b/swift/common/request_helpers.py index 51c846d124..06ad4af09b 100644 --- a/swift/common/request_helpers.py +++ b/swift/common/request_helpers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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 1fccdb1574..bb5f92eb0f 100644 --- a/swift/common/ring/builder.py +++ b/swift/common/ring/builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 784aeba076..1d16e1b9fc 100644 --- a/swift/common/ring/ring.py +++ b/swift/common/ring/ring.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/utils.py b/swift/common/ring/utils.py index 574b8f6e50..8f41fed7b5 100644 --- a/swift/common/ring/utils.py +++ b/swift/common/ring/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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/swob.py b/swift/common/swob.py index a8114bb38d..868cdb1238 100644 --- a/swift/common/swob.py +++ b/swift/common/swob.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 8173cbbdd2..b1dee2ceb9 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 f8ff8c2e82..a33b8aa5ca 100644 --- a/swift/common/wsgi.py +++ b/swift/common/wsgi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 bfcefbc53a..fc8f1c6641 100644 --- a/swift/container/auditor.py +++ b/swift/container/auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/backend.py b/swift/container/backend.py index f81b946b89..5332333fb2 100644 --- a/swift/container/backend.py +++ b/swift/container/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 77d0d77f7b..116a4a760a 100644 --- a/swift/container/replicator.py +++ b/swift/container/replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 2e08bba890..d6a77f4db5 100644 --- a/swift/container/server.py +++ b/swift/container/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/sync.py b/swift/container/sync.py index c014914b59..f90d24f21e 100644 --- a/swift/container/sync.py +++ b/swift/container/sync.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 d6f0edbd6c..96c35a0cd6 100644 --- a/swift/container/updater.py +++ b/swift/container/updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 cd674b7e79..67b9f8d9e7 100644 --- a/swift/obj/auditor.py +++ b/swift/obj/auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/diskfile.py b/swift/obj/diskfile.py index b8326d3e45..47e342c077 100644 --- a/swift/obj/diskfile.py +++ b/swift/obj/diskfile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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/expirer.py b/swift/obj/expirer.py index 6741ae1e50..cd355a28ce 100644 --- a/swift/obj/expirer.py +++ b/swift/obj/expirer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 e7639d35e7..066ca7b521 100644 --- a/swift/obj/replicator.py +++ b/swift/obj/replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 a89c8ff2b7..13d106fafc 100644 --- a/swift/obj/server.py +++ b/swift/obj/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 857966fb90..f519cd341f 100644 --- a/swift/obj/updater.py +++ b/swift/obj/updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/account.py b/swift/proxy/controllers/account.py index cc1ce41f05..2d2aa36677 100644 --- a/swift/proxy/controllers/account.py +++ b/swift/proxy/controllers/account.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/base.py b/swift/proxy/controllers/base.py index 9b16bf96df..745fa98fc1 100644 --- a/swift/proxy/controllers/base.py +++ b/swift/proxy/controllers/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/container.py b/swift/proxy/controllers/container.py index e282e869fb..2c38ba44c1 100644 --- a/swift/proxy/controllers/container.py +++ b/swift/proxy/controllers/container.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/obj.py b/swift/proxy/controllers/obj.py index ee6afdac1c..ac90a812d6 100644 --- a/swift/proxy/controllers/obj.py +++ b/swift/proxy/controllers/obj.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 57854ddaa8..bbc439f5b6 100644 --- a/swift/proxy/server.py +++ b/swift/proxy/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/__init__.py b/test/__init__.py index 72dff139bf..7eb5f47759 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_test_client.py b/test/functional/swift_test_client.py index 061497a0b7..2a161ac6a0 100644 --- a/test/functional/swift_test_client.py +++ b/test/functional/swift_test_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 3707082dc6..d34489c418 100644 --- a/test/functional/tests.py +++ b/test/functional/tests.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/functionalnosetests/swift_testing.py b/test/functionalnosetests/swift_testing.py index eabd3476df..0f4d9456b9 100644 --- a/test/functionalnosetests/swift_testing.py +++ b/test/functionalnosetests/swift_testing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/functionalnosetests/test_account.py b/test/functionalnosetests/test_account.py index b88c9b8def..b2f743ffec 100755 --- a/test/functionalnosetests/test_account.py +++ b/test/functionalnosetests/test_account.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/functionalnosetests/test_container.py b/test/functionalnosetests/test_container.py index 9e344831e0..15f7fc14ee 100755 --- a/test/functionalnosetests/test_container.py +++ b/test/functionalnosetests/test_container.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/functionalnosetests/test_object.py b/test/functionalnosetests/test_object.py index 17e58c8233..97cd8d0f26 100755 --- a/test/functionalnosetests/test_object.py +++ b/test/functionalnosetests/test_object.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 8a88a902cb..4a23f80bef 100644 --- a/test/probe/common.py +++ b/test/probe/common.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 b65b182e2e..facbacc923 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-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_get_fake_responses_match.py b/test/probe/test_account_get_fake_responses_match.py index af7673fa1c..5f83fa4b41 100755 --- a/test/probe/test_account_get_fake_responses_match.py +++ b/test/probe/test_account_get_fake_responses_match.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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 fe0feeed4d..c9df7ff660 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-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_empty_device_handoff.py b/test/probe/test_empty_device_handoff.py index 74bc3c2bee..93cf5e167a 100644 --- a/test/probe/test_empty_device_handoff.py +++ b/test/probe/test_empty_device_handoff.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 6edd8f4e68..4b6c91b650 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-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_failures.py b/test/probe/test_object_failures.py index e7f6bf5bf1..fe5ee17eb6 100755 --- a/test/probe/test_object_failures.py +++ b/test/probe/test_object_failures.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 cf2ae3c148..5619441d14 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-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_replication_servers_working.py b/test/probe/test_replication_servers_working.py index 5955712904..96f0de1c9c 100644 --- a/test/probe/test_replication_servers_working.py +++ b/test/probe/test_replication_servers_working.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/__init__.py b/test/unit/__init__.py index 72ca8cf337..273f588871 100644 --- a/test/unit/__init__.py +++ b/test/unit/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 19f358aebc..677dc3b731 100644 --- a/test/unit/account/test_auditor.py +++ b/test/unit/account/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_backend.py b/test/unit/account/test_backend.py index 2f59f9a4a6..c7aa217fe4 100644 --- a/test/unit/account/test_backend.py +++ b/test/unit/account/test_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 81ea63b5e2..cbe7af40bf 100644 --- a/test/unit/account/test_reaper.py +++ b/test/unit/account/test_reaper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 26c482c192..0bba023250 100644 --- a/test/unit/account/test_replicator.py +++ b/test/unit/account/test_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 ba56b6d85b..38f4c7bd27 100644 --- a/test/unit/account/test_server.py +++ b/test/unit/account/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 8f958a8d76..dcc2a1e33a 100644 --- a/test/unit/common/middleware/test_acl.py +++ b/test/unit/common/middleware/test_acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_bulk.py b/test/unit/common/middleware/test_bulk.py index 5f800e4c32..92012373a9 100644 --- a/test/unit/common/middleware/test_bulk.py +++ b/test/unit/common/middleware/test_bulk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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 3771d04a67..2ffcfbf567 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-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 97c80d16aa..79192072d9 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-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 e8936778fd..48ad583ccb 100644 --- a/test/unit/common/middleware/test_except.py +++ b/test/unit/common/middleware/test_except.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_formpost.py b/test/unit/common/middleware/test_formpost.py index 282497b7f5..c1e3bf7f73 100644 --- a/test/unit/common/middleware/test_formpost.py +++ b/test/unit/common/middleware/test_formpost.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # # 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 d189d3e6ee..2cd6faf79e 100644 --- a/test/unit/common/middleware/test_healthcheck.py +++ b/test/unit/common/middleware/test_healthcheck.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_keystoneauth.py b/test/unit/common/middleware/test_keystoneauth.py index 0f931557d4..d760074793 100644 --- a/test/unit/common/middleware/test_keystoneauth.py +++ b/test/unit/common/middleware/test_keystoneauth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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_list_endpoints.py b/test/unit/common/middleware/test_list_endpoints.py index 8da02382ae..c3ed3c8824 100644 --- a/test/unit/common/middleware/test_list_endpoints.py +++ b/test/unit/common/middleware/test_list_endpoints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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 27fe2aac0e..8d3d7781dd 100644 --- a/test/unit/common/middleware/test_memcache.py +++ b/test/unit/common/middleware/test_memcache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_name_check.py b/test/unit/common/middleware/test_name_check.py index 289eafd484..6ccd182b09 100644 --- a/test/unit/common/middleware/test_name_check.py +++ b/test/unit/common/middleware/test_name_check.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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_proxy_logging.py b/test/unit/common/middleware/test_proxy_logging.py index bf97bf6c48..a9d4d48dc3 100644 --- a/test/unit/common/middleware/test_proxy_logging.py +++ b/test/unit/common/middleware/test_proxy_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2011 OpenStack, LLC. +# Copyright (c) 2010-2011 OpenStack Foundation # # 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_quotas.py b/test/unit/common/middleware/test_quotas.py index f33e7a21d0..cbc4060a1b 100644 --- a/test/unit/common/middleware/test_quotas.py +++ b/test/unit/common/middleware/test_quotas.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 66c2d1e004..aea1187583 100644 --- a/test/unit/common/middleware/test_ratelimit.py +++ b/test/unit/common/middleware/test_ratelimit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_recon.py b/test/unit/common/middleware/test_recon.py index c015e20561..ba72f67b98 100644 --- a/test/unit/common/middleware/test_recon.py +++ b/test/unit/common/middleware/test_recon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_slo.py b/test/unit/common/middleware/test_slo.py index 731dcd6180..4100745fbf 100644 --- a/test/unit/common/middleware/test_slo.py +++ b/test/unit/common/middleware/test_slo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # 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_staticweb.py b/test/unit/common/middleware/test_staticweb.py index 34db59eb4a..712dee38c8 100644 --- a/test/unit/common/middleware/test_staticweb.py +++ b/test/unit/common/middleware/test_staticweb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010 OpenStack Foundation # # 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_tempauth.py b/test/unit/common/middleware/test_tempauth.py index b186ba86a1..8eafa4a887 100644 --- a/test/unit/common/middleware/test_tempauth.py +++ b/test/unit/common/middleware/test_tempauth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # # 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_tempurl.py b/test/unit/common/middleware/test_tempurl.py index ccb2bc8564..a3a5ac1a0f 100644 --- a/test/unit/common/middleware/test_tempurl.py +++ b/test/unit/common/middleware/test_tempurl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # # 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 e21fbb3d56..d6b78a103a 100644 --- a/test/unit/common/ring/test_builder.py +++ b/test/unit/common/ring/test_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 d47ee564f0..92410e5f60 100644 --- a/test/unit/common/ring/test_ring.py +++ b/test/unit/common/ring/test_ring.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_utils.py b/test/unit/common/ring/test_utils.py index 63549ad8ba..2dd4674dd3 100644 --- a/test/unit/common/ring/test_utils.py +++ b/test/unit/common/ring/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 5364d7975e..8aba673f98 100644 --- a/test/unit/common/test_bench.py +++ b/test/unit/common/test_bench.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 1e7af06dd0..e3e1f96e17 100644 --- a/test/unit/common/test_bufferedhttp.py +++ b/test/unit/common/test_bufferedhttp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 9d62b5968e..9be0631437 100644 --- a/test/unit/common/test_constraints.py +++ b/test/unit/common/test_constraints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 246610bdf4..47d4233d02 100644 --- a/test/unit/common/test_daemon.py +++ b/test/unit/common/test_daemon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 1ae67df3c1..f31809f8a5 100644 --- a/test/unit/common/test_db.py +++ b/test/unit/common/test_db.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 6913b691eb..a0acb16e65 100644 --- a/test/unit/common/test_db_replicator.py +++ b/test/unit/common/test_db_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 c1c63a3947..420c4c5843 100644 --- a/test/unit/common/test_direct_client.py +++ b/test/unit/common/test_direct_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 a32bf8c22a..6bd4d9a277 100644 --- a/test/unit/common/test_exceptions.py +++ b/test/unit/common/test_exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_client.py b/test/unit/common/test_internal_client.py index f4d2504c8e..f33b750806 100644 --- a/test/unit/common/test_internal_client.py +++ b/test/unit/common/test_internal_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_manager.py b/test/unit/common/test_manager.py index 53679af21b..908af73c2d 100644 --- a/test/unit/common/test_manager.py +++ b/test/unit/common/test_manager.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 c717e6b870..4ed7ef5858 100644 --- a/test/unit/common/test_memcached.py +++ b/test/unit/common/test_memcached.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_ondisk.py b/test/unit/common/test_ondisk.py index 394d008ed0..5592f911e8 100644 --- a/test/unit/common/test_ondisk.py +++ b/test/unit/common/test_ondisk.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2013 OpenStack, LLC. +# Copyright (c) 2010-2013 OpenStack Foundation # # 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_swob.py b/test/unit/common/test_swob.py index ffdaed851d..b075000dda 100644 --- a/test/unit/common/test_swob.py +++ b/test/unit/common/test_swob.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # 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 c9408eab52..c4a5cc8769 100644 --- a/test/unit/common/test_utils.py +++ b/test/unit/common/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_wsgi.py b/test/unit/common/test_wsgi.py index e5d13aa6fb..294ad611d6 100644 --- a/test/unit/common/test_wsgi.py +++ b/test/unit/common/test_wsgi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010 OpenStack Foundation # # 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 de3fb4728d..18f832d933 100644 --- a/test/unit/container/test_auditor.py +++ b/test/unit/container/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_backend.py b/test/unit/container/test_backend.py index ca7a841fa9..cefce984fd 100644 --- a/test/unit/container/test_backend.py +++ b/test/unit/container/test_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 cb31a0e5f0..881db43827 100644 --- a/test/unit/container/test_replicator.py +++ b/test/unit/container/test_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 627d67cdac..a056af09d3 100644 --- a/test/unit/container/test_server.py +++ b/test/unit/container/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_sync.py b/test/unit/container/test_sync.py index eaabdb327c..f2fc294ffb 100644 --- a/test/unit/container/test_sync.py +++ b/test/unit/container/test_sync.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 68bc9dd695..b882b1bfc1 100644 --- a/test/unit/container/test_updater.py +++ b/test/unit/container/test_updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 deca216eae..e173e2109a 100644 --- a/test/unit/obj/test_auditor.py +++ b/test/unit/obj/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_diskfile.py b/test/unit/obj/test_diskfile.py index c5db32a668..bbde9b985a 100644 --- a/test/unit/obj/test_diskfile.py +++ b/test/unit/obj/test_diskfile.py @@ -1,5 +1,5 @@ #-*- coding:utf-8 -*- -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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_expirer.py b/test/unit/obj/test_expirer.py index f406e61bde..493de0ff24 100644 --- a/test/unit/obj/test_expirer.py +++ b/test/unit/obj/test_expirer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # # 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 ac79f717cb..fafa6dc931 100644 --- a/test/unit/obj/test_replicator.py +++ b/test/unit/obj/test_replicator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 638ccb5793..7b0ba51557 100755 --- a/test/unit/obj/test_server.py +++ b/test/unit/obj/test_server.py @@ -1,5 +1,5 @@ #-*- coding:utf-8 -*- -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 97a07d059b..d16566de3c 100644 --- a/test/unit/obj/test_updater.py +++ b/test/unit/obj/test_updater.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/test_account.py b/test/unit/proxy/controllers/test_account.py index c364bead1c..394ada73fc 100644 --- a/test/unit/proxy/controllers/test_account.py +++ b/test/unit/proxy/controllers/test_account.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/test_base.py b/test/unit/proxy/controllers/test_base.py index 9af1a9f1d1..4b82dbe730 100644 --- a/test/unit/proxy/controllers/test_base.py +++ b/test/unit/proxy/controllers/test_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/test_container.py b/test/unit/proxy/controllers/test_container.py index 516b3fd25e..63e6b0e030 100644 --- a/test/unit/proxy/controllers/test_container.py +++ b/test/unit/proxy/controllers/test_container.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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/controllers/test_obj.py b/test/unit/proxy/controllers/test_obj.py index 707d952d39..3dad899ab5 100755 --- a/test/unit/proxy/controllers/test_obj.py +++ b/test/unit/proxy/controllers/test_obj.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # 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 6a32dd30a1..2b5e381659 100644 --- a/test/unit/proxy/test_server.py +++ b/test/unit/proxy/test_server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 OpenStack, LLC. +# Copyright (c) 2010-2012 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.