]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Changed header from LLC to Foundation based on trademark policies
authorDirk Mueller <dirk@dmllr.de>
Tue, 10 Sep 2013 15:26:26 +0000 (17:26 +0200)
committerDirk Mueller <dirk@dmllr.de>
Tue, 10 Sep 2013 15:26:42 +0000 (17:26 +0200)
Fixes: Bug 1214176
Change-Id: Ieda1a75992abec647c267faa7727f5da4f7a88a3

185 files changed:
bin/cinder-clear-rabbit-queues
bin/cinder-volume-usage-audit
cinder/api/auth.py
cinder/api/common.py
cinder/api/contrib/admin_actions.py
cinder/api/contrib/extended_snapshot_attributes.py
cinder/api/contrib/hosts.py
cinder/api/contrib/image_create.py
cinder/api/contrib/qos_specs_manage.py
cinder/api/contrib/quota_classes.py
cinder/api/contrib/quotas.py
cinder/api/contrib/types_extra_specs.py
cinder/api/contrib/types_manage.py
cinder/api/contrib/volume_actions.py
cinder/api/contrib/volume_host_attribute.py
cinder/api/contrib/volume_image_metadata.py
cinder/api/contrib/volume_tenant_attribute.py
cinder/api/contrib/volume_transfer.py
cinder/api/extensions.py
cinder/api/middleware/__init__.py
cinder/api/middleware/auth.py
cinder/api/middleware/sizelimit.py
cinder/api/openstack/__init__.py
cinder/api/openstack/urlmap.py
cinder/api/openstack/volume/__init__.py
cinder/api/openstack/volume/versions.py
cinder/api/openstack/wsgi.py
cinder/api/sizelimit.py
cinder/api/urlmap.py
cinder/api/v1/limits.py
cinder/api/v1/router.py
cinder/api/v1/snapshot_metadata.py
cinder/api/v1/types.py
cinder/api/v1/volume_metadata.py
cinder/api/v2/limits.py
cinder/api/v2/router.py
cinder/api/v2/snapshot_metadata.py
cinder/api/v2/types.py
cinder/api/v2/views/__init__.py
cinder/api/v2/views/volumes.py
cinder/api/versions.py
cinder/api/views/__init__.py
cinder/api/views/limits.py
cinder/api/views/versions.py
cinder/api/xmlutil.py
cinder/common/sqlalchemyutils.py
cinder/compute/aggregate_states.py
cinder/context.py
cinder/db/sqlalchemy/migrate_repo/versions/001_cinder_init.py
cinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.py
cinder/db/sqlalchemy/migrate_repo/versions/003_glance_metadata.py
cinder/db/sqlalchemy/migrate_repo/versions/016_drop_sm_tables.py
cinder/db/sqlalchemy/migrate_repo/versions/018_add_qos_specs.py
cinder/image/__init__.py
cinder/image/glance.py
cinder/openstack/common/policy.py
cinder/policy.py
cinder/scheduler/__init__.py
cinder/scheduler/chance.py
cinder/scheduler/driver.py
cinder/scheduler/filter_scheduler.py
cinder/scheduler/filters/__init__.py
cinder/scheduler/filters/capacity_filter.py
cinder/scheduler/filters/retry_filter.py
cinder/scheduler/host_manager.py
cinder/scheduler/manager.py
cinder/scheduler/scheduler_options.py
cinder/scheduler/simple.py
cinder/scheduler/weights/__init__.py
cinder/scheduler/weights/capacity.py
cinder/tests/api/__init__.py
cinder/tests/api/common.py
cinder/tests/api/contrib/__init__.py
cinder/tests/api/contrib/test_extended_snapshot_attributes.py
cinder/tests/api/contrib/test_hosts.py
cinder/tests/api/contrib/test_qos_specs_manage.py
cinder/tests/api/contrib/test_types_extra_specs.py
cinder/tests/api/contrib/test_types_manage.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/contrib/test_volume_host_attribute.py
cinder/tests/api/contrib/test_volume_image_metadata.py
cinder/tests/api/contrib/test_volume_tenant_attribute.py
cinder/tests/api/extensions/__init__.py
cinder/tests/api/extensions/foxinsocks.py
cinder/tests/api/fakes.py
cinder/tests/api/middleware/test_auth.py
cinder/tests/api/middleware/test_faults.py
cinder/tests/api/middleware/test_sizelimit.py
cinder/tests/api/openstack/__init__.py
cinder/tests/api/test_common.py
cinder/tests/api/test_extensions.py
cinder/tests/api/test_wsgi.py
cinder/tests/api/test_xmlutil.py
cinder/tests/api/v1/stubs.py
cinder/tests/api/v1/test_limits.py
cinder/tests/api/v1/test_snapshot_metadata.py
cinder/tests/api/v1/test_types.py
cinder/tests/api/v1/test_volume_metadata.py
cinder/tests/api/v2/stubs.py
cinder/tests/api/v2/test_limits.py
cinder/tests/api/v2/test_snapshot_metadata.py
cinder/tests/api/v2/test_types.py
cinder/tests/brick/test_brick_lvm.py
cinder/tests/db/fakes.py
cinder/tests/db/test_qos_specs.py
cinder/tests/fake_driver.py
cinder/tests/image/__init__.py
cinder/tests/image/fake.py
cinder/tests/image/test_glance.py
cinder/tests/keymgr/fake.py
cinder/tests/monkey_patch_example/__init__.py
cinder/tests/monkey_patch_example/example_a.py
cinder/tests/monkey_patch_example/example_b.py
cinder/tests/scheduler/__init__.py
cinder/tests/scheduler/fakes.py
cinder/tests/scheduler/test_capacity_weigher.py
cinder/tests/scheduler/test_filter_scheduler.py
cinder/tests/scheduler/test_host_filters.py
cinder/tests/scheduler/test_host_manager.py
cinder/tests/scheduler/test_scheduler_options.py
cinder/tests/test_HpSanISCSIDriver.py
cinder/tests/test_context.py
cinder/tests/test_coraid.py
cinder/tests/test_drivers_compatibility.py
cinder/tests/test_emc.py
cinder/tests/test_hds.py
cinder/tests/test_huawei_hvs.py
cinder/tests/test_huawei_t_dorado.py
cinder/tests/test_migrations.py
cinder/tests/test_misc.py
cinder/tests/test_qos_specs.py
cinder/tests/test_solidfire.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_test_utils.py
cinder/tests/test_volume_glance_metadata.py
cinder/tests/test_volume_transfer.py
cinder/tests/test_volume_types.py
cinder/tests/test_volume_types_extra_specs.py
cinder/tests/test_volume_utils.py
cinder/tests/test_xiv_ds8k.py
cinder/tests/test_zadara.py
cinder/tests/utils.py
cinder/units.py
cinder/version.py
cinder/volume/drivers/__init__.py
cinder/volume/drivers/emc/emc_smis_common.py
cinder/volume/drivers/emc/emc_smis_iscsi.py
cinder/volume/drivers/hds/__init__.py
cinder/volume/drivers/hds/hds.py
cinder/volume/drivers/hds/hus_backend.py
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/huawei/huawei_dorado.py
cinder/volume/drivers/huawei/huawei_hvs.py
cinder/volume/drivers/huawei/huawei_t.py
cinder/volume/drivers/huawei/rest_common.py
cinder/volume/drivers/huawei/ssh_common.py
cinder/volume/drivers/netapp/api.py
cinder/volume/drivers/netapp/common.py
cinder/volume/drivers/netapp/iscsi.py
cinder/volume/drivers/netapp/options.py
cinder/volume/drivers/netapp/ssc_utils.py
cinder/volume/drivers/netapp/utils.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/__init__.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/san/hp_lefthand.py
cinder/volume/drivers/san/solaris.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/storwize_svc.py
cinder/volume/drivers/windows/__init__.py
cinder/volume/drivers/xenapi/__init__.py
cinder/volume/drivers/xiv_ds8k.py
cinder/volume/drivers/zadara.py
cinder/volume/flows/create_volume/__init__.py
cinder/volume/flows/utils.py
cinder/volume/qos_specs.py
cinder/volume/utils.py
cinder/volume/volume_types.py
cinder/wsgi.py
doc/source/conf.py
doc/source/devref/addmethod.openstackapi.rst
doc/source/devref/drivers.rst
tools/install_venv.py

index 52f6dfc94d068d4f492b0847d64abc30e9a3eaad..541b289807b8252684546f982c464a0ab63efad0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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
index f731e7aa560fbea7b3fbce2b69cf79eb39853f65..620fde3c95663502dd2c48426e8968dff2a524cf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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
index ac673cf71f01691094efc243cf5d323dd07337e5..4b5e3379d137e4d04984ffb30481d2561e2bab7f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index f3429f9415eaf09933561246a795c85540afe533..2e13691ebbb4a080dbeb3c81fd1c1b0c7efd5f06 100644 (file)
@@ -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
index 71cd53da1fe9987444b80a126a259d3d2cbf99a7..fc2295c1d89c8e4067798411f4da1625f779c2e2 100644 (file)
@@ -1,4 +1,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
index d4219387b6ad87d6518bc16dc82af4a455d12045..1c4712b10065ae738ea39947160be15df662fbae 100644 (file)
@@ -1,4 +1,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
index aedc8db6c115c716079f45069bfd2b4b7a9cb875..cf11395330e0bee0e832c2078c27f4e730ca7cb5 100644 (file)
@@ -1,4 +1,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
index a3ee923e72711023af6727fcea2700424d603360..d1872914ce9932d1cc4f6609a11ece40e87320ee 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NTT.
-# Copyright (c) 2012 OpenStack, LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index b60a9ca6c4541598da64e1dec7ddd649f8acbd0d..93bda217dbd4652c38bf0fd9f4fef1ac29539046 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 eBay Inc.
-# 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. You may obtain
index d68f13e6bc06d9dca18c35bfdcd0470b499bc3e9..d229825de4060448ffb4ecfa7c9fcfdb702de2f2 100644 (file)
@@ -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
index 954f5fb486a67be7ec8aa518c3b860507e8b5746..da3db720af394054fe20054779731164401e3e1c 100644 (file)
@@ -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
index 95314db4f4757c69dd3cdb36ba9d37dda2fe4ec5..9a53941f837d460a97a908a34a51ff590515ce87 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# 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. You may obtain
index 37ee2c1e62f6624ea02e35770af7394f13fa137e..668c137924167b8e7aa59c9019c10d7025a337d7 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# 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. You may obtain
index 509f4378f7c0f263e604285412b6046339ca5686..34e53e319c15f0b95d97783feaaca49c02a2d126 100644 (file)
@@ -1,4 +1,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
index 183e72587dbdf28f84a95a02f47c244abb4e3e0c..1d9e174d410875e063015110aaf1d624a969da83 100644 (file)
@@ -1,4 +1,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
index 58e5cd2951d9ba07676e33a9f3e7611ea951d233..da5ac2f8bfada872e7c1a57643eca3b60e43fcb3 100644 (file)
@@ -1,4 +1,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
index 620ae100652708bec353720943b44d913b350168..2660cdb726a2f66e701a6643241300b534850803 100644 (file)
@@ -1,4 +1,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
index a400f05ef4c5ce3bca30c73614c8010043705853..5cf4b5e0960545fd2f7cc5fe8d9ffd7ef96bbdb8 100644 (file)
@@ -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
index 5ed427420e6a72dd252f9c071f916ccb9c064943..1e98b6dc5fdd2927bdc65c970112643a03b42052 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # Copyright 2011 Justin Santa Barbara
 # All Rights Reserved.
 #
index d65c689a83d66be0582895e46057ba7b7e3c5c6a..4dec227c40fbb3c67380c9b169fa3fa02da43f67 100644 (file)
@@ -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
index fadeb8d64b59a1ab688d902f8bc99fd09e302cf3..63f2c1d5d0897ee43f18d79e9115808c0a958b0d 100644 (file)
@@ -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
index 588df2c189cba9926f9b447aa9dea1875275379e..af7b742947134e44db9caa4e3a6c21e58fa56536 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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. You may obtain
index 847868633776d9f1270ac9d9299dab6e56896a79..30c35834510434582cb0b7f18d5289a672cf599a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index ab240709ddfde970461e19732a31ab99d66fd2bc..d4bfe6d83edf4e7dc8d4fdc7fca4d4c42e90947e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index 875db434724b1a23b9fb311f515cb25b6a47247e..90a52cbd7bcea94b16632aeac6b3e9fd47574989 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index 857b7698c73431a525e3ad43625da1d446ae1634..c2db50a89cf96a7ec0653119e648eaeeb31c477d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index b9ea64d6f62148fcae73991dc77f575668a9fe9d..99ba8e4909451d2c07142f5e3d4bdea06a4f91cc 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # Copyright 2013 IBM Corp.
 # All Rights Reserved.
 #
index 70cd45473e910331c3406771ed2c8e7f8d2f3005..1f7359ff0ad7ab9d9b01444c5f3e1b4a90d4e6d2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index 18ec2020d0df2af04bef806b1031f78527cd51a1..13c95208b73e953c1fc1b781b7888bf9b82dfe72 100644 (file)
@@ -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
index 8f11988b6dcbac5146212e6600d31e746d6a52c5..faab7817298d9cea4900795aeea3ed0011eb6ec5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index bb361412cdd6dda8606ff59badde3a18d9f5081a..a543c3be4204c3ace674cd671e55c6314ab1b216 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # Copyright 2011 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index 9328d138b8872de5a797bce097ed761f9048dac3..c009fbba14cbed31fbb5273b3623e0f6c46677d5 100644 (file)
@@ -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
index 1513b8dcfa4ccd608495739dc791cdf04c8faaec..99eb33d6e75cab45aa8144acf024ee8baa359144 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# 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. You may obtain
index 64589774597a357092bf1bfd6eeb58765bafc3dc..3e196d1147b5c26d27a64cbb8e4090cd9be62476 100644 (file)
@@ -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
index 8f11988b6dcbac5146212e6600d31e746d6a52c5..faab7817298d9cea4900795aeea3ed0011eb6ec5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index e3e51399f1f6328c34b5fc612978935f0714b714..d41267c6b4100d9f811d626f11bbea47044276f4 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # Copyright 2011 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index 9328d138b8872de5a797bce097ed761f9048dac3..c009fbba14cbed31fbb5273b3623e0f6c46677d5 100644 (file)
@@ -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
index 7d11edbb35c44f51c17ea688dc1fc5af6c681b02..9a64c523b12be49963e418b939d110a8e59c3178 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# 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. You may obtain
index cbf4a4506085659966f497ad9a671f605c40e36f..0b3d2db5e9d6ce372dd8e42215d426913a2751f6 100644 (file)
@@ -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
index b4fde24cd4afae38da2b6ce1371ba2b9696a5571..a22ba6ef9b008c111e775369e7861fb683d439f9 100644 (file)
@@ -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
index 954ed9e55e9761ef653af11007306ae5251bb482..00044df3486a4779d27bbedc14f3ad09e1ed180c 100644 (file)
@@ -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
index d65c689a83d66be0582895e46057ba7b7e3c5c6a..4dec227c40fbb3c67380c9b169fa3fa02da43f67 100644 (file)
@@ -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
index 89c0fffbf950187adbd757f8041121d3f509ef81..c17baeda05a457e269e68bf0e6f2cb506efd3f06 100644 (file)
@@ -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
index 371033ded61d1c1607619f662d24ff8f8682c56a..a7a88ca39104293e43ac4e65701abb944f8c3da9 100644 (file)
@@ -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
index af95010a7f8b399998c43062fff5000ab3608b02..8edb0ca957ce4b3d17a793aacfffe69a339fa28e 100644 (file)
@@ -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
index 19b7ca9ea7ceb7bbc50c9d631e814009f1350f40..430761f88871c94a36b6ccf4ba0942432b38e191 100644 (file)
@@ -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.
 #
index 92e19402776b677f970315ca61edc33f52e3f14a..92a6743fb08348a60834419ec12b2ebfefa5b0c5 100644 (file)
@@ -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
index 797bfc71bc817f3ba2d02fe87f4d105081d85d88..1a33c1dc0ffa0507db2075eaee14dc22eb252664 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # Copyright 2010 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index ad8fa696638456d6ef06b3551d749c1c37071357..785b1852338578693a389dbb410ae6e69b5b44e9 100644 (file)
@@ -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
index 736c03cb39ebf0dbd251a3d4771067f5c6f53e1e..8dcb026f109137ef9b73336bb865026c1eaf6e0f 100644 (file)
@@ -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
index 80fb859da10e477408e9479024087021809bac81..bfe3e8ebaf1d93a2c9dbfca3d22a0642dd2d9784 100644 (file)
@@ -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
index 5b51f65592f6e7c2ed733fd7c3964d81a4637b88..0ad1fafc8ddb992bf0e85c159444cc80941aca62 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 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. You may obtain
index 7ef9546a3284aed36b4aec89cc48f09877c5801f..a67b58744278fcd53a621a1f885183433a712bab 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (C) 2013 eBay Inc.
-# Copyright (C) 2013 OpenStack, LLC.
+# Copyright (C) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 7affa08d4cd2062367e3005b552edaa2dc504214..d2446bd4f5607f8ab81bf8c11e25c95e1fa051a8 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2012 OpenStack, LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 5ff8c4da52a56c7bead86dd980adccd1bbeb49e9..a6d3dd63dfb836dbd37c76df67cad0b69f976f22 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2010 OpenStack LLC.
+# Copyright 2010 OpenStack Foundation
 # Copyright 2013 NTT corp.
 # All Rights Reserved.
 #
index 0ca48ce9e89c509d6f8fde0eac2e3a1aca0d0480..a0a954c12bccfe6a180f28dc1f042cbb2762abee 100644 (file)
@@ -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
index 72a08ae315fe87bf919453198fb761af52645e60..2beff0f198c352e2451a89146e243db1528160c8 100644 (file)
@@ -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
index 727de580eb710ce1340bf97acd1e8651ba3b01e8..0483b0a6e914460b8fb483f4b900d38bb41bb46b 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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. You may obtain
index 0b9a4dac67d6ed8a608c0196c38fa29ce357cd14..e5810ceb2ec2058590cef56b8bede44cdc49374b 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2010 OpenStack, LLC.
+# Copyright (c) 2010 OpenStack Foundation
 # Copyright 2010 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index 13114c6aabecacc0d680eafdaa4dff9eb67114cf..327d5bf4dc4a806997d49f63b1dba7801ae5a94c 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2010 OpenStack, LLC.
+# Copyright (c) 2010 OpenStack Foundation
 # Copyright 2010 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index c47b41d4fa85b46eabd957b2c9c0a5e0ae5f804b..16911026cce293b58d5ee0be3db70dea81458d21 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (c) 2011 Intel Corporation
-# 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
index ce4951de975ba4ce04c36603e703624ff030f686..788cea1f70b47f06d847d01fd575a864fa3721e0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 1f5ec624e20d66370edcf95d918153f4aef3091f..3b25146dc4c2099638c9f4a545d845ee89656963 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (c) 2012 Intel
-# Copyright (c) 2012 OpenStack, LLC.
+# Copyright (c) 2012 OpenStack Foundation
 #
 # All Rights Reserved.
 #
index 93f16d2cbc8aee5ef2b632634fe36b0960a6962d..cd660b771fd65e4e4c28fbb80f7b6ed083e0d295 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 OpenStack, LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 2683f87157af346a976d02f02998e0e8ff8aaacb..5b3f17be478447957fd11e1b36d6eafc7fdec872 100644 (file)
@@ -1,4 +1,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
index 401a637db8759578c0bac96e75164387ff33bb5c..0357bc95d3a70505ec4a31e86bd6a6b11abbcada 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2010 OpenStack, LLC.
+# Copyright (c) 2010 OpenStack Foundation
 # Copyright 2010 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index e3b4ef51011982d255a793088229c1b0099cf57c..bed93abd6ebe96944560e0cbedd45aba0c766991 100644 (file)
@@ -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
index 5329d6fd7c60960ec393348b834b266ff7d5ef35..0da6802ee715fec089dfd5a47bb00219cec2e3f9 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2010 OpenStack, LLC.
+# Copyright (c) 2010 OpenStack Foundation
 # Copyright 2010 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # All Rights Reserved.
index ce4951de975ba4ce04c36603e703624ff030f686..788cea1f70b47f06d847d01fd575a864fa3721e0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index e8914cb653504e0b77846a2c376231f33a3ea4f2..98d3d5c829e551217e4760ffc1652ca9026e8080 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 OpenStack, LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 3be5ce944ce5102f8f9f71d8b1ffb50423428ccc..c22b04bf348ef79eeeae8b4a9c620134d7965ca8 100644 (file)
@@ -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
index e0301056531f63a66bb3d4401ff8c93b2759b069..5a0a72c0859a1b66c34afc5a2c4aa0d3e0fe29ae 100644 (file)
@@ -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
index 3be5ce944ce5102f8f9f71d8b1ffb50423428ccc..c22b04bf348ef79eeeae8b4a9c620134d7965ca8 100644 (file)
@@ -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
index 28236d01c6582db7eca44bfc9d4f5ecee176c01f..c1d0b1506e51d478da791534b34f44a13cbe6b83 100644 (file)
@@ -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
index 3f9112736c99cb8547090fd6f55928d176d52b52..12af06c9e14090e75f648c429d839553ad43bf5e 100644 (file)
@@ -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
index e9ce2480e4648dff718d528e896c1931d0121b30..c408ca4c6cd0401e5409aa295395d1c1595f41cb 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 2013 eBay Inc.
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 7246ed31aae53a8c00b4df4d1b9d24da1c7debee..7c947e3aac0a2762b9536fa54670c563543eb65f 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# Copyright (c) 2011 OpenStack LLC.
+# Copyright (c) 2011 OpenStack Foundation
 # Copyright 2011 University of Southern California
 # All Rights Reserved.
 #
index 596a7184e3567ad88c381db54c53e3e9d0927342..0eb3697eea38b4734a3fa432988b47f3cb239a36 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 70a13bb63649e6bf85411acc16828a7d4755c7b9..ab856e10bd19f31cb9291db2b5e553ffc0357986 100644 (file)
@@ -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
index 23b6004cb910d9b997f657324dded2bcde35e5c0..e850536a54a742aa970ab3c2dedcabeb16bd831c 100644 (file)
@@ -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
index 676fd6e8501ed7f5ff6f8e522076500b9d45a289..8c7060de590fecff736ce9ebe1b211c76950a1a8 100644 (file)
@@ -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
index f11932859236b0486413444783cddbc3758d01f2..c63df146b76a426d1310af3d0ff1de5ce970824c 100644 (file)
@@ -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
index 848908a953a21d4aa72c88525b13940cd003c2dd..4ac574e5860ba82054f5a5b6d02d3e73abb5fe61 100644 (file)
@@ -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
index 45fc106b884fc24da505fd8cf86525f46e490a3f..0f1e7a26be4b66e6b5eb5f1b041d3bb45cae5fb1 100644 (file)
@@ -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
index 3fd21cfbaf5ee29d35091b944c85b67e85ce4df0..3451ec55b76c7c1a2979dd5aa524377ec6f13d56 100644 (file)
@@ -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
index 879ff99a57748b33aab36537dad4c8fc346cf4f8..600fed80de9f231c285ef0c6e64cec43ff5ad74d 100644 (file)
@@ -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. You may obtain
index 1e9e1ea2e0322e9127ed029e4f39896e6f40df96..4404f62ebf7d78092f921292b9a71f0eedd886a9 100644 (file)
@@ -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
index 7b62d4a147e158df055f0ff64701db8e6e5eb1b6..80184d828c9accd48561d3081ba61b5c25131bd8 100644 (file)
@@ -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. You may obtain
index 3be5ce944ce5102f8f9f71d8b1ffb50423428ccc..c22b04bf348ef79eeeae8b4a9c620134d7965ca8 100644 (file)
@@ -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
index 778d3b3a1b977829d1939f35cb23833fe2d007be..b66b8e908c7853eb8f81118025eebead6ec34e21 100644 (file)
@@ -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
index 5a938329194abdcbcbeb01d460022a9cc5f300a7..41d520cd0af6990b290f85eae8e2d3f86ba03874 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 X.commerce, a business unit of eBay Inc.
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index c68f8158eb532da96a78ee8751199593c61b35aa..9dbe8b16a8293491d52c217f25323216f3badabf 100644 (file)
@@ -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
index 64c596fed23d0792656d47d9d07e835f1377aa2f..07c3589ac6705ab989ac9a2fb205d9f01ec86911 100644 (file)
@@ -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
index 61fd9c89e0b52a5543560e5b3f5a5f22f1db069b..76db862db8d25706208ddb678c48119b85e01295 100644 (file)
@@ -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
index bae6f9d0069c719bfa1ab88c1ab9cac9f13c8cca..b090acd57d2526721ab0b339defa4c9319ae2e7b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 4766b254c6439222f8f42a8fe97d65ad81c108ef..78c14d299916ebbd4eaa6881b1c27083a13605b0 100644 (file)
@@ -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
index db95a89d5dcc6015761fd7bc6c4a6d230bd3d2d4..3f72989de7794a1cf44d3cf8e0a69cc5351d1e2f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # aLL Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index a440fc424d3b9673fd8ae980811416ac9b5e3181..1f1b76ec9b3cff58f661d7f8623de3d6ffc07410 100644 (file)
@@ -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
index cf1675685e773959cdbf982b0a7d2c51f6c1a5bd..18c2fb4f3546d8b68f1b03a6520b3dfc3844ebf5 100644 (file)
@@ -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
index 35d657ce34daa94355504983993637db20e6d297..50322051ba5386ba25357a0ef84ea01f86b11100 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index d36cd7db6e05f67266ee5adbf9a9f0da7d8b74a7..83d0f829ef1dc6fe062eac97bf2b7633f18d0732 100644 (file)
@@ -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
index 9624993544e6e0732ced40ab73409937a05f8dee..1af532f0b3fb54a9dab86afdcb6d25e7a3540a01 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # aLL Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 76d18d8d241bbfa2f3958b8be26cce0c2dc0f40a..0b15c0a985c659e986c3873283e3fa219c849a5b 100644 (file)
@@ -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
index c831fdba2c5f593f68d444e4a1f6c67effd1cca7..afd78854b858738e56276b34f64d738f878d9aef 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 X.commerce, a business unit of eBay Inc.
-# Copyright 2010 OpenStack, LLC
+# Copyright 2010 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 88357fc19b2984d4d6648cdec582394686999309..3b4110595f5dd1078afe93efad55eadf26cbafaf 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2013 eBay Inc.
-# Copyright (C) 2013 OpenStack LLC.
+# Copyright (C) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 5c079eee4eddaec3a4f2395273177e59cc0249f0..b258f60fe6ee26859d876ba17ded92ecb49e6056 100644 (file)
@@ -1,4 +1,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
index 387872b21f146753ae0b6cb8f2a0e2e0bebf005b..f154defa40f7b40e5601c36c5e0b432e92f8ace8 100644 (file)
@@ -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
index 6df9ce2d85710b9db2fe9ff174521fcdc1de3b8a..d0318f336aeb0f6ae7e21c4fa73997a3c6bf59d1 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright 2011 Justin Santa Barbara
-# Copyright 2012 OpenStack LLC
+# Copyright 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index d37435d5800d2065359973c6ebc84555dc4ca9d5..33778c38962457e4617eecbbd9085e54b020c6b0 100644 (file)
@@ -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
index 9fa536776caa0ccc505939da0b0eb889ddf9ddd9..84693413fcc1a43616fc1020043f21f787e13ca6 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright 2011 Justin Santa Barbara
-# Copyright 2012 OpenStack LLC
+# Copyright 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 95f58e751179dbdc3392626ef736821187b13cda..4903cdb100bd0aa80368226f737869c2c395a411 100644 (file)
@@ -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
index 21e79bcb0f7964f46f34068ca7fc36d6e8bb867e..ae852a4068deb2be992f0c2bcd96ef7e1b341776 100644 (file)
@@ -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
index 9d8f6d339ef9652d03224f41067354361480622e..8a171834b0180116d97515f5200663386484f685 100644 (file)
@@ -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
index 3be5ce944ce5102f8f9f71d8b1ffb50423428ccc..c22b04bf348ef79eeeae8b4a9c620134d7965ca8 100644 (file)
@@ -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
index 4059f11301ff97441ab2886967ab965bbe9c63fd..dd420f0c7010f248686fbe708401582432d8eee1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 9498da836c786ad52f43787f31104ec8cd689ca8..24b93cca781dd5219ac49a3c4b9975f0b38a3fa1 100644 (file)
@@ -1,4 +1,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
index f5a7a4d0ef18247aa385f989f4e7dbec10497553..c9a476b226f9be23e8049ec43ddcee5aaa4ca438 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 9e44f1cfc4dc5bfc4f5fa25318b652a009ddff8b..bc86c75cac2e119972640c1600a62ac1844e46b5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.  # All Rights Reserved.
+# Copyright 2011 OpenStack Foundation  # All Rights Reserved.
 #
 #    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
index 90f0ddd2ea2602b3e05152f8e2b200ad0bacb8bd..e1ddd9e744fddcf4648dbe4b7c41439f503735fa 100644 (file)
@@ -1,4 +1,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
index 2bf5c75d697d9315692e4316a7e9bfe4d8b0d2c2..c670c3a511b8143f5456ee037cc3c56a11549081 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index ee5424ec2a4ede3079b6421150213ac4cb525fe0..6541d26a575ab6c28249fc28cbb498305f968d3d 100644 (file)
@@ -1,4 +1,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
index e85cbb03e2fdc7ff607b902ecaf0fd1823c20ed0..46722d91f236a5134ff5a1d83422ddf5f825a3fc 100644 (file)
@@ -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
index 3affe9fdbd784b880287f854b7798c552b9649c7..65ca3f3894fa50feb85224a9aa5511f26b5285c2 100644 (file)
@@ -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
index c6765872f0d84b07966be9ebd63f90d0ed36ddcd..d88b856d121766c0ef2a2a315ded67e585c2a4a5 100644 (file)
@@ -1,4 +1,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
index 1184349028a70f6829618179e6142d02f7da16e2..d3161f567f5878bd3e4e1d3587a9a59ce69c8f64 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 EMC Corporation, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 00f8148434eb6607f5e0fde1d262896ec0100f7a..a04b12e09084acda22951ae67d4c873f1ec05603 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (c) 2013 Hitachi Data Systems, Inc.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 7b1a45c2c9b8502adb31fc567dfc5ddbc4c02372..53ad7f7e0304d2879fdc4335737e57bbcb758a00 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 86e6024ad676284e6a15b77f7ed04821ba9f87c0..bdb43ecb13a2afed3e1f0c066c51a7d3f28d2a1c 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 6b72d0f25e8f402163f688e91f811b8ec6ebfad1..257c3e83c855095f73b62cb30c035a18ca6aa248 100644 (file)
@@ -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
index 1fbf0091c1274d766d7ad6d44d48dbc24e85d047..686f2b61413dbc094fe070effb513b022b23bc3c 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-#    Copyright 2010 OpenStack LLC
+#    Copyright 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. You may obtain
index 3246edb42f7f2553ee8b4c1a7fe10d5ff9119ac1..cadf5ac1a90d16d2bd1518b25d01187d1b645cd0 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 eBay Inc.
-# 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. You may obtain
index 99094a19dd861fb2a893ada643dc6b4d72bd205c..da011a9b0af8c27a30868e05c5498d76de00dab8 100644 (file)
@@ -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
index 5c21156d2eb4e6f34b15fe479a29e48c58851e22..ffa660a9f6fd579ea0ef7913589725ad315dc869 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 2013 IBM Corp.
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index c8c79b2519ece583ad54fbc6f9c02d58a120118c..f6ca47c1f3bb80844556fbda136250ac777a04aa 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 #
-#    Copyright 2010 OpenStack LLC
+#    Copyright 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. You may obtain
index d876896e54083e706e04b5e59cf0e203ae2a8333..f138340f930a53b705a3458650acb00aba376556 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# Copyright (c) 2011 OpenStack LLC.
+# Copyright (c) 2011 OpenStack Foundation
 # Copyright 2011 University of Southern California
 #    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
index 2c82d731b6dc41322d927d0675e8ef796fc68143..4fdb487bb60cae3906dd475eaf7cc54f8c6e029e 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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. You may obtain
 #    a copy of the License at
index 73c9327750062a27328077139cede119f1433ece..f694abcf186f0806a3f2c5e07df1351811125d22 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# 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. You may obtain
 #    a copy of the License at
index 0d690e81dd8dfb12e78a5bc41351a958cdb0998c..bec28306994409eae6ca7ce8ef8a542819a0314c 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# Copyright (c) 2011 OpenStack LLC.
+# Copyright (c) 2011 OpenStack Foundation
 # Copyright 2011 University of Southern California
 #    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
index 434936fb67084b6628c9a23af5ab1376c83f6199..d23eaf512987e4f3dce6e1fd9469d3a44b5fca01 100644 (file)
@@ -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
index ce9671720fb1941c733bc99556da61152d51da29..255f2e59f0eb68cb1734b7e95cb87d95b7c08781 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright 2013 IBM Corp.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index b1113d6fdf1e90ccecfd69c5cdc7bdd14724e78c..f604d5c29ddd06b624d19cc30fe97f9e1ba3d7b1 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 Zadara Storage, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index c623f3e7de0df706ba1fddb900073de17b108b5b..7a2dcf4c0e875cf5b078719e6ccb9129a2479397 100644 (file)
@@ -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
index 8cfafa088d650b46d8880f635d6df957a14246a1..d0003e226f257c9c7664cd928a6ba20085a98422 100644 (file)
@@ -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
index ad1ebc083752ab36957f44ad07e19150fe240adc..09d1ee341a6368482cb6b60758672888775abc0e 100644 (file)
@@ -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
index 815a442c69f40756b5e3a99cca671b7cbe07dcf8..850085b23b07aa3e5218e9f7ec936cfe113e07d9 100644 (file)
@@ -1,4 +1,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
index 7e22befdd55a11d2cb06c0e91f1b34b2a3bc8772..7c8585e442ed20cb168d123b71b8aa20a415aa7f 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 EMC Corporation.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index e6b510dfb0c3a23e39b869cabfd60dc322a504cd..cf8e53471e5a23fe12cb4d4fdab812c4863acf88 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 EMC Corporation.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 8998fc9306f4b08ce8e4460331cea2656bf6508f..e3b7431c8ce3d2a2368cbe51fdcaa74891487cbf 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (c) 2013 Hitachi Data Systems, Inc.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index b9a69e02ba963ed33ff606a780ef9a75adc6024a..d96ba83d0c0a0819507b06740fb1734654bb4e2f 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (c) 2013 Hitachi Data Systems, Inc.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index fd8753d08783e66721841ae9175e6ba18d734e54..4920b8fd5e2ecfbb419179934def8abc466545cb 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (c) 2013 Hitachi Data Systems, Inc.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 37948aa478ab96bfd5af3e0d784647f0d6d63110..36b140f9a0f86e3ecc5b7309e75f29e0f98fc459 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 469c95252e2e437bb02e916d1da033901aab00c0..ed87051fa9f697456730ce556f4cd9a085c5ec31 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 8682acac2f2e8b0531947a4782b9ddd02b837587..9883c84e9205ae7c18b5515260d4a39e25f9d1a7 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 911727bffab1f17f70231e636240a0b198289ec9..6520b502f7aebfa452373cae03c9c4c3eac8941a 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 8d46d48e7dbc482e75c7c209f57ebce130b395d7..6428c2a832a57a3e253f3058d3215591918c952d 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 3de97b2ee5e733eb72158370f65f898a982bfdaf..26dc5cc41b9b6b568c27411d52f0add293ddd225 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 Huawei Technologies Co., Ltd.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 4212601d52d57408a1a62c77a5f0ef7718dcf03c..4cf66d322c11288cdde33444e91a7e3630a74218 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NetApp, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index c19d095cc5e8e4d682712e5aaf7047f3765f2203..4c45354ea2a6a142d8b48c46c62e385e8a3e84c0 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NetApp, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 943a7bc64145afd306179c9f48359db3dbdb2ddb..9b2d143e49bbaf9ce4124c8bfd8651f43f512121 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NetApp, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 5ae47f8d3bb5aaf42c4fa75e7e769963ed3ac254..613959437e1ab5cdde45ddef7896167e8ef27397 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NetApp, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index a722fab4a1622706918556a249b13765fcb6e088..5e53221d92d30b50b8fe2dc228eca81091b36847 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NetApp, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 1c59c5249d808e7ab495248699021c98b1d84429..0174353db641e005e60fe4be343067f01a5992b3 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 NetApp, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 6749af18aee850fae03e6dda96b3445099665092..1e61badeb956f689568ea667fbe0153c28f1fb58 100644 (file)
@@ -1,4 +1,4 @@
-#    Copyright 2013 OpenStack LLC
+#    Copyright 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. You may obtain
index f890b1e792e2dd69df2d919859951e1748044986..cc1ac69f764f830dfb5d32c43214971c2266ca00 100644 (file)
@@ -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. You may obtain
index 9bf5a46ac91d7fed3c61c82a92d6802f9321eaba..d18928c3ccaf54af0986dea9804debcebd37c343 100644 (file)
@@ -3,7 +3,7 @@
 #    (c) Copyright 2012-2013 Hewlett-Packard Development Company, L.P.
 #    All Rights Reserved.
 #
-#    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
index d718db18f7d1904f70ed1bf495b66d5186a8903e..f9b55564165f1bb59822868b589b1df07a0a0346 100644 (file)
@@ -3,7 +3,7 @@
 #    (c) Copyright 2013 Hewlett-Packard Development Company, L.P.
 #    All Rights Reserved.
 #
-#    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
index fa74d4bf11d82b8822b156388618c9b6a6a93a11..175b4cb6dc1855f83d7775c384743e8d2ccfb3eb 100644 (file)
@@ -3,7 +3,7 @@
 #    (c) Copyright 2012-2013 Hewlett-Packard Development Company, L.P.
 #    All Rights Reserved.
 #
-#    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
index 566734be7f5668972f9e7898daf409d1e7c862f2..36c351cc7bf88a21e1bb73a21ac5a34add7fa36f 100644 (file)
@@ -1,4 +1,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
index cc6aa0e4754eaeab0818284dd92943541a13b967..8dce31d11bf45f0cba1471a07a814f75488d885b 100644 (file)
@@ -1,4 +1,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
index c68f85a6bbf613492b932448df18dce7e30c5582..d1096c8318f77e0a687d545333401472cfec64bd 100644 (file)
@@ -1,4 +1,4 @@
-#    Copyright 2012 OpenStack LLC
+#    Copyright 2012 OpenStack Foundation
 #    Copyright (c) 2013 Zelin.io
 #    All Rights Reserved.
 #
index 581627a05309a9ec07683dff2b782433bac23639..3e9eebcfc35a708d1965173b26fd30f30678702f 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright 2013 IBM Corp.
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 2b0d839bd46de46cac7b66d630d8ebb9ef069be9..f0ec14305dba33259cf9da456cae96994cbf13f7 100644 (file)
@@ -1,4 +1,4 @@
-#    Copyright 2013 OpenStack LLC
+#    Copyright 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. You may obtain
index 4549abf922eed0b8649156955b960708adf7af47..efbc9063d0fcfd2c91e7e3b6bd6c4f16a7273fe8 100644 (file)
@@ -1,4 +1,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
index e1b4d9c2c1dccbfca96f26ffd9e2ba77e2f82f35..68c463f73c244b013c561af7af73c37ca7d6c45e 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright 2013 IBM Corp.
-# Copyright (c) 2013 OpenStack LLC.
+# Copyright (c) 2013 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index a102e2dec149dd00d39f38f93d7c704e4a3b4939..411a88b170a8c646f6c0b16df0c37f3a43c55aed 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2012 Zadara Storage, Inc.
-# Copyright (c) 2012 OpenStack LLC.
+# Copyright (c) 2012 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 391250a6f33cf4e0010d6119b1213aea02d2e375..7a297a733620b75ff1fc3b3ddf76aa2c37fd5edf 100644 (file)
@@ -3,7 +3,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 #    Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
-#    Copyright (c) 2013 OpenStack, LLC.
+#    Copyright (c) 2013 OpenStack Foundation
 #    Copyright 2010 United States Government as represented by the
 #    Administrator of the National Aeronautics and Space Administration.
 #    All Rights Reserved.
index 2f88df704973bfe49233d3e8f2740f81d562fb9e..f4063766967cb70f87f192f39c239cbbb62fb96e 100644 (file)
@@ -3,7 +3,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 #    Copyright (C) 2013 Yahoo! Inc. All Rights Reserved.
-#    Copyright (c) 2013 OpenStack, LLC.
+#    Copyright (c) 2013 OpenStack Foundation
 #    Copyright 2010 United States Government as represented by the
 #    Administrator of the National Aeronautics and Space Administration.
 #    All Rights Reserved.
index 19fa3e0b45702b800c071d45289e7e1804fe185b..47f7c1a5e18a14b8af782be3cf9a234a50b00586 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2013 eBay Inc.
-# 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. You may obtain
index 97b94f28e6053e8149dd275fdcee54c707a85eb5..7b6dce592b5a6e17b8c78c7b6c5c915363e43a79 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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. You may obtain
index 01d9cdd288d0fbb9393a37938f61d1b0ae54fbb3..c969a1172551346f71ba3996af0ded5f00f45632 100644 (file)
@@ -1,7 +1,7 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
 # Copyright (c) 2011 Zadara Storage Inc.
-# Copyright (c) 2011 OpenStack LLC.
+# Copyright (c) 2011 OpenStack Foundation
 # Copyright 2010 United States Government as represented by the
 # Administrator of the National Aeronautics and Space Administration.
 # Copyright (c) 2010 Citrix Systems, Inc.
index eeeef0522f425c3326e929c0c45bbfb466fbc3a7..20143783af26d6aaa87bb7bd0cbaaa5ee6cd50f1 100644 (file)
@@ -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
index e27d458f35d4d37893cafd90c0f079b6cef6fde9..97ee288bafbbe3cc6e1e66cd0be50a94cda7b85f 100644 (file)
@@ -67,7 +67,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'cinder'
-copyright = u'2010-present, OpenStack, LLC'
+copyright = u'2010-present, 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
index 579b295a0a2e6fa3b6393ab6ff0d45d342f75da7..50bdeb06112545ec8a6926f8c9f507c5d4ebb899 100644 (file)
@@ -1,5 +1,5 @@
 ..
-      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
index 9f45a8e2c7c8537c8ad209d7ca97277f9fa2c014..8eeca2e095cf7f77063b46b786a128c02946edd7 100644 (file)
@@ -1,5 +1,5 @@
 ..
-      Copyright (c) 2013 OpenStack, LLC.
+      Copyright (c) 2013 OpenStack Foundation
       All Rights Reserved.
 
       Licensed under the Apache License, Version 2.0 (the "License"); you may
index 884b2a9e953e113ef7b2636df268c57a31bcb164..714ba32b1275a64ee4c0511416b4e10049a633c8 100644 (file)
@@ -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