From 0ed72206219a1d98ede2fcab1b378f486bc8b9c7 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Wed, 13 Mar 2013 18:27:31 -0400 Subject: [PATCH] Sync latest Oslo components for updated copyright. fixes bug 1154837 This resolves the issue by updating with the latest Oslo changes. These changes correct the copyright attribution missing from an earlier Oslo change. Change-Id: Ic04197bf4bf026b1b48920a5a99397e6183f5ff3 --- quantum/openstack/common/eventlet_backdoor.py | 2 +- quantum/openstack/common/policy.py | 2 +- tools/install_venv_common.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quantum/openstack/common/eventlet_backdoor.py b/quantum/openstack/common/eventlet_backdoor.py index 8b81ebf8eb..c0ad460fe6 100644 --- a/quantum/openstack/common/eventlet_backdoor.py +++ b/quantum/openstack/common/eventlet_backdoor.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 Openstack, LLC. +# Copyright (c) 2012 OpenStack Foundation. # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # diff --git a/quantum/openstack/common/policy.py b/quantum/openstack/common/policy.py index 2b6703dab4..95b37f7de1 100644 --- a/quantum/openstack/common/policy.py +++ b/quantum/openstack/common/policy.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index fca2512299..413065640f 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may