summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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
Diffstat (limited to 'tests')
-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
26 files changed, 27 insertions, 26 deletions
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