From a2b9bed75d9dd02562bc611cebdcc4744d61603a Mon Sep 17 00:00:00 2001 From: annegentle Date: Thu, 3 Jan 2013 10:26:06 -0600 Subject: [PATCH] Updates OpenStack LLC with OpenStack Foundation Patchset addresses reviewer's comments, rebase against master, and follows new guidance from Foundation: http://wiki.openstack.org/Documentation/Copyright Change-Id: I94367461505778973528eb8835d991f4fb796dab --- doc/source/authentication.rst | 2 +- doc/source/cache.rst | 2 +- doc/source/conf.py | 4 ++-- doc/source/configuring.rst | 2 +- doc/source/controllingservers.rst | 2 +- doc/source/db.rst | 2 +- doc/source/formats.rst | 2 +- doc/source/glanceapi.rst | 2 +- doc/source/glanceclient.rst | 2 +- doc/source/identifiers.rst | 2 +- doc/source/index.rst | 2 +- doc/source/installing.rst | 2 +- doc/source/notifications.rst | 2 +- doc/source/policies.rst | 2 +- doc/source/statuses.rst | 2 +- glance/api/authorization.py | 2 +- glance/api/common.py | 2 +- glance/api/v1/members.py | 2 +- glance/api/v2/image_data.py | 2 +- glance/api/v2/image_tags.py | 2 +- glance/api/v2/images.py | 2 +- glance/api/v2/router.py | 2 +- glance/api/v2/schemas.py | 2 +- glance/api/versions.py | 2 +- glance/db/simple/api.py | 2 +- .../migrate_repo/versions/014_add_image_tags_table.py | 2 +- .../migrate_repo/versions/015_quote_swift_credentials.py | 2 +- glance/domain.py | 2 +- glance/gateway.py | 2 +- glance/image_cache/client.py | 2 +- glance/schema.py | 2 +- glance/tests/functional/db/__init__.py | 2 +- glance/tests/functional/db/test_simple.py | 2 +- glance/tests/functional/db/test_sqlalchemy.py | 2 +- glance/tests/functional/store/__init__.py | 2 +- glance/tests/functional/store/test_filesystem.py | 2 +- glance/tests/functional/store/test_http.py | 2 +- glance/tests/functional/store/test_s3.py | 2 +- glance/tests/functional/store/test_swift.py | 2 +- glance/tests/functional/test_api.py | 2 +- glance/tests/functional/v1/test_multiprocessing.py | 2 +- glance/tests/functional/v2/test_images.py | 2 +- glance/tests/functional/v2/test_schemas.py | 2 +- glance/tests/unit/api/test_common.py | 2 +- glance/tests/unit/base.py | 2 +- glance/tests/unit/common/test_exception.py | 2 +- glance/tests/unit/test_cache_middleware.py | 2 +- glance/tests/unit/test_db.py | 2 +- glance/tests/unit/test_domain.py | 2 +- glance/tests/unit/test_policy.py | 2 +- glance/tests/unit/test_schema.py | 2 +- glance/tests/unit/test_store_image.py | 2 +- glance/tests/unit/test_versions.py | 2 +- glance/tests/unit/utils.py | 2 +- glance/tests/unit/v2/test_image_data_resource.py | 2 +- glance/tests/unit/v2/test_image_tags_resource.py | 2 +- glance/tests/unit/v2/test_images_resource.py | 2 +- glance/tests/unit/v2/test_schemas_resource.py | 2 +- glance/version.py | 2 +- 59 files changed, 60 insertions(+), 60 deletions(-) diff --git a/doc/source/authentication.rst b/doc/source/authentication.rst index 8e86726655..acbf83f83c 100644 --- a/doc/source/authentication.rst +++ b/doc/source/authentication.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/cache.rst b/doc/source/cache.rst index ca3a3c90d7..b9f60e38ac 100644 --- a/doc/source/cache.rst +++ b/doc/source/cache.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/conf.py b/doc/source/conf.py index 50cdba5770..8b546d65e2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010 OpenStack Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -66,7 +66,7 @@ master_doc = 'index' # General information about the project. project = u'Glance' -copyright = u'2010-present, OpenStack, LLC.' +copyright = u'2010, OpenStack Foundation.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index 1cc4c86e29..e0b4173766 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/controllingservers.rst b/doc/source/controllingservers.rst index c0980e1570..ab9fcfb305 100644 --- a/doc/source/controllingservers.rst +++ b/doc/source/controllingservers.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/db.rst b/doc/source/db.rst index 801b6e2f28..7aca0e296b 100644 --- a/doc/source/db.rst +++ b/doc/source/db.rst @@ -1,5 +1,5 @@ .. - Copyright 2012 OpenStack, LLC + Copyright 2012 OpenStack Foundation All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/doc/source/formats.rst b/doc/source/formats.rst index 945fc9ab8a..fc2a98f17f 100644 --- a/doc/source/formats.rst +++ b/doc/source/formats.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/glanceapi.rst b/doc/source/glanceapi.rst index c68411ded4..3cd8155bcb 100644 --- a/doc/source/glanceapi.rst +++ b/doc/source/glanceapi.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/glanceclient.rst b/doc/source/glanceclient.rst index 4a541ce8dc..ad90b1a7e8 100644 --- a/doc/source/glanceclient.rst +++ b/doc/source/glanceclient.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/identifiers.rst b/doc/source/identifiers.rst index d6b6e3fe58..a6f5f7413f 100644 --- a/doc/source/identifiers.rst +++ b/doc/source/identifiers.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/index.rst b/doc/source/index.rst index 9b2bace101..3a8e16d5e3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/installing.rst b/doc/source/installing.rst index 9bd104bd2b..a241919b30 100644 --- a/doc/source/installing.rst +++ b/doc/source/installing.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/notifications.rst b/doc/source/notifications.rst index 0e6d44b494..c04a3af559 100644 --- a/doc/source/notifications.rst +++ b/doc/source/notifications.rst @@ -1,5 +1,5 @@ .. - 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/doc/source/policies.rst b/doc/source/policies.rst index 8771a84b63..55cd2b9f18 100644 --- a/doc/source/policies.rst +++ b/doc/source/policies.rst @@ -1,5 +1,5 @@ .. - Copyright 2012 OpenStack, LLC + Copyright 2012 OpenStack Foundation All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/doc/source/statuses.rst b/doc/source/statuses.rst index 0dd1fc3581..83157d51d7 100644 --- a/doc/source/statuses.rst +++ b/doc/source/statuses.rst @@ -1,5 +1,5 @@ .. - 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/api/authorization.py b/glance/api/authorization.py index e52ccaa6cb..89eb5af7a7 100644 --- a/glance/api/authorization.py +++ b/glance/api/authorization.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/common.py b/glance/api/common.py index 2e077a56be..ee7c8322ee 100644 --- a/glance/api/common.py +++ b/glance/api/common.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v1/members.py b/glance/api/v1/members.py index 850980aa44..f7d30b2710 100644 --- a/glance/api/v1/members.py +++ b/glance/api/v1/members.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v2/image_data.py b/glance/api/v2/image_data.py index 010fba75d2..276019b999 100644 --- a/glance/api/v2/image_data.py +++ b/glance/api/v2/image_data.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v2/image_tags.py b/glance/api/v2/image_tags.py index c88f5f2117..7d3e56615f 100644 --- a/glance/api/v2/image_tags.py +++ b/glance/api/v2/image_tags.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v2/images.py b/glance/api/v2/images.py index 14183ba572..66bddc26bd 100644 --- a/glance/api/v2/images.py +++ b/glance/api/v2/images.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v2/router.py b/glance/api/v2/router.py index 8de684cf92..e641543e52 100644 --- a/glance/api/v2/router.py +++ b/glance/api/v2/router.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/v2/schemas.py b/glance/api/v2/schemas.py index a2274c040f..9552872c8f 100644 --- a/glance/api/v2/schemas.py +++ b/glance/api/v2/schemas.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/api/versions.py b/glance/api/versions.py index 081115ecfe..a2ed39ba76 100644 --- a/glance/api/versions.py +++ b/glance/api/versions.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/db/simple/api.py b/glance/db/simple/api.py index f74bf78617..c7e21a3a43 100644 --- a/glance/db/simple/api.py +++ b/glance/db/simple/api.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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/014_add_image_tags_table.py b/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py index cffa9411a2..d0f7bd3171 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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/015_quote_swift_credentials.py b/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py index f55b279cb1..02e819da73 100644 --- a/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py +++ b/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/domain.py b/glance/domain.py index 3271c1e62c..d1e6ebac22 100644 --- a/glance/domain.py +++ b/glance/domain.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/gateway.py b/glance/gateway.py index 2e1c4949d7..36da99061e 100644 --- a/glance/gateway.py +++ b/glance/gateway.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/image_cache/client.py b/glance/image_cache/client.py index 157f422553..bdfe09106f 100644 --- a/glance/image_cache/client.py +++ b/glance/image_cache/client.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/schema.py b/glance/schema.py index 77699850c3..10c87870fb 100644 --- a/glance/schema.py +++ b/glance/schema.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/db/__init__.py b/glance/tests/functional/db/__init__.py index c7de2844fa..b4a1f155a6 100644 --- a/glance/tests/functional/db/__init__.py +++ b/glance/tests/functional/db/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/db/test_simple.py b/glance/tests/functional/db/test_simple.py index 0e9c86f0b0..b3e3336220 100644 --- a/glance/tests/functional/db/test_simple.py +++ b/glance/tests/functional/db/test_simple.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/db/test_sqlalchemy.py b/glance/tests/functional/db/test_sqlalchemy.py index 51b8211081..e3b7f1f22e 100644 --- a/glance/tests/functional/db/test_sqlalchemy.py +++ b/glance/tests/functional/db/test_sqlalchemy.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/store/__init__.py b/glance/tests/functional/store/__init__.py index 3fad22c45c..5c7399228b 100644 --- a/glance/tests/functional/store/__init__.py +++ b/glance/tests/functional/store/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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_filesystem.py b/glance/tests/functional/store/test_filesystem.py index e1bed8b705..1da48d38f5 100644 --- a/glance/tests/functional/store/test_filesystem.py +++ b/glance/tests/functional/store/test_filesystem.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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_http.py b/glance/tests/functional/store/test_http.py index 9a0d6fd2e0..29f6161788 100644 --- a/glance/tests/functional/store/test_http.py +++ b/glance/tests/functional/store/test_http.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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_s3.py b/glance/tests/functional/store/test_s3.py index bd053067b6..392978cd73 100644 --- a/glance/tests/functional/store/test_s3.py +++ b/glance/tests/functional/store/test_s3.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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_swift.py b/glance/tests/functional/store/test_swift.py index d8496bc0d5..7b5e5c0fe0 100644 --- a/glance/tests/functional/store/test_swift.py +++ b/glance/tests/functional/store/test_swift.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/test_api.py b/glance/tests/functional/test_api.py index 3554f3ef5a..ef70ffc94d 100644 --- a/glance/tests/functional/test_api.py +++ b/glance/tests/functional/test_api.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 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_multiprocessing.py b/glance/tests/functional/v1/test_multiprocessing.py index 9a269c9a86..5c5c0d9272 100644 --- a/glance/tests/functional/v1/test_multiprocessing.py +++ b/glance/tests/functional/v1/test_multiprocessing.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/v2/test_images.py b/glance/tests/functional/v2/test_images.py index a3342c2ce2..0a4e16ae8a 100644 --- a/glance/tests/functional/v2/test_images.py +++ b/glance/tests/functional/v2/test_images.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/functional/v2/test_schemas.py b/glance/tests/functional/v2/test_schemas.py index 825aadc526..768b8f8f4c 100644 --- a/glance/tests/functional/v2/test_schemas.py +++ b/glance/tests/functional/v2/test_schemas.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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_common.py b/glance/tests/unit/api/test_common.py index 23d65f14b9..fa862f1105 100644 --- a/glance/tests/unit/api/test_common.py +++ b/glance/tests/unit/api/test_common.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/base.py b/glance/tests/unit/base.py index b8e92dc9fa..59b6108fa4 100644 --- a/glance/tests/unit/base.py +++ b/glance/tests/unit/base.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 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_exception.py b/glance/tests/unit/common/test_exception.py index fefe81e1f3..cc952602c8 100644 --- a/glance/tests/unit/common/test_exception.py +++ b/glance/tests/unit/common/test_exception.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_cache_middleware.py b/glance/tests/unit/test_cache_middleware.py index e8963f0183..bcccb6cd87 100644 --- a/glance/tests/unit/test_cache_middleware.py +++ b/glance/tests/unit/test_cache_middleware.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_db.py b/glance/tests/unit/test_db.py index e11b1287d6..66fd1cdd09 100644 --- a/glance/tests/unit/test_db.py +++ b/glance/tests/unit/test_db.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_domain.py b/glance/tests/unit/test_domain.py index bfc0d10018..a227b05d96 100644 --- a/glance/tests/unit/test_domain.py +++ b/glance/tests/unit/test_domain.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_policy.py b/glance/tests/unit/test_policy.py index 4d50fb8015..c9cc2a7937 100644 --- a/glance/tests/unit/test_policy.py +++ b/glance/tests/unit/test_policy.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the 'License'); you may diff --git a/glance/tests/unit/test_schema.py b/glance/tests/unit/test_schema.py index e83c463517..c8d3c32811 100644 --- a/glance/tests/unit/test_schema.py +++ b/glance/tests/unit/test_schema.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 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_image.py b/glance/tests/unit/test_store_image.py index bc5deba4b6..fcd8a35f73 100644 --- a/glance/tests/unit/test_store_image.py +++ b/glance/tests/unit/test_store_image.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/test_versions.py b/glance/tests/unit/test_versions.py index 702c483331..42d5167ef2 100644 --- a/glance/tests/unit/test_versions.py +++ b/glance/tests/unit/test_versions.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/tests/unit/utils.py b/glance/tests/unit/utils.py index 9d1b374a9b..94ed25ca7d 100644 --- a/glance/tests/unit/utils.py +++ b/glance/tests/unit/utils.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 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_data_resource.py b/glance/tests/unit/v2/test_image_data_resource.py index ea66987c23..1568909b85 100644 --- a/glance/tests/unit/v2/test_image_data_resource.py +++ b/glance/tests/unit/v2/test_image_data_resource.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 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_tags_resource.py b/glance/tests/unit/v2/test_image_tags_resource.py index 508365ada1..bafefc44ae 100644 --- a/glance/tests/unit/v2/test_image_tags_resource.py +++ b/glance/tests/unit/v2/test_image_tags_resource.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 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_images_resource.py b/glance/tests/unit/v2/test_images_resource.py index 176aa5c30b..b9cef82173 100644 --- a/glance/tests/unit/v2/test_images_resource.py +++ b/glance/tests/unit/v2/test_images_resource.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 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_schemas_resource.py b/glance/tests/unit/v2/test_schemas_resource.py index adc1a6a99d..29cfdf58d4 100644 --- a/glance/tests/unit/v2/test_schemas_resource.py +++ b/glance/tests/unit/v2/test_schemas_resource.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the 'License'); you may diff --git a/glance/version.py b/glance/version.py index b2cd747b9d..5a5db6a191 100644 --- a/glance/version.py +++ b/glance/version.py @@ -1,6 +1,6 @@ # 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