From 65e3d8c9773880094c0a4c164e046fae9cb7a5d9 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Wed, 13 Mar 2013 14:52:43 -0400 Subject: 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 --- openstack/common/scheduler/filter.py | 2 +- openstack/common/scheduler/filters/__init__.py | 2 +- openstack/common/scheduler/filters/availability_zone_filter.py | 2 +- openstack/common/scheduler/filters/capabilities_filter.py | 2 +- openstack/common/scheduler/filters/extra_specs_ops.py | 2 +- openstack/common/scheduler/filters/json_filter.py | 2 +- openstack/common/scheduler/weight.py | 2 +- openstack/common/scheduler/weights/__init__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'openstack/common/scheduler') diff --git a/openstack/common/scheduler/filter.py b/openstack/common/scheduler/filter.py index 0bdb10d..52c18af 100644 --- a/openstack/common/scheduler/filter.py +++ b/openstack/common/scheduler/filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2012 OpenStack, LLC. +# Copyright (c) 2011-2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/openstack/common/scheduler/filters/__init__.py b/openstack/common/scheduler/filters/__init__.py index 7476069..d3a99a5 100644 --- a/openstack/common/scheduler/filters/__init__.py +++ b/openstack/common/scheduler/filters/__init__.py @@ -1,4 +1,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/scheduler/filters/availability_zone_filter.py b/openstack/common/scheduler/filters/availability_zone_filter.py index 5659a6c..764a99e 100644 --- a/openstack/common/scheduler/filters/availability_zone_filter.py +++ b/openstack/common/scheduler/filters/availability_zone_filter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2012 OpenStack, LLC. +# Copyright (c) 2011-2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/openstack/common/scheduler/filters/capabilities_filter.py b/openstack/common/scheduler/filters/capabilities_filter.py index 8a658fa..df69955 100644 --- a/openstack/common/scheduler/filters/capabilities_filter.py +++ b/openstack/common/scheduler/filters/capabilities_filter.py @@ -1,4 +1,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/scheduler/filters/extra_specs_ops.py b/openstack/common/scheduler/filters/extra_specs_ops.py index 9537e28..13c1032 100644 --- a/openstack/common/scheduler/filters/extra_specs_ops.py +++ b/openstack/common/scheduler/filters/extra_specs_ops.py @@ -1,4 +1,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/scheduler/filters/json_filter.py b/openstack/common/scheduler/filters/json_filter.py index 9118bc2..7035947 100644 --- a/openstack/common/scheduler/filters/json_filter.py +++ b/openstack/common/scheduler/filters/json_filter.py @@ -1,4 +1,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/scheduler/weight.py b/openstack/common/scheduler/weight.py index c5df9da..82f1d25 100644 --- a/openstack/common/scheduler/weight.py +++ b/openstack/common/scheduler/weight.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011-2012 OpenStack, LLC. +# Copyright (c) 2011-2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/openstack/common/scheduler/weights/__init__.py b/openstack/common/scheduler/weights/__init__.py index 476ff8c..c05c04e 100644 --- a/openstack/common/scheduler/weights/__init__.py +++ b/openstack/common/scheduler/weights/__init__.py @@ -1,4 +1,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 -- cgit