From 547ab34a40f0463a42c7d137e8dcb038a29ba6b5 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 11 Mar 2013 14:49:31 -0400 Subject: Fix Copyright Headers - Rename LLC to Foundation One code change, rest are in headers Change-Id: I73f59681358629e1ad74e49d3d3ca13fcb5c2eb1 --- openstack/common/plugin/__init__.py | 2 +- openstack/common/plugin/callbackplugin.py | 2 +- openstack/common/plugin/plugin.py | 2 +- openstack/common/plugin/pluginmanager.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'openstack/common/plugin') 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 -- cgit