diff options
| author | Mark McClain <mark.mcclain@dreamhost.com> | 2013-03-13 14:52:43 -0400 |
|---|---|---|
| committer | Mark McClain <mark.mcclain@dreamhost.com> | 2013-03-13 15:03:07 -0400 |
| commit | 65e3d8c9773880094c0a4c164e046fae9cb7a5d9 (patch) | |
| tree | 5a3890c6124ea103131303c9916bb4bd3c23127a /openstack/common/rootwrap | |
| parent | 44d2a4c02f0771f5b6614de9d50a9fde498a0a65 (diff) | |
| download | oslo-65e3d8c9773880094c0a4c164e046fae9cb7a5d9.tar.gz oslo-65e3d8c9773880094c0a4c164e046fae9cb7a5d9.tar.xz oslo-65e3d8c9773880094c0a4c164e046fae9cb7a5d9.zip | |
update OpenStack, LLC to OpenStack Foundation
fixes bug 1154745
The previous update (https://review.openstack.org/#/c/24103/) missed
header files that contained "OpenStack, LLC". This change corrects the
missed files to reflect the OpenStack Foundation.
Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102
Diffstat (limited to 'openstack/common/rootwrap')
| -rw-r--r-- | openstack/common/rootwrap/__init__.py | 2 | ||||
| -rw-r--r-- | openstack/common/rootwrap/filters.py | 2 | ||||
| -rw-r--r-- | openstack/common/rootwrap/wrapper.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/openstack/common/rootwrap/__init__.py b/openstack/common/rootwrap/__init__.py index 671d3c1..2d32e4e 100644 --- a/openstack/common/rootwrap/__init__.py +++ b/openstack/common/rootwrap/__init__.py @@ -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 diff --git a/openstack/common/rootwrap/filters.py b/openstack/common/rootwrap/filters.py index 905bbab..eadda25 100644 --- a/openstack/common/rootwrap/filters.py +++ b/openstack/common/rootwrap/filters.py @@ -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 diff --git a/openstack/common/rootwrap/wrapper.py b/openstack/common/rootwrap/wrapper.py index d61c2be..e0ac9df 100644 --- a/openstack/common/rootwrap/wrapper.py +++ b/openstack/common/rootwrap/wrapper.py @@ -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 |
