]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Replace "OpenStack LLC" with "OpenStack Foundation"
authorGary Kotton <gkotton@redhat.com>
Wed, 13 Mar 2013 15:26:12 +0000 (15:26 +0000)
committerMark McClain <mark.mcclain@dreamhost.com>
Wed, 13 Mar 2013 19:06:24 +0000 (15:06 -0400)
fixes bug 1154702

Change-Id: I78b1d2c9975a1a4f32b0785cce45f1e471783d8c

200 files changed:
bin/quantum-debug
bin/quantum-dhcp-agent
bin/quantum-dhcp-agent-dnsmasq-lease-update
bin/quantum-l3-agent
bin/quantum-lbaas-agent
bin/quantum-metadata-agent
bin/quantum-netns-cleanup
bin/quantum-ns-metadata-proxy
bin/quantum-ovs-cleanup
bin/quantum-rootwrap
bin/quantum-rpc-zmq-receiver
doc/source/conf.py
doc/source/docbkx/quantum-api-1.0/xsd/actions.xsd
doc/source/docbkx/quantum-api-1.0/xsd/api-common.xsd
doc/source/docbkx/quantum-api-1.0/xsd/api.xsd
doc/source/docbkx/quantum-api-1.0/xsd/common.xsd
doc/source/docbkx/quantum-api-1.0/xsd/extensions.xsd
doc/source/docbkx/quantum-api-1.0/xsd/faults.xsd
doc/source/docbkx/quantum-api-1.0/xsd/flavor.xsd
doc/source/docbkx/quantum-api-1.0/xsd/image.xsd
doc/source/docbkx/quantum-api-1.0/xsd/limits.xsd
doc/source/docbkx/quantum-api-1.0/xsd/metadata.xsd
doc/source/docbkx/quantum-api-1.0/xsd/server.xsd
doc/source/docbkx/quantum-api-1.0/xsd/version.xsd
doc/source/index.rst
doc/source/man/quantum-server.rst
quantum/__init__.py
quantum/agent/__init__.py
quantum/agent/common/__init__.py
quantum/agent/common/config.py
quantum/agent/dhcp_agent.py
quantum/agent/linux/__init__.py
quantum/agent/linux/dhcp.py
quantum/agent/linux/interface.py
quantum/agent/linux/ip_lib.py
quantum/agent/netns_cleanup_util.py
quantum/agent/ovs_cleanup_util.py
quantum/agent/rpc.py
quantum/api/extensions.py
quantum/api/rpc/__init__.py
quantum/api/rpc/agentnotifiers/__init__.py
quantum/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py
quantum/api/rpc/agentnotifiers/l3_rpc_agent_api.py
quantum/api/v2/__init__.py
quantum/api/v2/attributes.py
quantum/api/v2/base.py
quantum/api/v2/resource.py
quantum/api/v2/router.py
quantum/api/views/versions.py
quantum/auth.py
quantum/common/constants.py
quantum/common/rpc.py
quantum/common/test_lib.py
quantum/common/topics.py
quantum/context.py
quantum/db/agents_db.py
quantum/db/agentschedulers_db.py
quantum/db/db_base_plugin_v2.py
quantum/db/dhcp_rpc_base.py
quantum/db/l3_rpc_base.py
quantum/db/loadbalancer/__init__.py
quantum/db/loadbalancer/loadbalancer_db.py
quantum/db/migration/alembic_migrations/common_ext_ops.py
quantum/db/migration/alembic_migrations/script.py.mako
quantum/db/migration/alembic_migrations/versions/1149d7de0cfa_port_security.py
quantum/db/migration/alembic_migrations/versions/1341ed32cc1e_nvp_netbinding_update.py
quantum/db/migration/alembic_migrations/versions/1b693c095aa3_quota_ext_db_grizzly.py
quantum/db/migration/alembic_migrations/versions/1c33fa3cd1a1_extra_route_config.py
quantum/db/migration/alembic_migrations/versions/1d76643bcec4_nvp_netbinding.py
quantum/db/migration/alembic_migrations/versions/2a6d0b51f4bb_cisco_plugin_cleanup.py
quantum/db/migration/alembic_migrations/versions/2c4af419145b_l3_support.py
quantum/db/migration/alembic_migrations/versions/363468ac592c_nvp_network_gw.py
quantum/db/migration/alembic_migrations/versions/38335592a0dc_nvp_portmap.py
quantum/db/migration/alembic_migrations/versions/3b54bf9e29f7_nec_plugin_sharednet.py
quantum/db/migration/alembic_migrations/versions/3cb5d900c5de_security_groups.py
quantum/db/migration/alembic_migrations/versions/45680af419f9_nvp_qos.py
quantum/db/migration/alembic_migrations/versions/4692d074d587_agent_scheduler.py
quantum/db/migration/alembic_migrations/versions/48b6f43f7471_service_type.py
quantum/db/migration/alembic_migrations/versions/49332180ca96_ryu_plugin_update.py
quantum/db/migration/alembic_migrations/versions/511471cc46b_agent_ext_model_supp.py
quantum/db/migration/alembic_migrations/versions/54c2c487e913_lbaas.py
quantum/db/migration/alembic_migrations/versions/grizzly_release.py
quantum/db/model_base.py
quantum/db/models_v2.py
quantum/db/quota_db.py
quantum/db/servicetype_db.py
quantum/db/sqlalchemyutils.py
quantum/extensions/__init__.py
quantum/extensions/agent.py
quantum/extensions/agentscheduler.py
quantum/extensions/loadbalancer.py
quantum/extensions/portbindings.py
quantum/extensions/providernet.py
quantum/extensions/quotasv2.py
quantum/extensions/securitygroup.py
quantum/extensions/servicetype.py
quantum/plugins/__init__.py
quantum/plugins/bigswitch/version.py
quantum/plugins/cisco/extensions/__init__.py
quantum/plugins/cisco/run_tests.py
quantum/plugins/cisco/tests/unit/__init__.py
quantum/plugins/cisco/tests/unit/test_cisco_extension.py
quantum/plugins/cisco/tests/unit/v2/__init__.py
quantum/plugins/cisco/tests/unit/v2/nexus/__init__.py
quantum/plugins/cisco/tests/unit/v2/test_api_v2.py
quantum/plugins/common/__init__.py
quantum/plugins/common/constants.py
quantum/plugins/linuxbridge/db/l2network_db_v2.py
quantum/plugins/linuxbridge/db/l2network_models_v2.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/metaplugin/run_tests.py
quantum/plugins/openvswitch/common/constants.py
quantum/plugins/services/__init__.py
quantum/plugins/services/agent_loadbalancer/__init__.py
quantum/plugins/services/agent_loadbalancer/plugin.py
quantum/plugins/services/service_base.py
quantum/policy.py
quantum/quota.py
quantum/rootwrap/__init__.py
quantum/rootwrap/filters.py
quantum/rootwrap/wrapper.py
quantum/scheduler/__init__.py
quantum/scheduler/dhcp_agent_scheduler.py
quantum/scheduler/l3_agent_scheduler.py
quantum/tests/__init__.py
quantum/tests/base.py
quantum/tests/unit/__init__.py
quantum/tests/unit/_test_rootwrap_exec.py
quantum/tests/unit/bigswitch/__init__.py
quantum/tests/unit/brocade/__init__.py
quantum/tests/unit/brocade/test_brocade_db.py
quantum/tests/unit/brocade/test_brocade_plugin.py
quantum/tests/unit/brocade/test_brocade_vlan.py
quantum/tests/unit/cisco/__init__.py
quantum/tests/unit/cisco/test_network_plugin.py
quantum/tests/unit/cisco/test_nexus_plugin.py
quantum/tests/unit/db/__init__.py
quantum/tests/unit/db/loadbalancer/__init__.py
quantum/tests/unit/db/loadbalancer/test_db_loadbalancer.py
quantum/tests/unit/dummy_plugin.py
quantum/tests/unit/extension_stubs.py
quantum/tests/unit/extensions/__init__.py
quantum/tests/unit/extensions/foxinsocks.py
quantum/tests/unit/extensions/v2attributes.py
quantum/tests/unit/linuxbridge/__init__.py
quantum/tests/unit/linuxbridge/test_agent_scheduler.py
quantum/tests/unit/linuxbridge/test_defaults.py
quantum/tests/unit/linuxbridge/test_lb_db.py
quantum/tests/unit/linuxbridge/test_lb_quantum_agent.py
quantum/tests/unit/linuxbridge/test_linuxbridge_plugin.py
quantum/tests/unit/metaplugin/test_basic.py
quantum/tests/unit/nec/test_nec_plugin.py
quantum/tests/unit/nicira/__init__.py
quantum/tests/unit/nicira/test_nicira_plugin.py
quantum/tests/unit/nicira/test_nvplib.py
quantum/tests/unit/openvswitch/__init__.py
quantum/tests/unit/openvswitch/test_agent_scheduler.py
quantum/tests/unit/openvswitch/test_openvswitch_plugin.py
quantum/tests/unit/openvswitch/test_ovs_db.py
quantum/tests/unit/openvswitch/test_ovs_defaults.py
quantum/tests/unit/openvswitch/test_ovs_quantum_agent.py
quantum/tests/unit/ryu/__init__.py
quantum/tests/unit/ryu/fake_ryu.py
quantum/tests/unit/ryu/test_ryu_agent.py
quantum/tests/unit/ryu/test_ryu_plugin.py
quantum/tests/unit/services/agent_loadbalancer/test_plugin.py
quantum/tests/unit/test_agent_config.py
quantum/tests/unit/test_agent_ext_plugin.py
quantum/tests/unit/test_agent_netns_cleanup.py
quantum/tests/unit/test_agent_ovs_cleanup.py
quantum/tests/unit/test_agent_rpc.py
quantum/tests/unit/test_api_v2.py
quantum/tests/unit/test_attributes.py
quantum/tests/unit/test_auth.py
quantum/tests/unit/test_common_utils.py
quantum/tests/unit/test_config.py
quantum/tests/unit/test_db.py
quantum/tests/unit/test_db_plugin.py
quantum/tests/unit/test_db_rpc_base.py
quantum/tests/unit/test_dhcp_agent.py
quantum/tests/unit/test_extension_portsecurity.py
quantum/tests/unit/test_extension_security_group.py
quantum/tests/unit/test_extensions.py
quantum/tests/unit/test_linux_dhcp.py
quantum/tests/unit/test_linux_interface.py
quantum/tests/unit/test_linux_ip_lib.py
quantum/tests/unit/test_loadbalancer_plugin.py
quantum/tests/unit/test_policy.py
quantum/tests/unit/test_quantum_manager.py
quantum/tests/unit/test_rootwrap.py
quantum/tests/unit/test_servicetype.py
quantum/tests/unit/test_wsgi.py
quantum/tests/unit/testlib_api.py
quantum/version.py
quantum/wsgi.py
run_tests.py
setup.py
tools/check_i18n.py
tools/install_venv.py
tools/with_venv.sh

index 45365709d694aa98f3cb05779a68b206716c4866..4a7d6c3c24779bae223af172961c591ef013065c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 56d7e6ea2cec3b4e39b0ea63b4ab4815bd492b4d..18b892717d92aed22eefb62a5363f0bf161576ea 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 d054fa8c6340858c2ca896b330cd39a5c01eade0..8c8b5958ac9fd38b1a7488fedf265d54aafbf26b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 39413e2758a41a0fa7abc22aee6750c93fba1cb2..d23168632e9da1777d7e79b50897cde0432ee2d7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 a53e4574b28925640916571ac069cbe4348e3319..c1b3be43aa6e70abce87929fd3a7fb50396ad852 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 5d0ff8f6c21761ee80dee82f430459d7be95c408..6fede5fe4f898852fb9dd6595642de0f5fac19f8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 63995e3cda75a1eacb8f36a5af674a23bd3281de..06710cba01d2f04c835665168378c871c5a1a6b1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 fa65c5f489691252d34472d18a2254398993eda4..00fff9beba9f969934b9178400a1df3a428ecfba 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 096b8a73d0ece64e7a5ff6c27b49fd998cef2c5b..be02bfbb8b28b0cb16f578e678445b4675bbfe8e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 6b997330960a15a4321adb36cbc0c71c1a5fc357..0e3383fe9ea83da21634e657185fe53ea32940aa 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 d79fdb515f26acde15319ccadd74150cec59b8b7..36b0f1ac0862fe8141b5007eb7c23b85f7cf8cc3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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 abaf6c251b041fc569732e73ea738bbea3cc799f..e5e764fbba5190439e72e67e1153e5dfca4d9d3a 100644 (file)
@@ -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.
@@ -69,7 +69,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Quantum'
-copyright = u'2011-present, OpenStack, LLC.'
+copyright = u'2011-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 5633438c28178dcf63492023d59366812db55414..41545111d24fc0a5dd847ab4cc0d197224e784ed 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index 92745929edd99a8f81087a93ed360694ab843064..6557a1047ab3c9af9ca205a91f66bf2cfd1b71c2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index 485ea9860722dff43124e2ecea806d7a454cd4bb..420aa663a5ee2deb1bf2c5f615b4e5fccefc7de4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index c157ea5794e48975f452c3119f1137fe73872ce3..f60999ebd2c1e5305a88865285e7a53642313ba6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index ccebe7bf7f6f03f1f69c71dfbd033619776a3515..7e0695a37acf8fb8e9dd595622cdca2c53d6b8bd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
            targetNamespace="http://docs.openstack.org/common/api/v1.0"
index e37e1e62b4b1e11c9acf1fd24dee9b3fbdc1b5cd..b8d073016a2f72d62e5b1efc0ec54495d1cf1f1b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 
 <schema
index 7a410518ff11d2fefdd3f7b521afd20a2367da53..dd4c7c78f7118038b967e861c4b6d62e258f4064 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index 83036189cb4b357f48c4989e76ff25235f390f78..d0481bbd23d4d33e7e69b924dac66ef077e024f2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index 9dd9b17a5cc279363d308ac2ff59b786953c76eb..76f3a689f9bd59adb065f5e859dfaa5e214cb2b4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
            targetNamespace="http://docs.openstack.org/common/api/v1.0"
index 57acc456185d00505c43d4b3ea95ac28fc0bbe1e..29facc2a6d4872cc1dffa67bbb40fb3ad30877d6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
         elementFormDefault="qualified"
index 1c89c8b3fad4f82c48cebcc7e0c9d1cf8914d3b8..1b6b95333e2050f88a344810e125557eaf80641d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <schema
     elementFormDefault="qualified"
index 90b39aae0582450dc76676eff8969d1e546eba47..c89c2b2f58dcc1471f4f138f4545fb3e76ee13f8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="../xslt/schema.xsl"?>
 
-<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
+<!-- (C) 2011 OpenStack Foundation., All Rights Reserved -->
 
 <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
            targetNamespace="http://docs.openstack.org/common/api/v1.0"
index 391632d5b050d368dcb8dc20b9aca56ab5f41b37..654768d5de2654468b43e6f7b68e8fcc4601555d 100644 (file)
@@ -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
index 3dc71d594d718fb3ec8c2ace8effe7622b0f559a..6a0bc9a64f353bf4979ae58b5564e0670eafcd45 100644 (file)
@@ -8,7 +8,7 @@ Quantum Server
 
 :Author: openstack@lists.launchpad.net
 :Date:   2012-04-05
-:Copyright: OpenStack LLC
+:Copyright: OpenStack Foundation
 :Version: 2012.1
 :Manual section: 1
 :Manual group: cloud computing
index 63cb82cd8841dca4a573d9c525b4ddd877d9ad97..25ce3af01eeebc1c5fe8ed5b3a144aad620e3117 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 304bb14ea8a895e2ed3e49238097a3811c2b065a..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 304bb14ea8a895e2ed3e49238097a3811c2b065a..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 5e6a6a26172c8d5cc3a1bf9642ea5626c8037ca6..a3263b5e9444cf2c54bb133de5b5d0d461b45feb 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 1de865337da87925b7276ae7cc3e42cbc23c3943..c5d4a03137056c740d08266c04abec4002e4b30d 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 304bb14ea8a895e2ed3e49238097a3811c2b065a..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 8b6f62d5a3dc6ef835f390588fc5ae9d39b5d758..709d7da321c912e3f12ea0e870944064b1121d21 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 b07cbbd57fa5453e036c10b97e3618aef67e451b..e057b24a860ce784484873bbf9854cef1a234374 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 1f618c3f95b794434190aa025de27213978d9f4e..5207c230e7f797d55d54b320156178235a6556a8 100644 (file)
@@ -1,5 +1,5 @@
 # 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 359c8768be4cf4d0c17145784c70b5b2c87067cb..4090f7caaa85ef106556cdc22f7c55f9314f4961 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 585232c93622d87a71d5fa5e094c27ce10c75668..3f96018270d11259f18feaf24ded8a30520012f4 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 899c345041687419443c25611ab739b65f2d20f4..6360ad494f37664a96bb8aadade600b193cbd0b2 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 f1ae2785415fef98d6d7e7072dd8c48d2f6d8bb8..286f00e33806e67d782cf6e9708bc2b1f1595e75 100644 (file)
@@ -1,7 +1,7 @@
 
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
 # Copyright 2011 Justin Santa Barbara
 # All Rights Reserved.
 #
index c6fab2ebb59c64a3293e3daa6ef064335463c23f..84f6d4748773da3470fc89672c9a2edf0ad15f98 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index c6fab2ebb59c64a3293e3daa6ef064335463c23f..84f6d4748773da3470fc89672c9a2edf0ad15f98 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index c89e6199a4d1426d352f9c7a4ee9be94171c63d0..21115576aa2a23f3abc9ace062ae6fe8a0d1013a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index c5085cb61a75d6bd713ed03058b177eb71a4dee2..9f716d65f9d3818daabfe223fe1e391a20492b04 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index cf6894721b640343eebc6d1e766a06fa7f095dd8..72bebec694d850103321dabcc1bc29654982c2d5 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.
index 72545ee4bc133663157929efc748cd21be892aa7..14496037d8547e20519de184d78cb083e8046603 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 8f6267701ee812073939cf51f4e891ce6d069aa5..8fc46377a365b8c42ef88e867b8700c0ac66c1ee 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 144e1a9a8d5453db7f63c8d750a6e2daf22c8c3c..be710963022fc681f0150873047ddb5218c9fccd 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 7cbeffe51c0ba797f7aea9f7773d4d16e78db9c0..5590b3419ade094cf3c674326b607b90e3d6adac 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.
index d0145c94a381c7b482146f05681373fd009311a3..441989c6de01536a405a90017a5de9c8e740a88e 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 7279f279fb9f35322f270ac84327266b9bef1882..fb386946a1b838b1731c8950528af3c27fb2d0f2 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 966a3fd54c9a5300fc4d65d85deaad40d3a369c7..9557b97ddc6a3a59e86e884f68d5a0467360029e 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.
index 01e3ee80c3a356aae897617a717721feeed0d8ea..a381db9a2a6a837d7ae8b5a1e84f28d9d656fe12 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 dee94cfc7500904dc3d9d20d5ebd4a20d419a2b4..e6c440c4c56f727e87742d990f1c3d48917ba820 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright (c) 2010 OpenStack, LLC
+# Copyright (c) 2010 OpenStack Foundation
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
index 4a25549586edecb650f1b129d71d0c890956a683..06db338019f662524d208b0decdba42623b2cf0c 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.
index 7766a06293cee8d5981a0acc6d355404f31644f2..236da4d7554867376e3ae631f3e3e70e7e96ccb6 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 ad6c0ec28e587c12bd0fb35dd51f22a9cb43c0a2..2f5230af33fa38a9137ea9d97742024e0a93247b 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 bb82979a97132dbc03a9d290d640825d14ee1f0e..c84d7fa95d25a83a4c6065017f5eecb7c803920b 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 b5dce8bcc468da09db956c5989d23e8efad7d40d..6182c45e2451089bd708c1fb53c2069b18265707 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 9581472513bf4054f9ef00007fd8596cddc3d3c1..08b8c99c243a0d8cb67a60e5eeeb86ff0ddf32f8 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.
index 4a8635679cd03f9622e0da0bf1ac6ba7bd794e75..c4db054423c8c0778bd1a2f3e0198dfd4b0ab097 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.
index 009a3d7b7fff32b54a189dac2d2f3c2f23c98053..cae279d0ad6e8b713c36e543eb0ca128c166edf7 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 7158cfe104b1442289b8429a4fd44106c5425309..1d60a72fe72cf59470fb14d27c35eb06761dc12c 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 #
-# Copyright 2013 OpenStack LLC.  All rights reserved
+# Copyright 2013 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 197711341b2e89075b66bb7194b61aaee22d89f7..04d2ec62653c6410bd6a59a48e268ef327e63203 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 4a8bbb7b785630c7d76ca81e0c557ffdbfb75b62..630aa5090d0cdcfab5b6d5e882fed54f41e8b754 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 #
-# Copyright ${create_date.year} OpenStack LLC
+# Copyright ${create_date.year} 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 10d3fb1b8f6790d6702b20266c0dfe09a2a1d458..9cc2341dab237d7921e008cbb5007e3b70d83c52 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 cd81b8115eeb271ee1cbdce8e770d28790ca97f2..4fb4654b987a1b13e95cf98f9252bba67d4e61a7 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 0fb471eb6bc35b90e3d5d70da085405bbf2656ef..209b546d7389e57ed52676f69f8cdd358718de7f 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 4d18f146e957923a012b9c103750c097a74e6855..07fb63c96866f7d0035a7c890a852f67e615e0e8 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 bb2cd78dcc79f6140b029665fac2bd69671fc877..f61ab2e8aa392bed03c95dacd348264fb9158a8b 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 39f8075cb1c429e944465045b4750a716d2c89b8..f432c46410dec4beec256ab15aaf83d864c30b35 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 97a7afc5b8170e39deffac0f01c61b8f02a208b5..5cebeb01d8f3c1416fedde18f5b5e1d274da08f0 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 eda8db8b64b56326a5b46f136190baf43df1f286..f8b002d8b15ca7c90af0d799e1df15cbba50cf51 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 23cafadfde0f04351c6a6a1979a09f7a6c607e80..e327c7885fa800e29fbda2a9f2bf4e4827309b78 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 a67107d4c1827ef39b32ce3f972bb8f55e2815dc..d8109183b4a72fba3854ba51e753675c8ccf33e1 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 21aea463e2d3f215cc5cf5105c5ec8767adba74e..2ac9c7edfacadad4c68f4e326ff20be2e527bced 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 8af65c2c61e282c5b244694f5d8333a59d333332..68ce093d7734ab3afc70ff5eeb10ace8c9e2df65 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 0cfd44641d705c72fc00cb9883774e21d0c7436a..a5a0f3cf55c4539d1c7145649892225f660e8aed 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 80a4939d70ec8b369eb179b66b2da40c03b059af..ccd363c0ddee511948376e9327ce0e627d7675fc 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 dd17c2552dc8c21fd0c9aebfa5295104cf4b9e6d..318ff2f3faf9c8ff182f5fcc264e1de34c7e8e39 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 0ee357066ed9fe8ec9f79bb05f33ea85c99e283e..80bb8647c524012d2d0592c4d4636a386a5f5605 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 09ed5208dccf39c66d9a8484f09eb9bcf95df859..7e18e2d286fd1e42bfb4edb9757bacb9a9054e7e 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 21f9a00e77e9a0bbf1cd9d7d926eed383a11bb0e..0ac892f131d921b68e28d11ac2fbfb0e1aad1eb8 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 c8ceb80b12eafc1b99595534d0e6cb745acf3724..194fdb96d2e2e1e890dd9d3d2a887ecb3c059bc1 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.
index 122828fb95e20a706579ed955596ac85b91596ed..6fa0f84d899cbcd2f06ad2676e91af0ca3039a35 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 c4954d2095048e5f8e2ffca03f39bbed09a6b6dd..51c3b32e507ba1d0d85b3be4c88cfeef01f478e7 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 1f619bc874d934d576f9d9d2a23b02cb25671891..fff5f6356546aafa56eef3f6dd0568bfc67218a0 100644 (file)
@@ -1,5 +1,5 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index d524634e7d4bbb94c7ead51fd10822193db9812e..fffc6ceb581b753c0358aee38824ec8b9344c6be 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 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 c83325519c294a80bc9232dbb65626116bc788c2..4300682552972df80e3b862ea0686bce5030ba19 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 73ae370e2ffbebd9d30d8e0b3fc122e8deb478f0..adf430c23fa60f4a1d8f57b8aea561b7c0e76fa1 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 3f13849ead9ad01bc10c839dc8a2d2b6c3ce5632..a93a5f8398018ce66633ef20d6d785ca937f22b6 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 6ee219b572ee1fc081b5c427b09227725df00421..403c7532a1fc63e47dcc51a7b353a5c0a627c4ed 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 b37436c25f632adb0e9e02d927c6c61ba8d4d868..314850aa6204b108a820c164f28ba1fdd99d545f 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 1f9c634b98c41da254784b3b3500ae7350f10efc..eb981ceb35f4a0951b6bacc81ad2e387bc93ace9 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 108f5d9e7fa979a6fdcbd90f961005bb3deb232b..8162218a6fa82ab34d397cd164096225ecb2e899 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 58fae25f609c87c6e13a3ae911d61f49d0c6f14c..3d43f7f6326478b31c4604eb582a7a02754061ad 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 711d1052bba8ffe289ee7eaac16c7d8edf1c32cc..5ea183f9fbf0751b220a09f33ec14e86905768a2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2012 OpenStack, LLC
+# Copyright 2012 OpenStack Foundation
 # Copyright 2012, Big Switch Networks, Inc.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index fcab2ee6575c0fa74bb4f31e4ea3bf8b1bb067e7..63082aba2e94589826822f4a9d3a51bdf5c4c3f8 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index fa8c892dbbde8722a0b30a9974474dbd57e3821b..915304ccef75511558bd237d42d6f799b779bfed 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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");
index 319c1d1c7a9b0a2ce57ea0ea53f1ffe7ffc0f53f..d13f4b8b12db60035cf5353773244b3c64b362bc 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 acc022062fd7af262587d248fd6a7dd47b8594b6..2749a6e3f6ac8bdd316bd015899b598db078ff6a 100644 (file)
@@ -1,5 +1,5 @@
 # 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 c8bda896ecc625df89d1ff3d76f7e68dc9ec5839..a68ed41ea2413521eba1166a3abfdd746f0a4719 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 c8bda896ecc625df89d1ff3d76f7e68dc9ec5839..a68ed41ea2413521eba1166a3abfdd746f0a4719 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 cfa3dc6ea212e46927628d94be5af6b2370c470f..8d3132e80e67d39ba1e4a5e6977ebcf0250dd95d 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 cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 2a560d6bd7fc385f7b8234716b279908e89aca49..650fa40517193807df865db1d0c7cfa8b4acd846 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 8f893294e57388b2ae2187d20f48ff0b4773799a..b58996f73c9638f8b9cd33553f113a0b3d31940b 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.
index 6841cfb90df7fcc89fc99f13e32db41a00ef502d..c6451fe3dcac3e6049d9e2c79b16d0f29765e4d7 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.
index 6f2875af145391e2367a29c594adb2d8942c33cc..8b18c51eeb85f2993432ee6191aeb63f45106cc0 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.
index 50e36da30ac30a0415b859ddd212b2a819bd2d6b..2d22b417be14331dd82b810f5b88619545a46443 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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");
index 20a22a8f1661e61867bbfce74b025200b1bf9141..6d837fe574b22eeac328748247527efa9c9770a6 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.
index cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 c65c52d23af98d145ad716bee2be9ee3f520c5b7..5e8da711fb13c72b3051fe0d1152fca7f2aed653 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 216a9acf29f1c3b1204b850d758c04d1e470a0d0..748669aa116db757823acdd899ba41b01dfd5874 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 0acca5341795beefaa7d5ecd75c8bffd342c9a24..ef933c08a0fa67e14e0bdf59c23eba5a19c78870 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 d8e31456e01ef4ae959785262d7cdc54aae1cc16..e2b548444c9476a98ccadb6d6f353d47e49ab918 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 2a9d4f0112df72c78f301480f2e1875cae379d49..3d229eaffb9538f0e5e7a42e32bc9d39f0a64bbe 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 9bd7a21b8947c2c54a5ef8ac3f951c058c5d1014..d5943e88553f55f29655514151dfec719d8020d3 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 06b38e1c0213a76ca18ea877d3db6c8dc9b7e6a0..58b3c183f471994e8fb9895462922b7ce4b38fb7 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 7579ef898dd7419bd3ffe27d61304671ca63d4c4..85a2387fa482a7b157c664897f15e5a6c7b7ab37 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 082601856d6e3a5a92909c85118db8a2ea85eb67..9dc2a46c3851a8e294114bef7b965abebb149685 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 e8ae31950d56fd1b990e4485501f7de85ff3399f..d0b63d4f29171df2f79d74dfcd52c73ab6df483d 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 fda363f325ffbaaf08b73b2322300ae268b78967..dfd7b96cafa8da9439fec4f95e55ccfa8eadda5b 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 671d3c173e23ddcfd40b194a71dbaf272a8afba1..2d32e4ef3182127d96c73681c4788f2fd5ed5e54 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 7a582fa9a0667828924ac331680b124d0ca2aefd..b8b9cebab2cbd42b0bc7b72c470afc1213718e16 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 eeda0121b313b04386a682b1a9d7da445c166bb1..a05454030bd0b5b086c0b9974c99354135ef4797 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 e1f54df8f9f1e825ce46ef242f495bc6c06ac8a2..740afa0f96ab2b088e614876d3a8a6be7ab803b8 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 cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 4aeadb8bdc0f0d8359cca7ff4194e40a5bdd8422..d1af8c59eea58f8e8bb943b893bc0e7e30d5fb98 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 #
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 #
 # All Rights Reserved.
 #
index 441dc41bd79aa9d9138735735b6d7adefd5f6334..9d53ff134616b579ab72a8ce53a64ced4a33b2de 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.
index c5e864e40b7f8c8c1c17269f5a45ceab7adec53c..58d847394c4a094d6185336b06034a2ffba52b30 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.
index 5640ca0030a012e4895fd3d47c2b9f0b2fa3f965..26eaa4ec09b37cff7dd84a333a2c49bbbc56664f 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.
index cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 bd770b21e8c3596215011dd18b98ea8dc35b1c96..d79a6293a0141596524d211d0f98829f3a7729cd 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.
index f2814a362da2862e22d907e30bffdb702ec4ca42..98f56dc5f274fa26d3109dd3b5cbd23eb68b6af6 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.
index 009a3d7b7fff32b54a189dac2d2f3c2f23c98053..cae279d0ad6e8b713c36e543eb0ca128c166edf7 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 009a3d7b7fff32b54a189dac2d2f3c2f23c98053..cae279d0ad6e8b713c36e543eb0ca128c166edf7 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 a59992841a41a1718ca4157e4034f5e017dfd91f..622212e10773e61cf27b6bc49b24f41ce7cc5e78 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.
index 745d3bea2a34e411db07a5110ae4fc74011dea5a..1bbc5dbba5e64d9c99c64ea71e064c7e1d6b09a1 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 7797a2a25bb1b76039e6a8597e0e1e507ed8aef4..28ce56b7d992979fa7fbd362c4dfa8a764c0b585 100644 (file)
@@ -1,5 +1,5 @@
 # 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 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 31e201880baba6dd0a16ac9a57a5d39a4ee48f78..2828f5dc216558c3a0a24dc7c29d05e85cbee554 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 92f2028e77b6d2b3f51cc23c25f1d442bcbb12de..49e86ba32757caa8265dd1f3ba44b0e84349a826 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.
index cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 bdd3f5735b3c5fc19f60b4841badbd911e759337..1cd0a91eefb7ffa41ed09e54312d6eb0615cbaf7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 78332dd4d2c36fbabf16a958448ac6377c930401..9e32f5e104818f19788a07ea19e70780d69115eb 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.
index ae539f05ba737a658b150ec653f4dd98293006c5..3ab8453cfc52a30d350f3d5cefd71ba77a23c604 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.
index 1ab61d6f436c54d34343c8582b1fcbc5e5f240e4..1cd6deb856c2cf6243a4cce3ea4636d9bbf3216e 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 a4c1b48e053f7dcef3cb2b5362fc26048054488f..da36a86a7cf4a431e57947ec7474483042b22c1a 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.
index ecfdf2addf909ba42281c2bd10d073af86db8764..f627d66c91cb6377dc3988e188153aaf97e1f40e 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.
index 45a9f09c25c5ad3aa89715cd3ff8ec5c85876ddc..b510c0b0fdf75895d617c20bb659dccb2e338aa3 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.
index cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 e003bf27b43679e25e87b070927bc2d83957ccd3..4103d5b4ebdef46db0651aae69352dc961ff97c7 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.
index a0a1f9de1a61ab1563db20ec374bb63ee3eee58c..4acfc3523a72a84c67fc4bc4094ef14bf418d562 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 d44b12968aae233d6be23b8d493ccc0c6462e7a5..14dc33ca17cfd4393b94ca4ead2cdb681e9f7d36 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index d8aaed4527911f3accf9f2a0a03f0355745d3a91..08bb85adb43cc073fde70183ca8a575b9d5b4008 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.
index 85768c106ca3e95ff89a5dfa76354a846c847ec8..0aa470ee9353b30dcf9cc8b5950c127b2491e5f0 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.
index 4429f3ea0bcb952d7f9e6334c8366829aa06936e..df6efa8d3f4ccc2a2aaaa3f389a5e7da865d884a 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.
index 41e9bc4a6a38140e6bd00744513d8d92d55cd646..92407a4ee06a492fad3160eada4b70f6a4ff564f 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 cbf4a4506085659966f497ad9a671f605c40e36f..7e503debd61e5edd72034f2fcc44ebfc6d0cdbc2 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 b915d8f110a5d4de2992ed9cdda83fe79998d3ed..994748f8085d29ec44bde07a5775999bad56c1ee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 223c4afe946b582961405647687fb2f74293f992..9cc7d3538ae39b857508492d33192143906d0379 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 9a3db8fd32a76da5d25c3d191d996315e40b68e5..47f1ba35786fe361c8d8163f43e97054aacb980a 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.
index 277a73925906aab8e6256247c8342d9116038d3d..081830dc0d106d84f4dc55c3f20d3290d19f9bd0 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 4cb3c48bff4a494a59aa63c9364ef3270de6ba95..fab746a31e205d420d8bdf4fa22b923b05723242 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 0501cdcce61eb5ef7fc30ee701d5de0ea5a12600..5f0dbc0f4e15e687c10d170658d39c5714322a7d 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=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 243b93775af137dd644dab30cca2a8ef9ced185b..a9c5d559e361659c1a9da46e35cbcf7a36d2615b 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 8983a35a2602e9873a03999d9dda9f931eebd579..c13cc371fd1a455ba59879cdfc0800caa696f691 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 55a9155042ef49605fd8c083fefaeebb91fe0049..fdbb1194ff8e3207bc6808cccb1b9a8dd2c6d61b 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 c66495218d766fb69420b994e741f7c5110a98f8..eb472516250ad6425aa063bea36cf55056adddc0 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 d91720ef32ce7d89df723a301e7fa039347068e7..76f99c96fb9352856005ce7197a8cfdac02e9e0b 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 14e6200775c2acf46f0af8da6905b81db528c136..53d0f92112f7aafc345389448bbab3c9e972b584 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 d3cfd397f54fb252379f5aed6cc8f566447430c7..9f615e96942e47a9a0a16f94e39aab3d9b3c6e46 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 3194fcfab4947a54613a5f09f1bbc635de6048c2..d4e84bf4fea2aee6746ce35902a304a25d7b2859 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.
index 9a9e6456ee907e56806597126a5f7fdcbee28a68..43f3844e858d9b75b8a9ecf741b646e971542c3e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 OpenStack, LLC.
+# Copyright (c) 2013 OpenStack Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index b8b61d5907f5dbcb47d0606295fe7a22aa5dec52..edf85d3c26d9cf2614fa248d2e486b70b7ad15a5 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 7039aa33901cd9ee501929a9876dcc1ef86039ce..bb35f22d5b095966022aa025d0492bfa69bdc188 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.
index d2b0dbe864a99361d4c2694a14800793fef78760..46a6bdb9fa73499cee91efd9a3b2e3f2b2f97ac3 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 a68948adbcb0c642cc2759c3b7f6cc82c1c0fe1c..7a611cc46436a670d36a0782c111bec946611dc2 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.
index ccb724a1f1479a5980e41d99044c4e6d5c219a6b..f3aa3e7a3bc19d09510df19210d9ec614d1274d8 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.
index 80dc099f15adbde06b84c6237be972c2c7954497..7bead49fe74fd85798266696081dbdc363ed9180 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 dabd1dcf881162a7f7a8f6e002706fc34e19836f..a551c8feaca754eb50ba2fcef2c7009b323f01f7 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 e913e60af7221059a34c04d30e2e572e4fea3a32..a386f9324ba3439f172d8f7e400d9fae7d5eae57 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 fd6979f49985e37010104c91b20f610913d3435b..47b40631d9d4f1ef60c34ed2e64e9c11ce4ecc9e 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 109043d741d7802112a5ebbe1a3e64aab2f5a5d7..4a537682541f33ff7982edff386778ae6f20bafa 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 62421312fc65a4720d1cb319a13f0160ad6b2085..8498a07aa192f6e20015b36483260045a26b3685 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.
index f7f60bcda4ea0152233fd99b1b9eeda41b0a4739..c172673705275bf7e32c67740d5651f19f9046a6 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 47de4f25f780bc50ed3b02c2f367f8f8897d5bd4..7aeb66eb062a89897f80dcc8a3cae0d1018fc8ad 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 c9f3aeeb98363f168b02eeff23bba5c8f812eb29..2e2eccc346c9d227a1e367b2b149ba4e64b4642b 100644 (file)
@@ -1,5 +1,5 @@
 # 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 c2759a65f1f660e8c2abb5fbaee9f041418b4787..d98995ed3d0e1d68d6b883fd7e1be7284e4dcdaa 100644 (file)
@@ -1,6 +1,6 @@
 # vim: tabstop=4 shiftwidth=4 softtabstop=4
 
-# Copyright 2013 OpenStack LLC.
+# Copyright 2013 OpenStack Foundation.
 # All Rights Reserved.
 #
 #    Licensed under the Apache License, Version 2.0 (the "License"); you may
index 3e8f35361f21305ee06122c225c0dd93f12893e6..eed2bd47ca380ab04821c46993df9ef1a6aff750 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 b881430ca38d75c073447c54993fc9635fa3b3f9..1f006dc1884db7662525a3b5b682be86fe0a21af 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 58b9d156a4d2e64267ff9977854fe41f9ac7cd73..707751c0d65babeda183565d7b708457d8e323dc 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 175764ad7c2b9998724d2ae801701e9560bab772..c93699b39fde956a78e4916e03165c5f905c198a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # 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");
index 669c16fa22275eed33bafe3b44e825bac46ba1b5..d7fbca4e336cd48ffe32aa92ebb04d7cf8f10476 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,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.
index 43a4f9bc3f7e723bac151dff64240d534117bc4f..705b2d3ddc8be8503a4df24459c7ff97f580228a 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 b927989b1cec2796a51b0994724812bbcb15f40c..ddb3d82c1e550e97001e549471b89e767e374e62 100644 (file)
@@ -5,7 +5,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
index 93eaa889f022eac55dde198fac2bbccb55fa5b02..5c4a271e4c5e5576fa2238dd25404502d27c9a47 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # 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