From 093a2e69f60bef9db025b1b2a2bec76f66c1c9bd Mon Sep 17 00:00:00 2001 From: dineshbhor Date: Tue, 26 Jul 2016 16:22:37 +0530 Subject: [PATCH] Replace OpenStack LLC with OpenStack Foundation TrivialFix Change-Id: I336952baacf55e36ad0a56ac98b95977fc0d593a Closes-Bug: #1214176 --- manilaclient/__init__.py | 2 +- manilaclient/base.py | 2 +- manilaclient/client.py | 2 +- manilaclient/common/httpclient.py | 2 +- manilaclient/extension.py | 2 +- manilaclient/shell.py | 2 +- manilaclient/tests/unit/v2/fake_clients.py | 2 +- manilaclient/tests/unit/v2/fakes.py | 2 +- manilaclient/tests/unit/v2/test_quota_classes.py | 2 +- manilaclient/tests/unit/v2/test_quotas.py | 2 +- manilaclient/tests/unit/v2/test_services.py | 2 +- manilaclient/tests/unit/v2/test_share_snapshots.py | 2 +- manilaclient/tests/unit/v2/test_shares.py | 2 +- manilaclient/tests/unit/v2/test_shell.py | 2 +- manilaclient/v1/__init__.py | 2 +- manilaclient/v1/contrib/list_extensions.py | 2 +- manilaclient/v1/limits.py | 2 +- manilaclient/v1/quota_classes.py | 2 +- manilaclient/v1/quotas.py | 2 +- manilaclient/v1/security_services.py | 2 +- manilaclient/v1/services.py | 2 +- manilaclient/v1/share_networks.py | 2 +- manilaclient/v1/share_servers.py | 2 +- manilaclient/v2/contrib/list_extensions.py | 2 +- manilaclient/v2/limits.py | 2 +- manilaclient/v2/quota_classes.py | 2 +- manilaclient/v2/quotas.py | 2 +- manilaclient/v2/security_services.py | 2 +- manilaclient/v2/services.py | 2 +- manilaclient/v2/share_networks.py | 2 +- manilaclient/v2/shell.py | 2 +- tools/install_venv.py | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/manilaclient/__init__.py b/manilaclient/__init__.py index 86c8b5630..c4d5a667d 100644 --- a/manilaclient/__init__.py +++ b/manilaclient/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC +# Copyright 2012 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/base.py b/manilaclient/base.py index d2961ac9e..efc4859e9 100644 --- a/manilaclient/base.py +++ b/manilaclient/base.py @@ -1,6 +1,6 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/client.py b/manilaclient/client.py index 5c0e20815..4868e802c 100644 --- a/manilaclient/client.py +++ b/manilaclient/client.py @@ -1,5 +1,5 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # Copyright 2011 Piston Cloud Computing, Inc. # All Rights Reserved. diff --git a/manilaclient/common/httpclient.py b/manilaclient/common/httpclient.py index 8396d828c..5380064ac 100644 --- a/manilaclient/common/httpclient.py +++ b/manilaclient/common/httpclient.py @@ -1,5 +1,5 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # Copyright 2011 Piston Cloud Computing, Inc. # Copyright 2015 Mirantis Inc. # diff --git a/manilaclient/extension.py b/manilaclient/extension.py index 1e5c2596d..01529f263 100644 --- a/manilaclient/extension.py +++ b/manilaclient/extension.py @@ -1,4 +1,4 @@ -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/shell.py b/manilaclient/shell.py index 90dbd7020..5b0d641d7 100644 --- a/manilaclient/shell.py +++ b/manilaclient/shell.py @@ -1,4 +1,4 @@ -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # Copyright 2014 Mirantis, Inc. # All Rights Reserved. # diff --git a/manilaclient/tests/unit/v2/fake_clients.py b/manilaclient/tests/unit/v2/fake_clients.py index f0b4dfe7f..c58dc55aa 100644 --- a/manilaclient/tests/unit/v2/fake_clients.py +++ b/manilaclient/tests/unit/v2/fake_clients.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/manilaclient/tests/unit/v2/fakes.py b/manilaclient/tests/unit/v2/fakes.py index 8bb282220..6e97ca6a2 100644 --- a/manilaclient/tests/unit/v2/fakes.py +++ b/manilaclient/tests/unit/v2/fakes.py @@ -1,5 +1,5 @@ # Copyright (c) 2011 X.commerce, a business unit of eBay Inc. -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/manilaclient/tests/unit/v2/test_quota_classes.py b/manilaclient/tests/unit/v2/test_quota_classes.py index ba716301a..e5159b4fc 100644 --- a/manilaclient/tests/unit/v2/test_quota_classes.py +++ b/manilaclient/tests/unit/v2/test_quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/tests/unit/v2/test_quotas.py b/manilaclient/tests/unit/v2/test_quotas.py index 7b38df4d2..f6e1f908e 100644 --- a/manilaclient/tests/unit/v2/test_quotas.py +++ b/manilaclient/tests/unit/v2/test_quotas.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/tests/unit/v2/test_services.py b/manilaclient/tests/unit/v2/test_services.py index 921583ce2..88b8f506a 100644 --- a/manilaclient/tests/unit/v2/test_services.py +++ b/manilaclient/tests/unit/v2/test_services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/tests/unit/v2/test_share_snapshots.py b/manilaclient/tests/unit/v2/test_share_snapshots.py index 549165ccb..8f381c51a 100644 --- a/manilaclient/tests/unit/v2/test_share_snapshots.py +++ b/manilaclient/tests/unit/v2/test_share_snapshots.py @@ -1,5 +1,5 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # Copyright 2014 Mirantis, Inc. # All Rights Reserved. # diff --git a/manilaclient/tests/unit/v2/test_shares.py b/manilaclient/tests/unit/v2/test_shares.py index 0cadb87bb..17b636fcd 100644 --- a/manilaclient/tests/unit/v2/test_shares.py +++ b/manilaclient/tests/unit/v2/test_shares.py @@ -1,6 +1,6 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/tests/unit/v2/test_shell.py b/manilaclient/tests/unit/v2/test_shell.py index 14ed6a55e..3c1bdb7d7 100644 --- a/manilaclient/tests/unit/v2/test_shell.py +++ b/manilaclient/tests/unit/v2/test_shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2014 Mirantis, Inc. # All Rights Reserved. # diff --git a/manilaclient/v1/__init__.py b/manilaclient/v1/__init__.py index eb442d909..35670b721 100644 --- a/manilaclient/v1/__init__.py +++ b/manilaclient/v1/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/manilaclient/v1/contrib/list_extensions.py b/manilaclient/v1/contrib/list_extensions.py index 6651b8f65..e5f7a58c7 100644 --- a/manilaclient/v1/contrib/list_extensions.py +++ b/manilaclient/v1/contrib/list_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v1/limits.py b/manilaclient/v1/limits.py index 9b853baf9..6ca081e05 100644 --- a/manilaclient/v1/limits.py +++ b/manilaclient/v1/limits.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v1/quota_classes.py b/manilaclient/v1/quota_classes.py index cb97ca114..f983e1c40 100644 --- a/manilaclient/v1/quota_classes.py +++ b/manilaclient/v1/quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v1/quotas.py b/manilaclient/v1/quotas.py index 8aab75142..e400c0971 100644 --- a/manilaclient/v1/quotas.py +++ b/manilaclient/v1/quotas.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v1/security_services.py b/manilaclient/v1/security_services.py index c231d8e96..8885cc0e6 100644 --- a/manilaclient/v1/security_services.py +++ b/manilaclient/v1/security_services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v1/services.py b/manilaclient/v1/services.py index ec63fbd50..c2d8879f2 100644 --- a/manilaclient/v1/services.py +++ b/manilaclient/v1/services.py @@ -1,4 +1,4 @@ -# Copyright 2014 OpenStack LLC. +# Copyright 2014 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v1/share_networks.py b/manilaclient/v1/share_networks.py index 883162b4f..308c9126f 100644 --- a/manilaclient/v1/share_networks.py +++ b/manilaclient/v1/share_networks.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v1/share_servers.py b/manilaclient/v1/share_servers.py index b7075b51c..442971c4a 100644 --- a/manilaclient/v1/share_servers.py +++ b/manilaclient/v1/share_servers.py @@ -1,4 +1,4 @@ -# Copyright 2014 OpenStack LLC. +# Copyright 2014 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v2/contrib/list_extensions.py b/manilaclient/v2/contrib/list_extensions.py index 3111aa0c8..2e2460f03 100644 --- a/manilaclient/v2/contrib/list_extensions.py +++ b/manilaclient/v2/contrib/list_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v2/limits.py b/manilaclient/v2/limits.py index c635e178a..b19aef5d3 100644 --- a/manilaclient/v2/limits.py +++ b/manilaclient/v2/limits.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright 2015 Chuck Fouts # All Rights Reserved. # diff --git a/manilaclient/v2/quota_classes.py b/manilaclient/v2/quota_classes.py index 40429fde2..1d9407846 100644 --- a/manilaclient/v2/quota_classes.py +++ b/manilaclient/v2/quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v2/quotas.py b/manilaclient/v2/quotas.py index d712b04b0..d5a6c3681 100644 --- a/manilaclient/v2/quotas.py +++ b/manilaclient/v2/quotas.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v2/security_services.py b/manilaclient/v2/security_services.py index 0ca565513..0830af703 100644 --- a/manilaclient/v2/security_services.py +++ b/manilaclient/v2/security_services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v2/services.py b/manilaclient/v2/services.py index bf6041042..18c85d1ed 100644 --- a/manilaclient/v2/services.py +++ b/manilaclient/v2/services.py @@ -1,4 +1,4 @@ -# Copyright 2014 OpenStack LLC. +# Copyright 2014 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v2/share_networks.py b/manilaclient/v2/share_networks.py index 0faa15c9a..16697d018 100644 --- a/manilaclient/v2/share_networks.py +++ b/manilaclient/v2/share_networks.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/manilaclient/v2/shell.py b/manilaclient/v2/shell.py index 2163d6c4f..7915a5ec1 100644 --- a/manilaclient/v2/shell.py +++ b/manilaclient/v2/shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/install_venv.py b/tools/install_venv.py index 527a97687..e8ed7465f 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -2,7 +2,7 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 OpenStack, LLC +# Copyright 2010 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain