From c231e28c0216296f0081a26c646c251e7148f7f1 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 8b81ebf8e..c0ad460fe 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 2b6703dab..95b37f7de 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 fca251229..413065640 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 -- 2.45.2