summaryrefslogtreecommitdiffstats
path: root/openstack/common/scheduler
diff options
context:
space:
mode:
authorMark McClain <mark.mcclain@dreamhost.com>2013-03-13 14:52:43 -0400
committerMark McClain <mark.mcclain@dreamhost.com>2013-03-13 15:03:07 -0400
commit65e3d8c9773880094c0a4c164e046fae9cb7a5d9 (patch)
tree5a3890c6124ea103131303c9916bb4bd3c23127a /openstack/common/scheduler
parent44d2a4c02f0771f5b6614de9d50a9fde498a0a65 (diff)
downloadoslo-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/scheduler')
-rw-r--r--openstack/common/scheduler/filter.py2
-rw-r--r--openstack/common/scheduler/filters/__init__.py2
-rw-r--r--openstack/common/scheduler/filters/availability_zone_filter.py2
-rw-r--r--openstack/common/scheduler/filters/capabilities_filter.py2
-rw-r--r--openstack/common/scheduler/filters/extra_specs_ops.py2
-rw-r--r--openstack/common/scheduler/filters/json_filter.py2
-rw-r--r--openstack/common/scheduler/weight.py2
-rw-r--r--openstack/common/scheduler/weights/__init__.py2
8 files changed, 8 insertions, 8 deletions
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