diff options
| author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2013-03-11 14:49:31 -0400 |
|---|---|---|
| committer | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2013-03-11 14:49:31 -0400 |
| commit | 547ab34a40f0463a42c7d137e8dcb038a29ba6b5 (patch) | |
| tree | 27d774aba4e1ad3ef53c26f08b1330fe311ed4ac /openstack/common/notifier | |
| parent | ce6571fe64189c2206577d0e40ef8764d44d1378 (diff) | |
| download | oslo-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 'openstack/common/notifier')
| -rw-r--r-- | openstack/common/notifier/__init__.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/api.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/log_notifier.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/no_op_notifier.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/rpc_notifier.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/rpc_notifier2.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/test_notifier.py | 2 |
7 files changed, 7 insertions, 7 deletions
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 |
