From 518bbf72982348d5b66b73681ea639bc08e83e57 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 10 Sep 2013 18:29:39 +0200 Subject: [PATCH] Changed header from LLC to Foundation based on trademark policies Fixes: Bug 1214176 Change-Id: I4e394c33d810fe7d48066ff7cb6143f7eae25f13 --- glance/__init__.py | 2 +- glance/api/__init__.py | 2 +- glance/api/cached_images.py | 2 +- glance/api/middleware/__init__.py | 2 +- glance/api/middleware/cache.py | 2 +- glance/api/middleware/cache_manage.py | 2 +- glance/api/middleware/context.py | 2 +- glance/api/middleware/version_negotiation.py | 2 +- glance/api/policy.py | 2 +- glance/api/v1/__init__.py | 2 +- glance/api/v1/controller.py | 2 +- glance/api/v1/router.py | 2 +- glance/cmd/__init__.py | 2 +- glance/cmd/api.py | 2 +- glance/cmd/cache_cleaner.py | 2 +- glance/cmd/cache_manage.py | 2 +- glance/cmd/cache_prefetcher.py | 2 +- glance/cmd/cache_pruner.py | 2 +- glance/cmd/control.py | 2 +- glance/cmd/manage.py | 2 +- glance/cmd/registry.py | 2 +- glance/cmd/scrubber.py | 2 +- glance/common/__init__.py | 2 +- glance/common/auth.py | 2 +- glance/common/client.py | 2 +- glance/common/config.py | 2 +- glance/common/crypt.py | 2 +- glance/common/wsgi.py | 2 +- glance/context.py | 2 +- glance/db/__init__.py | 2 +- glance/db/sqlalchemy/api.py | 2 +- glance/db/sqlalchemy/migrate_repo/manage.py | 2 +- glance/db/sqlalchemy/migrate_repo/schema.py | 2 +- .../db/sqlalchemy/migrate_repo/versions/001_add_images_table.py | 2 +- .../migrate_repo/versions/002_add_image_properties_table.py | 2 +- .../db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py | 2 +- glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py | 2 +- .../db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py | 2 +- glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py | 2 +- glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py | 2 +- .../migrate_repo/versions/008_add_image_members_table.py | 2 +- .../migrate_repo/versions/009_add_mindisk_and_minram.py | 2 +- .../sqlalchemy/migrate_repo/versions/010_default_update_at.py | 2 +- .../versions/011_make_mindisk_and_minram_notnull.py | 2 +- glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py | 2 +- glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py | 2 +- .../versions/017_quote_encrypted_swift_credentials.py | 2 +- glance/db/sqlalchemy/migration.py | 2 +- glance/image_cache/__init__.py | 2 +- glance/image_cache/cleaner.py | 2 +- glance/image_cache/drivers/__init__.py | 2 +- glance/image_cache/drivers/base.py | 2 +- glance/image_cache/drivers/sqlite.py | 2 +- glance/image_cache/drivers/xattr.py | 2 +- glance/image_cache/prefetcher.py | 2 +- glance/image_cache/pruner.py | 2 +- glance/notifier/__init__.py | 2 +- glance/notifier/notify_kombu.py | 2 +- glance/notifier/notify_log.py | 2 +- glance/notifier/notify_noop.py | 2 +- glance/notifier/strategy.py | 2 +- glance/registry/__init__.py | 2 +- glance/registry/api/v1/__init__.py | 2 +- glance/registry/api/v1/images.py | 2 +- glance/registry/api/v1/members.py | 2 +- glance/registry/client/v1/api.py | 2 +- glance/store/__init__.py | 2 +- glance/store/base.py | 2 +- glance/store/filesystem.py | 2 +- glance/store/http.py | 2 +- glance/store/location.py | 2 +- glance/store/s3.py | 2 +- glance/store/scrubber.py | 2 +- glance/store/swift.py | 2 +- glance/tests/__init__.py | 2 +- glance/tests/functional/__init__.py | 2 +- glance/tests/functional/db/base.py | 2 +- glance/tests/functional/db/test_db_api.py | 2 +- glance/tests/functional/store/test_cinder.py | 2 +- glance/tests/functional/store_utils.py | 2 +- glance/tests/functional/test_bin_glance_cache_manage.py | 2 +- glance/tests/functional/test_cache_middleware.py | 2 +- glance/tests/functional/test_client_exceptions.py | 2 +- glance/tests/functional/test_client_redirects.py | 2 +- glance/tests/functional/test_logging.py | 2 +- glance/tests/functional/test_scrubber.py | 2 +- glance/tests/functional/v1/test_api.py | 2 +- glance/tests/functional/v1/test_copy_to_file.py | 2 +- glance/tests/functional/v1/test_misc.py | 2 +- glance/tests/functional/v1/test_ssl.py | 2 +- glance/tests/stubs.py | 2 +- glance/tests/unit/__init__.py | 2 +- glance/tests/unit/api/test_property_protections.py | 2 +- glance/tests/unit/common/test_config.py | 2 +- glance/tests/unit/common/test_utils.py | 2 +- glance/tests/unit/common/test_wsgi.py | 2 +- glance/tests/unit/test_auth.py | 2 +- glance/tests/unit/test_cinder_store.py | 2 +- glance/tests/unit/test_context.py | 2 +- glance/tests/unit/test_filesystem_store.py | 2 +- glance/tests/unit/test_http_store.py | 2 +- glance/tests/unit/test_image_cache.py | 2 +- glance/tests/unit/test_migrations.py | 2 +- glance/tests/unit/test_misc.py | 2 +- glance/tests/unit/test_notifier.py | 2 +- glance/tests/unit/test_s3_store.py | 2 +- glance/tests/unit/test_store_base.py | 2 +- glance/tests/unit/test_store_location.py | 2 +- glance/tests/unit/test_swift_store.py | 2 +- glance/tests/unit/v1/test_api.py | 2 +- glance/tests/unit/v1/test_registry_api.py | 2 +- glance/tests/unit/v1/test_registry_client.py | 2 +- glance/tests/unit/v2/test_image_members_resource.py | 2 +- glance/tests/utils.py | 2 +- tools/install_venv.py | 2 +- 115 files changed, 115 insertions(+), 115 deletions(-) diff --git a/glance/__init__.py b/glance/__init__.py index b60695702c..c43a9000aa 100644 --- a/glance/__init__.py +++ b/glance/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/__init__.py b/glance/api/__init__.py index 534f8687dc..496cf05025 100644 --- a/glance/api/__init__.py +++ b/glance/api/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2012 OpenStack LLC. +# Copyright 2011-2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/cached_images.py b/glance/api/cached_images.py index b3c4554e02..75be9c623f 100644 --- a/glance/api/cached_images.py +++ b/glance/api/cached_images.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/middleware/__init__.py b/glance/api/middleware/__init__.py index d65c689a83..4dec227c40 100644 --- a/glance/api/middleware/__init__.py +++ b/glance/api/middleware/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/middleware/cache.py b/glance/api/middleware/cache.py index 82e3c0c3ac..24cc2d13f7 100644 --- a/glance/api/middleware/cache.py +++ b/glance/api/middleware/cache.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/middleware/cache_manage.py b/glance/api/middleware/cache_manage.py index 2088546086..820cf7eed8 100644 --- a/glance/api/middleware/cache_manage.py +++ b/glance/api/middleware/cache_manage.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/middleware/context.py b/glance/api/middleware/context.py index 7994080e98..900e1e04fa 100644 --- a/glance/api/middleware/context.py +++ b/glance/api/middleware/context.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2012 OpenStack LLC. +# Copyright 2011-2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/middleware/version_negotiation.py b/glance/api/middleware/version_negotiation.py index c52254524f..bec6e75739 100644 --- a/glance/api/middleware/version_negotiation.py +++ b/glance/api/middleware/version_negotiation.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/policy.py b/glance/api/policy.py index 468226bb55..28eb6dbc8b 100644 --- a/glance/api/policy.py +++ b/glance/api/policy.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v1/__init__.py b/glance/api/v1/__init__.py index df8269a28e..892e9c5278 100644 --- a/glance/api/v1/__init__.py +++ b/glance/api/v1/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v1/controller.py b/glance/api/v1/controller.py index 84343df8b6..bb7a752d7c 100644 --- a/glance/api/v1/controller.py +++ b/glance/api/v1/controller.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v1/router.py b/glance/api/v1/router.py index 5a2fef77d3..ea99f9cbe7 100644 --- a/glance/api/v1/router.py +++ b/glance/api/v1/router.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/__init__.py b/glance/cmd/__init__.py index 45b9ebf8be..44245269f6 100644 --- a/glance/cmd/__init__.py +++ b/glance/cmd/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/api.py b/glance/cmd/api.py index 61a9453c0b..93761a45f6 100755 --- a/glance/cmd/api.py +++ b/glance/cmd/api.py @@ -3,7 +3,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/cache_cleaner.py b/glance/cmd/cache_cleaner.py index fee5ae7d04..e0535160cb 100644 --- a/glance/cmd/cache_cleaner.py +++ b/glance/cmd/cache_cleaner.py @@ -2,7 +2,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/cache_manage.py b/glance/cmd/cache_manage.py index 2a2cb288c8..5e4a9aa3f2 100755 --- a/glance/cmd/cache_manage.py +++ b/glance/cmd/cache_manage.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/cache_prefetcher.py b/glance/cmd/cache_prefetcher.py index 766d9c83e2..2d46597dc5 100755 --- a/glance/cmd/cache_prefetcher.py +++ b/glance/cmd/cache_prefetcher.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2012 OpenStack LLC. +# Copyright 2011-2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/cache_pruner.py b/glance/cmd/cache_pruner.py index b41ddaa307..318c196813 100644 --- a/glance/cmd/cache_pruner.py +++ b/glance/cmd/cache_pruner.py @@ -2,7 +2,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/control.py b/glance/cmd/control.py index a06416ccc0..c909aa8af2 100644 --- a/glance/cmd/control.py +++ b/glance/cmd/control.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/glance/cmd/manage.py b/glance/cmd/manage.py index 18475a6867..51d08f9085 100755 --- a/glance/cmd/manage.py +++ b/glance/cmd/manage.py @@ -3,7 +3,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/registry.py b/glance/cmd/registry.py index 1668725fea..d95a4b1b14 100755 --- a/glance/cmd/registry.py +++ b/glance/cmd/registry.py @@ -3,7 +3,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/cmd/scrubber.py b/glance/cmd/scrubber.py index 3aec00d65d..c010f92010 100755 --- a/glance/cmd/scrubber.py +++ b/glance/cmd/scrubber.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2012 OpenStack LLC. +# Copyright 2011-2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/common/__init__.py b/glance/common/__init__.py index b60695702c..c43a9000aa 100644 --- a/glance/common/__init__.py +++ b/glance/common/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/common/auth.py b/glance/common/auth.py index 9abba43f2f..8586f80f2d 100644 --- a/glance/common/auth.py +++ b/glance/common/auth.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/common/client.py b/glance/common/client.py index e54e00de6b..a0a32bec42 100644 --- a/glance/common/client.py +++ b/glance/common/client.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/common/config.py b/glance/common/config.py index d01e781441..c74e0bd7f1 100644 --- a/glance/common/config.py +++ b/glance/common/config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/common/crypt.py b/glance/common/crypt.py index ee5f2dd38b..ee505442c7 100644 --- a/glance/common/crypt.py +++ b/glance/common/crypt.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/common/wsgi.py b/glance/common/wsgi.py index 47a6e2b315..d8a03d7e94 100644 --- a/glance/common/wsgi.py +++ b/glance/common/wsgi.py @@ -2,7 +2,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2010 OpenStack LLC. +# Copyright 2010 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/context.py b/glance/context.py index beb0759e8e..541e3fdd76 100644 --- a/glance/context.py +++ b/glance/context.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2012 OpenStack LLC. +# Copyright 2011-2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/__init__.py b/glance/db/__init__.py index 73f5dfa135..bc0db175de 100644 --- a/glance/db/__init__.py +++ b/glance/db/__init__.py @@ -2,7 +2,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# 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/glance/db/sqlalchemy/api.py b/glance/db/sqlalchemy/api.py index 855e33ae0b..3162eeae2f 100644 --- a/glance/db/sqlalchemy/api.py +++ b/glance/db/sqlalchemy/api.py @@ -2,7 +2,7 @@ # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # Copyright 2012 Justin Santa Barbara # All Rights Reserved. # diff --git a/glance/db/sqlalchemy/migrate_repo/manage.py b/glance/db/sqlalchemy/migrate_repo/manage.py index 67ac41c84b..4cb1fa46a3 100644 --- a/glance/db/sqlalchemy/migrate_repo/manage.py +++ b/glance/db/sqlalchemy/migrate_repo/manage.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# 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/glance/db/sqlalchemy/migrate_repo/schema.py b/glance/db/sqlalchemy/migrate_repo/schema.py index 894066c8b5..21bd5539be 100644 --- a/glance/db/sqlalchemy/migrate_repo/schema.py +++ b/glance/db/sqlalchemy/migrate_repo/schema.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py b/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py index ea12475416..1e7df3078b 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py b/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py index 8ee24b0517..6e6117336d 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py b/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py index c41e35532f..4b9f4a6b41 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py b/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py index ecce474d0f..8de1576d5e 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py b/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py index 575de8bc6a..af26da10b1 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py b/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py index 37477b5c31..c538cd5463 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py b/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py index 53a9e8a1c1..ae1009d247 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py b/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py index 35c3e1e52c..84a905c09e 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py b/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py index e06eaf518c..cdacfa8532 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py b/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py index 506844ba00..6faeb45276 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py b/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py index 8b7de85bfe..21e0a12d63 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py b/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py index dafa621640..d03509ba8a 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py b/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py index 02d8ad0d79..adc68b50e0 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py b/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py index cffb58d28c..767dd73e9b 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/sqlalchemy/migration.py b/glance/db/sqlalchemy/migration.py index 82bf33a228..1cb8d23d6e 100644 --- a/glance/db/sqlalchemy/migration.py +++ b/glance/db/sqlalchemy/migration.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/__init__.py b/glance/image_cache/__init__.py index 998ac892b0..db66c08062 100644 --- a/glance/image_cache/__init__.py +++ b/glance/image_cache/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/cleaner.py b/glance/image_cache/cleaner.py index 1c364e9bbe..bf6b86f9e1 100644 --- a/glance/image_cache/cleaner.py +++ b/glance/image_cache/cleaner.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/drivers/__init__.py b/glance/image_cache/drivers/__init__.py index d65c689a83..4dec227c40 100644 --- a/glance/image_cache/drivers/__init__.py +++ b/glance/image_cache/drivers/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/drivers/base.py b/glance/image_cache/drivers/base.py index 06e00f2c1e..9d489be7b8 100644 --- a/glance/image_cache/drivers/base.py +++ b/glance/image_cache/drivers/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/drivers/sqlite.py b/glance/image_cache/drivers/sqlite.py index 16ebd62bda..707b181fe5 100644 --- a/glance/image_cache/drivers/sqlite.py +++ b/glance/image_cache/drivers/sqlite.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/drivers/xattr.py b/glance/image_cache/drivers/xattr.py index cb43f700e1..8271257e7f 100644 --- a/glance/image_cache/drivers/xattr.py +++ b/glance/image_cache/drivers/xattr.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/prefetcher.py b/glance/image_cache/prefetcher.py index 156424fb1c..0dfad7dd14 100644 --- a/glance/image_cache/prefetcher.py +++ b/glance/image_cache/prefetcher.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/pruner.py b/glance/image_cache/pruner.py index 72ae4a373b..141e8a8ff0 100644 --- a/glance/image_cache/pruner.py +++ b/glance/image_cache/pruner.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/notifier/__init__.py b/glance/notifier/__init__.py index b90f6e9bdc..298f501814 100644 --- a/glance/notifier/__init__.py +++ b/glance/notifier/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011, OpenStack LLC. +# Copyright 2011, OpenStack Foundation # Copyright 2012, Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/notifier/notify_kombu.py b/glance/notifier/notify_kombu.py index f8605bb63c..34206d69b5 100644 --- a/glance/notifier/notify_kombu.py +++ b/glance/notifier/notify_kombu.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011, OpenStack LLC. +# Copyright 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. You may obtain diff --git a/glance/notifier/notify_log.py b/glance/notifier/notify_log.py index 4e52c6b17e..4ceec9e85b 100644 --- a/glance/notifier/notify_log.py +++ b/glance/notifier/notify_log.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011, OpenStack LLC. +# Copyright 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. You may obtain diff --git a/glance/notifier/notify_noop.py b/glance/notifier/notify_noop.py index 5b0d01193f..e579da0d0d 100644 --- a/glance/notifier/notify_noop.py +++ b/glance/notifier/notify_noop.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011, OpenStack LLC. +# Copyright 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. You may obtain diff --git a/glance/notifier/strategy.py b/glance/notifier/strategy.py index ab4f208b47..6ce6b8578d 100644 --- a/glance/notifier/strategy.py +++ b/glance/notifier/strategy.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011, OpenStack LLC. +# Copyright 2011, OpenStack Foundation # Copyright 2012, Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/registry/__init__.py b/glance/registry/__init__.py index a5c8c1d787..1293dbf64b 100644 --- a/glance/registry/__init__.py +++ b/glance/registry/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/registry/api/v1/__init__.py b/glance/registry/api/v1/__init__.py index d8b5ea2341..0d121649d6 100644 --- a/glance/registry/api/v1/__init__.py +++ b/glance/registry/api/v1/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/registry/api/v1/images.py b/glance/registry/api/v1/images.py index ab08c98d5c..81f2256df4 100644 --- a/glance/registry/api/v1/images.py +++ b/glance/registry/api/v1/images.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/registry/api/v1/members.py b/glance/registry/api/v1/members.py index c9e9902faf..6a640d198e 100644 --- a/glance/registry/api/v1/members.py +++ b/glance/registry/api/v1/members.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/registry/client/v1/api.py b/glance/registry/client/v1/api.py index 05bf8b5f8b..b31d832fe8 100644 --- a/glance/registry/client/v1/api.py +++ b/glance/registry/client/v1/api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/__init__.py b/glance/store/__init__.py index 3f11a567a2..7eb7485527 100644 --- a/glance/store/__init__.py +++ b/glance/store/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/base.py b/glance/store/base.py index 3e7a7a7efb..22e99f072c 100644 --- a/glance/store/base.py +++ b/glance/store/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # Copyright 2012 RedHat Inc. # All Rights Reserved. # diff --git a/glance/store/filesystem.py b/glance/store/filesystem.py index fd1f49f307..794552f59f 100644 --- a/glance/store/filesystem.py +++ b/glance/store/filesystem.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 OpenStack, LLC +# Copyright 2010 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/http.py b/glance/store/http.py index 821981c578..bde49d51f6 100644 --- a/glance/store/http.py +++ b/glance/store/http.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 OpenStack, LLC +# Copyright 2010 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/location.py b/glance/store/location.py index f7cb53657e..c010e1ef97 100644 --- a/glance/store/location.py +++ b/glance/store/location.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/s3.py b/glance/store/s3.py index 209794d9d3..d72eeec31e 100644 --- a/glance/store/s3.py +++ b/glance/store/s3.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 OpenStack, LLC +# Copyright 2010 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/scrubber.py b/glance/store/scrubber.py index afc4009b89..c76b5a2ebe 100644 --- a/glance/store/scrubber.py +++ b/glance/store/scrubber.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010 OpenStack, LLC +# Copyright 2010 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/store/swift.py b/glance/store/swift.py index aa778dd6ee..a2febc9aee 100644 --- a/glance/store/swift.py +++ b/glance/store/swift.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/__init__.py b/glance/tests/__init__.py index 9422f7b846..95ccc5916d 100644 --- a/glance/tests/__init__.py +++ b/glance/tests/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/__init__.py b/glance/tests/functional/__init__.py index 12561338a1..71f62445e9 100644 --- a/glance/tests/functional/__init__.py +++ b/glance/tests/functional/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/db/base.py b/glance/tests/functional/db/base.py index 162527fa7c..8a68e508dd 100644 --- a/glance/tests/functional/db/base.py +++ b/glance/tests/functional/db/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2012 OpenStack, LLC +# Copyright 2010-2012 OpenStack Foundation # Copyright 2012 Justin Santa Barbara # All Rights Reserved. # diff --git a/glance/tests/functional/db/test_db_api.py b/glance/tests/functional/db/test_db_api.py index 76ae0e5bfc..6569d39326 100644 --- a/glance/tests/functional/db/test_db_api.py +++ b/glance/tests/functional/db/test_db_api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/store/test_cinder.py b/glance/tests/functional/store/test_cinder.py index 9402acd3af..1281a04b17 100644 --- a/glance/tests/functional/store/test_cinder.py +++ b/glance/tests/functional/store/test_cinder.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/store_utils.py b/glance/tests/functional/store_utils.py index 3abbbc4f20..ef1ba3f23b 100644 --- a/glance/tests/functional/store_utils.py +++ b/glance/tests/functional/store_utils.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # Copyright 2012 Red Hat, Inc # All Rights Reserved. # diff --git a/glance/tests/functional/test_bin_glance_cache_manage.py b/glance/tests/functional/test_bin_glance_cache_manage.py index 7d14b10d18..6509168deb 100644 --- a/glance/tests/functional/test_bin_glance_cache_manage.py +++ b/glance/tests/functional/test_bin_glance_cache_manage.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/test_cache_middleware.py b/glance/tests/functional/test_cache_middleware.py index 5548f969f0..692bce41fa 100644 --- a/glance/tests/functional/test_cache_middleware.py +++ b/glance/tests/functional/test_cache_middleware.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/test_client_exceptions.py b/glance/tests/functional/test_client_exceptions.py index c1d82d565c..20e2fc1ad3 100644 --- a/glance/tests/functional/test_client_exceptions.py +++ b/glance/tests/functional/test_client_exceptions.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # Copyright 2012 Red Hat, Inc # All Rights Reserved. # diff --git a/glance/tests/functional/test_client_redirects.py b/glance/tests/functional/test_client_redirects.py index 9288b31083..5f8a49cb12 100644 --- a/glance/tests/functional/test_client_redirects.py +++ b/glance/tests/functional/test_client_redirects.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/test_logging.py b/glance/tests/functional/test_logging.py index f93ad50e53..248f837dcb 100644 --- a/glance/tests/functional/test_logging.py +++ b/glance/tests/functional/test_logging.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/test_scrubber.py b/glance/tests/functional/test_scrubber.py index cc453d2143..cd719f348e 100644 --- a/glance/tests/functional/test_scrubber.py +++ b/glance/tests/functional/test_scrubber.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2012 OpenStack, LLC +# Copyright 2011-2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/v1/test_api.py b/glance/tests/functional/v1/test_api.py index 9f84b8b27f..2d1d577f09 100644 --- a/glance/tests/functional/v1/test_api.py +++ b/glance/tests/functional/v1/test_api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/v1/test_copy_to_file.py b/glance/tests/functional/v1/test_copy_to_file.py index b2407f18bd..38b37a0c22 100644 --- a/glance/tests/functional/v1/test_copy_to_file.py +++ b/glance/tests/functional/v1/test_copy_to_file.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # Copyright 2012 Red Hat, Inc # All Rights Reserved. # diff --git a/glance/tests/functional/v1/test_misc.py b/glance/tests/functional/v1/test_misc.py index 360fc08ce7..01c348f14f 100644 --- a/glance/tests/functional/v1/test_misc.py +++ b/glance/tests/functional/v1/test_misc.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/v1/test_ssl.py b/glance/tests/functional/v1/test_ssl.py index 228471b9ae..2c9b9fc87e 100644 --- a/glance/tests/functional/v1/test_ssl.py +++ b/glance/tests/functional/v1/test_ssl.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/stubs.py b/glance/tests/stubs.py index 7c52a41459..3be298ea43 100644 --- a/glance/tests/stubs.py +++ b/glance/tests/stubs.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/__init__.py b/glance/tests/unit/__init__.py index b60695702c..c43a9000aa 100644 --- a/glance/tests/unit/__init__.py +++ b/glance/tests/unit/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/api/test_property_protections.py b/glance/tests/unit/api/test_property_protections.py index f05fbd0bed..371e20de02 100644 --- a/glance/tests/unit/api/test_property_protections.py +++ b/glance/tests/unit/api/test_property_protections.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/common/test_config.py b/glance/tests/unit/common/test_config.py index 2dfede10d4..0c8f587720 100644 --- a/glance/tests/unit/common/test_config.py +++ b/glance/tests/unit/common/test_config.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/common/test_utils.py b/glance/tests/unit/common/test_utils.py index 23c3858d02..c17ceca1ae 100644 --- a/glance/tests/unit/common/test_utils.py +++ b/glance/tests/unit/common/test_utils.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/common/test_wsgi.py b/glance/tests/unit/common/test_wsgi.py index be453e050e..c40d806ea2 100644 --- a/glance/tests/unit/common/test_wsgi.py +++ b/glance/tests/unit/common/test_wsgi.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_auth.py b/glance/tests/unit/test_auth.py index e74f90d941..4bc3470eab 100644 --- a/glance/tests/unit/test_auth.py +++ b/glance/tests/unit/test_auth.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_cinder_store.py b/glance/tests/unit/test_cinder_store.py index 9009fe0e2b..1e5adfd96d 100644 --- a/glance/tests/unit/test_cinder_store.py +++ b/glance/tests/unit/test_cinder_store.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_context.py b/glance/tests/unit/test_context.py index 598a47eeaf..f577999c6d 100644 --- a/glance/tests/unit/test_context.py +++ b/glance/tests/unit/test_context.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_filesystem_store.py b/glance/tests/unit/test_filesystem_store.py index dcdc9e78d1..9b0ffe172d 100644 --- a/glance/tests/unit/test_filesystem_store.py +++ b/glance/tests/unit/test_filesystem_store.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_http_store.py b/glance/tests/unit/test_http_store.py index becc0f9190..710a53d036 100644 --- a/glance/tests/unit/test_http_store.py +++ b/glance/tests/unit/test_http_store.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_image_cache.py b/glance/tests/unit/test_image_cache.py index eefd09cbdb..5e6c1c8ec4 100644 --- a/glance/tests/unit/test_image_cache.py +++ b/glance/tests/unit/test_image_cache.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_migrations.py b/glance/tests/unit/test_migrations.py index ce715f0f4c..850d9eee71 100644 --- a/glance/tests/unit/test_migrations.py +++ b/glance/tests/unit/test_migrations.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # Copyright 2013 IBM Corp. # diff --git a/glance/tests/unit/test_misc.py b/glance/tests/unit/test_misc.py index 7bfd354151..bab63cdb1f 100644 --- a/glance/tests/unit/test_misc.py +++ b/glance/tests/unit/test_misc.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_notifier.py b/glance/tests/unit/test_notifier.py index 89f105dceb..a27cd55bb0 100644 --- a/glance/tests/unit/test_notifier.py +++ b/glance/tests/unit/test_notifier.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_s3_store.py b/glance/tests/unit/test_s3_store.py index a7145ccefd..49f25f1e2e 100644 --- a/glance/tests/unit/test_s3_store.py +++ b/glance/tests/unit/test_s3_store.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_store_base.py b/glance/tests/unit/test_store_base.py index 0f77243c9a..164649efa5 100644 --- a/glance/tests/unit/test_store_base.py +++ b/glance/tests/unit/test_store_base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2013 OpenStack, LLC +# Copyright 2011-2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_store_location.py b/glance/tests/unit/test_store_location.py index 7eec171139..b96144fdc9 100644 --- a/glance/tests/unit/test_store_location.py +++ b/glance/tests/unit/test_store_location.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011-2013 OpenStack, LLC +# Copyright 2011-2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_swift_store.py b/glance/tests/unit/test_swift_store.py index ad0f31e3bc..4d1342229b 100644 --- a/glance/tests/unit/test_swift_store.py +++ b/glance/tests/unit/test_swift_store.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/v1/test_api.py b/glance/tests/unit/v1/test_api.py index 773a3e4d69..b3868ac68b 100644 --- a/glance/tests/unit/v1/test_api.py +++ b/glance/tests/unit/v1/test_api.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # -*- coding: utf-8 -*- -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/v1/test_registry_api.py b/glance/tests/unit/v1/test_registry_api.py index 926f79a3cb..5d29d1d6df 100644 --- a/glance/tests/unit/v1/test_registry_api.py +++ b/glance/tests/unit/v1/test_registry_api.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # -*- coding: utf-8 -*- -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/v1/test_registry_client.py b/glance/tests/unit/v1/test_registry_client.py index 8d9665dbb7..99ae2f1443 100644 --- a/glance/tests/unit/v1/test_registry_client.py +++ b/glance/tests/unit/v1/test_registry_client.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/v2/test_image_members_resource.py b/glance/tests/unit/v2/test_image_members_resource.py index 681e3eb578..54c90a3d75 100644 --- a/glance/tests/unit/v2/test_image_members_resource.py +++ b/glance/tests/unit/v2/test_image_members_resource.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/utils.py b/glance/tests/utils.py index 760824cf06..29df7672e5 100644 --- a/glance/tests/utils.py +++ b/glance/tests/utils.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010-2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/install_venv.py b/tools/install_venv.py index 38f8422c42..ce4ed04937 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -4,7 +4,7 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 OpenStack LLC. +# Copyright 2010 OpenStack Foundation # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may