summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2013-03-11 14:49:31 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2013-03-11 14:49:31 -0400
commit547ab34a40f0463a42c7d137e8dcb038a29ba6b5 (patch)
tree27d774aba4e1ad3ef53c26f08b1330fe311ed4ac
parentce6571fe64189c2206577d0e40ef8764d44d1378 (diff)
downloadoslo-547ab34a40f0463a42c7d137e8dcb038a29ba6b5.tar.gz
oslo-547ab34a40f0463a42c7d137e8dcb038a29ba6b5.tar.xz
oslo-547ab34a40f0463a42c7d137e8dcb038a29ba6b5.zip
Fix Copyright Headers - Rename LLC to Foundation
One code change, rest are in headers Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1
-rw-r--r--doc/source/conf.py2
-rw-r--r--openstack/__init__.py2
-rw-r--r--openstack/common/__init__.py2
-rw-r--r--openstack/common/authutils.py2
-rw-r--r--openstack/common/context.py2
-rw-r--r--openstack/common/db/sqlalchemy/utils.py2
-rw-r--r--openstack/common/exception.py2
-rw-r--r--openstack/common/excutils.py2
-rw-r--r--openstack/common/fileutils.py2
-rw-r--r--openstack/common/importutils.py2
-rw-r--r--openstack/common/local.py2
-rw-r--r--openstack/common/lockutils.py2
-rw-r--r--openstack/common/log.py2
-rw-r--r--openstack/common/middleware/context.py2
-rw-r--r--openstack/common/network_utils.py2
-rw-r--r--openstack/common/notifier/__init__.py2
-rw-r--r--openstack/common/notifier/api.py2
-rw-r--r--openstack/common/notifier/log_notifier.py2
-rw-r--r--openstack/common/notifier/no_op_notifier.py2
-rw-r--r--openstack/common/notifier/rpc_notifier.py2
-rw-r--r--openstack/common/notifier/rpc_notifier2.py2
-rw-r--r--openstack/common/notifier/test_notifier.py2
-rw-r--r--openstack/common/plugin/__init__.py2
-rw-r--r--openstack/common/plugin/callbackplugin.py2
-rw-r--r--openstack/common/plugin/plugin.py2
-rw-r--r--openstack/common/plugin/pluginmanager.py2
-rw-r--r--openstack/common/processutils.py2
-rw-r--r--openstack/common/rpc/impl_fake.py2
-rw-r--r--openstack/common/rpc/impl_kombu.py2
-rw-r--r--openstack/common/rpc/impl_qpid.py2
-rw-r--r--openstack/common/setup.py2
-rw-r--r--openstack/common/strutils.py2
-rw-r--r--openstack/common/timeutils.py2
-rw-r--r--openstack/common/version.py2
-rw-r--r--openstack/common/wsgi.py2
-rw-r--r--tests/unit/extension_stubs.py2
-rw-r--r--tests/unit/fakes.py2
-rw-r--r--tests/unit/middleware/test_context.py2
-rw-r--r--tests/unit/plugin/__init__.py2
-rw-r--r--tests/unit/plugin/test_callback_plugin.py2
-rw-r--r--tests/unit/rpc/__init__.py2
-rw-r--r--tests/unit/scheduler/fake_hosts.py2
-rw-r--r--tests/unit/scheduler/test_host_filters.py3
-rw-r--r--tests/unit/scheduler/test_weights.py2
-rw-r--r--tests/unit/test_authutils.py2
-rw-r--r--tests/unit/test_context.py2
-rw-r--r--tests/unit/test_deprecated.py2
-rw-r--r--tests/unit/test_exception.py2
-rw-r--r--tests/unit/test_fileutils.py2
-rw-r--r--tests/unit/test_importutils.py2
-rw-r--r--tests/unit/test_jsonutils.py2
-rw-r--r--tests/unit/test_local.py2
-rw-r--r--tests/unit/test_network_utils.py2
-rw-r--r--tests/unit/test_notifier.py2
-rw-r--r--tests/unit/test_plugin.py2
-rw-r--r--tests/unit/test_processutils.py2
-rw-r--r--tests/unit/test_rootwrap.py2
-rw-r--r--tests/unit/test_setup.py2
-rw-r--r--tests/unit/test_strutils.py2
-rw-r--r--tests/unit/test_timeutils.py2
-rw-r--r--tests/unit/test_wsgi.py2
61 files changed, 62 insertions, 61 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b265dc4..2b43cb0 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -58,7 +58,7 @@ latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
- u'OpenStack LLC', 'manual'),
+ u'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.
diff --git a/openstack/__init__.py b/openstack/__init__.py
index 7753138..31985ad 100644
--- a/openstack/__init__.py
+++ b/openstack/__init__.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/__init__.py b/openstack/common/__init__.py
index 64da808..e9d0ac0 100644
--- a/openstack/common/__init__.py
+++ b/openstack/common/__init__.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/authutils.py b/openstack/common/authutils.py
index f0e2c80..4614238 100644
--- a/openstack/common/authutils.py
+++ b/openstack/common/authutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/context.py b/openstack/common/context.py
index 442ab1d..e9cfd73 100644
--- a/openstack/common/context.py
+++ b/openstack/common/context.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/db/sqlalchemy/utils.py b/openstack/common/db/sqlalchemy/utils.py
index c8ab93e..31a22e0 100644
--- a/openstack/common/db/sqlalchemy/utils.py
+++ b/openstack/common/db/sqlalchemy/utils.py
@@ -2,7 +2,7 @@
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
-# Copyright 2010-2011 OpenStack LLC.
+# Copyright 2010-2011 OpenStack Foundation.
# Copyright 2012 Justin Santa Barbara
# All Rights Reserved.
#
diff --git a/openstack/common/exception.py b/openstack/common/exception.py
index 4a7c72b..5d0998c 100644
--- a/openstack/common/exception.py
+++ b/openstack/common/exception.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/excutils.py b/openstack/common/excutils.py
index c518310..06d6e29 100644
--- a/openstack/common/excutils.py
+++ b/openstack/common/excutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# Copyright 2012, Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/fileutils.py b/openstack/common/fileutils.py
index 4746ad4..b988ad0 100644
--- a/openstack/common/fileutils.py
+++ b/openstack/common/fileutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/importutils.py b/openstack/common/importutils.py
index 9dec764..3bd277f 100644
--- a/openstack/common/importutils.py
+++ b/openstack/common/importutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/local.py b/openstack/common/local.py
index 8bdc837..f1bfc82 100644
--- a/openstack/common/local.py
+++ b/openstack/common/local.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/lockutils.py b/openstack/common/lockutils.py
index 0c60ed7..25cc21c 100644
--- a/openstack/common/lockutils.py
+++ b/openstack/common/lockutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/log.py b/openstack/common/log.py
index b795ee4..0af1ff3 100644
--- a/openstack/common/log.py
+++ b/openstack/common/log.py
@@ -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.
diff --git a/openstack/common/middleware/context.py b/openstack/common/middleware/context.py
index b89ca91..ac94190 100644
--- a/openstack/common/middleware/context.py
+++ b/openstack/common/middleware/context.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/network_utils.py b/openstack/common/network_utils.py
index 69f6732..5224e01 100644
--- a/openstack/common/network_utils.py
+++ b/openstack/common/network_utils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/notifier/__init__.py b/openstack/common/notifier/__init__.py
index 482d54e..45c3b46 100644
--- a/openstack/common/notifier/__init__.py
+++ b/openstack/common/notifier/__init__.py
@@ -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
diff --git a/openstack/common/notifier/api.py b/openstack/common/notifier/api.py
index 1ca1054..0b18df6 100644
--- a/openstack/common/notifier/api.py
+++ b/openstack/common/notifier/api.py
@@ -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
diff --git a/openstack/common/notifier/log_notifier.py b/openstack/common/notifier/log_notifier.py
index e947fa2..aa3bc0a 100644
--- a/openstack/common/notifier/log_notifier.py
+++ b/openstack/common/notifier/log_notifier.py
@@ -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
diff --git a/openstack/common/notifier/no_op_notifier.py b/openstack/common/notifier/no_op_notifier.py
index ee1ddbd..bc7a56c 100644
--- a/openstack/common/notifier/no_op_notifier.py
+++ b/openstack/common/notifier/no_op_notifier.py
@@ -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
diff --git a/openstack/common/notifier/rpc_notifier.py b/openstack/common/notifier/rpc_notifier.py
index a87a560..52677fe 100644
--- a/openstack/common/notifier/rpc_notifier.py
+++ b/openstack/common/notifier/rpc_notifier.py
@@ -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
diff --git a/openstack/common/notifier/rpc_notifier2.py b/openstack/common/notifier/rpc_notifier2.py
index f454723..6ccc9c5 100644
--- a/openstack/common/notifier/rpc_notifier2.py
+++ b/openstack/common/notifier/rpc_notifier2.py
@@ -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
diff --git a/openstack/common/notifier/test_notifier.py b/openstack/common/notifier/test_notifier.py
index 5e34880..96c1746 100644
--- a/openstack/common/notifier/test_notifier.py
+++ b/openstack/common/notifier/test_notifier.py
@@ -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
diff --git a/openstack/common/plugin/__init__.py b/openstack/common/plugin/__init__.py
index 63c3905..b706747 100644
--- a/openstack/common/plugin/__init__.py
+++ b/openstack/common/plugin/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/plugin/callbackplugin.py b/openstack/common/plugin/callbackplugin.py
index bddd796..fead44c 100644
--- a/openstack/common/plugin/callbackplugin.py
+++ b/openstack/common/plugin/callbackplugin.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/plugin/plugin.py b/openstack/common/plugin/plugin.py
index dc41f3d..d2be0b3 100644
--- a/openstack/common/plugin/plugin.py
+++ b/openstack/common/plugin/plugin.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/plugin/pluginmanager.py b/openstack/common/plugin/pluginmanager.py
index d3c62e6..c958204 100644
--- a/openstack/common/plugin/pluginmanager.py
+++ b/openstack/common/plugin/pluginmanager.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/processutils.py b/openstack/common/processutils.py
index 578a660..2b67d15 100644
--- a/openstack/common/processutils.py
+++ b/openstack/common/processutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/rpc/impl_fake.py b/openstack/common/rpc/impl_fake.py
index 9b168ed..1086147 100644
--- a/openstack/common/rpc/impl_fake.py
+++ b/openstack/common/rpc/impl_fake.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC
+# Copyright 2011 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/openstack/common/rpc/impl_kombu.py b/openstack/common/rpc/impl_kombu.py
index aa0a2d5..18cb0d0 100644
--- a/openstack/common/rpc/impl_kombu.py
+++ b/openstack/common/rpc/impl_kombu.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC
+# Copyright 2011 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/openstack/common/rpc/impl_qpid.py b/openstack/common/rpc/impl_qpid.py
index c54e5bf..46d0ac1 100644
--- a/openstack/common/rpc/impl_qpid.py
+++ b/openstack/common/rpc/impl_qpid.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC
+# Copyright 2011 OpenStack Foundation
# Copyright 2011 - 2012, Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/setup.py b/openstack/common/setup.py
index d0a3e94..030df61 100644
--- a/openstack/common/setup.py
+++ b/openstack/common/setup.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# Copyright 2012-2013 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#
diff --git a/openstack/common/strutils.py b/openstack/common/strutils.py
index 7813b64..ecf3cfd 100644
--- a/openstack/common/strutils.py
+++ b/openstack/common/strutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/timeutils.py b/openstack/common/timeutils.py
index 8e40660..6094365 100644
--- a/openstack/common/timeutils.py
+++ b/openstack/common/timeutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/version.py b/openstack/common/version.py
index 9c9962a..a94548f 100644
--- a/openstack/common/version.py
+++ b/openstack/common/version.py
@@ -1,5 +1,5 @@
-# Copyright 2012 OpenStack LLC
+# Copyright 2012 OpenStack Foundation
# Copyright 2012-2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/openstack/common/wsgi.py b/openstack/common/wsgi.py
index fe35467..a6310a4 100644
--- a/openstack/common/wsgi.py
+++ b/openstack/common/wsgi.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/extension_stubs.py b/tests/unit/extension_stubs.py
index c25f285..03b9702 100644
--- a/tests/unit/extension_stubs.py
+++ b/tests/unit/extension_stubs.py
@@ -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
diff --git a/tests/unit/fakes.py b/tests/unit/fakes.py
index 81fc503..b20e621 100644
--- a/tests/unit/fakes.py
+++ b/tests/unit/fakes.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Intel Inc, OpenStack LLC.
+# Copyright 2012 Intel Inc, OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/middleware/test_context.py b/tests/unit/middleware/test_context.py
index a3c718e..5bf5ae4 100644
--- a/tests/unit/middleware/test_context.py
+++ b/tests/unit/middleware/test_context.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/plugin/__init__.py b/tests/unit/plugin/__init__.py
index 63c3905..b706747 100644
--- a/tests/unit/plugin/__init__.py
+++ b/tests/unit/plugin/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/plugin/test_callback_plugin.py b/tests/unit/plugin/test_callback_plugin.py
index c747ec8..cbe2601 100644
--- a/tests/unit/plugin/test_callback_plugin.py
+++ b/tests/unit/plugin/test_callback_plugin.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/rpc/__init__.py b/tests/unit/rpc/__init__.py
index 848908a..4ac574e 100644
--- a/tests/unit/rpc/__init__.py
+++ b/tests/unit/rpc/__init__.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC
+# Copyright 2011 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/tests/unit/scheduler/fake_hosts.py b/tests/unit/scheduler/fake_hosts.py
index e3e8ac0..248eb3d 100644
--- a/tests/unit/scheduler/fake_hosts.py
+++ b/tests/unit/scheduler/fake_hosts.py
@@ -1,4 +1,4 @@
-# Copyright 2012 Intel Inc, OpenStack LLC.
+# Copyright 2012 Intel Inc, OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/scheduler/test_host_filters.py b/tests/unit/scheduler/test_host_filters.py
index 566a9fb..bc6b7af 100644
--- a/tests/unit/scheduler/test_host_filters.py
+++ b/tests/unit/scheduler/test_host_filters.py
@@ -1,4 +1,5 @@
-# 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
diff --git a/tests/unit/scheduler/test_weights.py b/tests/unit/scheduler/test_weights.py
index 76c62ba..d539ab3 100644
--- a/tests/unit/scheduler/test_weights.py
+++ b/tests/unit/scheduler/test_weights.py
@@ -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
diff --git a/tests/unit/test_authutils.py b/tests/unit/test_authutils.py
index 8c0a54c..3596df9 100644
--- a/tests/unit/test_authutils.py
+++ b/tests/unit/test_authutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_context.py b/tests/unit/test_context.py
index 87c3d60..0db7aaa 100644
--- a/tests/unit/test_context.py
+++ b/tests/unit/test_context.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_deprecated.py b/tests/unit/test_deprecated.py
index 5b17ac0..3c4706f 100644
--- a/tests/unit/test_deprecated.py
+++ b/tests/unit/test_deprecated.py
@@ -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
diff --git a/tests/unit/test_exception.py b/tests/unit/test_exception.py
index 6fe93ac..97ac58e 100644
--- a/tests/unit/test_exception.py
+++ b/tests/unit/test_exception.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_fileutils.py b/tests/unit/test_fileutils.py
index 5deafac..c0bf0ac 100644
--- a/tests/unit/test_fileutils.py
+++ b/tests/unit/test_fileutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_importutils.py b/tests/unit/test_importutils.py
index 4888287..372bb6d 100644
--- a/tests/unit/test_importutils.py
+++ b/tests/unit/test_importutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_jsonutils.py b/tests/unit/test_jsonutils.py
index 276ae97..b6c0feb 100644
--- a/tests/unit/test_jsonutils.py
+++ b/tests/unit/test_jsonutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_local.py b/tests/unit/test_local.py
index 4806038..37e5798 100644
--- a/tests/unit/test_local.py
+++ b/tests/unit/test_local.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_network_utils.py b/tests/unit/test_network_utils.py
index c20711a..e67291d 100644
--- a/tests/unit/test_network_utils.py
+++ b/tests/unit/test_network_utils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_notifier.py b/tests/unit/test_notifier.py
index 70746b3..9b08c5d 100644
--- a/tests/unit/test_notifier.py
+++ b/tests/unit/test_notifier.py
@@ -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
diff --git a/tests/unit/test_plugin.py b/tests/unit/test_plugin.py
index 42857a5..3509dc3 100644
--- a/tests/unit/test_plugin.py
+++ b/tests/unit/test_plugin.py
@@ -1,4 +1,4 @@
-# Copyright 2012 OpenStack LLC.
+# Copyright 2012 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_processutils.py b/tests/unit/test_processutils.py
index 13d0846..9468618 100644
--- a/tests/unit/test_processutils.py
+++ b/tests/unit/test_processutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_rootwrap.py b/tests/unit/test_rootwrap.py
index e2b4697..8ee8e72 100644
--- a/tests/unit/test_rootwrap.py
+++ b/tests/unit/test_rootwrap.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC
+# Copyright 2011 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
diff --git a/tests/unit/test_setup.py b/tests/unit/test_setup.py
index 30a5eb6..62decc8 100644
--- a/tests/unit/test_setup.py
+++ b/tests/unit/test_setup.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_strutils.py b/tests/unit/test_strutils.py
index 891a045..e2c4622 100644
--- a/tests/unit/test_strutils.py
+++ b/tests/unit/test_strutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_timeutils.py b/tests/unit/test_timeutils.py
index 96fe5af..bcb6a69 100644
--- a/tests/unit/test_timeutils.py
+++ b/tests/unit/test_timeutils.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/tests/unit/test_wsgi.py b/tests/unit/test_wsgi.py
index 41a1f97..b83c865 100644
--- a/tests/unit/test_wsgi.py
+++ b/tests/unit/test_wsgi.py
@@ -1,6 +1,6 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
-# Copyright 2011 OpenStack LLC.
+# Copyright 2011 OpenStack Foundation.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may