summaryrefslogtreecommitdiff
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
commit8ce0829c2ee2dec089c43fdb3cb12fd212a8b3c3 (patch)
tree7236fe4a6891c05e591603f0e4cf5754e6f4aacc
parent2d0f41b6532bb0bbb903554906f9872cb218d90f (diff)
downloadoslo-context-8ce0829c2ee2dec089c43fdb3cb12fd212a8b3c3.tar.gz
Fix Copyright Headers - Rename LLC to Foundation
One code change, rest are in headers Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1
-rw-r--r--openstack/common/context.py2
-rw-r--r--tests/unit/test_context.py2
2 files changed, 2 insertions, 2 deletions
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/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