From 25172039759ab1013ccf00a2c1bec93db76a23ff Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 20 Sep 2013 04:05:51 +0800 Subject: [PATCH] Replace OpenStack LLC with OpenStack Foundation Change-Id: I38dcbcf1a6c8efe540fcf5f29e782cb3826e583d Fixes-Bug: #1214176 --- glanceclient/__init__.py | 2 +- glanceclient/client.py | 2 +- glanceclient/common/base.py | 2 +- glanceclient/common/http.py | 2 +- glanceclient/common/progressbar.py | 2 +- glanceclient/common/utils.py | 2 +- glanceclient/exc.py | 2 +- glanceclient/shell.py | 2 +- glanceclient/v1/__init__.py | 2 +- glanceclient/v1/client.py | 2 +- glanceclient/v1/image_members.py | 2 +- glanceclient/v1/images.py | 2 +- glanceclient/v1/legacy_shell.py | 2 +- glanceclient/v1/shell.py | 2 +- glanceclient/v2/client.py | 2 +- glanceclient/v2/images.py | 2 +- glanceclient/v2/schemas.py | 2 +- glanceclient/v2/shell.py | 2 +- tests/test_exc.py | 2 +- tests/test_http.py | 2 +- tests/test_progressbar.py | 2 +- tests/test_shell.py | 2 +- tests/test_ssl.py | 2 +- tests/test_utils.py | 2 +- tests/utils.py | 2 +- tests/v1/test_image_members.py | 2 +- tests/v1/test_images.py | 2 +- tests/v1/test_legacy_shell.py | 2 +- tests/v1/test_shell.py | 2 +- tests/v2/test_schemas.py | 2 +- tests/v2/test_shell_v2.py | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/glanceclient/__init__.py b/glanceclient/__init__.py index 94dd4c94..f59bd0bb 100644 --- a/glanceclient/__init__.py +++ b/glanceclient/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC +# Copyright 2012 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 diff --git a/glanceclient/client.py b/glanceclient/client.py index 22cd4a2b..dfebf2fa 100644 --- a/glanceclient/client.py +++ b/glanceclient/client.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/common/base.py b/glanceclient/common/base.py index 357b40b1..e24b3c7c 100644 --- a/glanceclient/common/base.py +++ b/glanceclient/common/base.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/common/http.py b/glanceclient/common/http.py index 4cd66ec6..ad681a7c 100644 --- a/glanceclient/common/http.py +++ b/glanceclient/common/http.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/common/progressbar.py b/glanceclient/common/progressbar.py index 63d4d8d1..8b8fd444 100644 --- a/glanceclient/common/progressbar.py +++ b/glanceclient/common/progressbar.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/glanceclient/common/utils.py b/glanceclient/common/utils.py index 88f76219..0d7ce565 100644 --- a/glanceclient/common/utils.py +++ b/glanceclient/common/utils.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/exc.py b/glanceclient/exc.py index a8e2feff..9caa24d4 100644 --- a/glanceclient/exc.py +++ b/glanceclient/exc.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/shell.py b/glanceclient/shell.py index e0124e5c..53bbaca3 100644 --- a/glanceclient/shell.py +++ b/glanceclient/shell.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v1/__init__.py b/glanceclient/v1/__init__.py index 89820021..39e1d5a8 100644 --- a/glanceclient/v1/__init__.py +++ b/glanceclient/v1/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v1/client.py b/glanceclient/v1/client.py index 4d0fd273..d28b663f 100644 --- a/glanceclient/v1/client.py +++ b/glanceclient/v1/client.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v1/image_members.py b/glanceclient/v1/image_members.py index 1cb0f819..77c7f65b 100644 --- a/glanceclient/v1/image_members.py +++ b/glanceclient/v1/image_members.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v1/images.py b/glanceclient/v1/images.py index 46bd5954..c64ad6e9 100644 --- a/glanceclient/v1/images.py +++ b/glanceclient/v1/images.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v1/legacy_shell.py b/glanceclient/v1/legacy_shell.py index c9da52cb..cac7e7ea 100644 --- a/glanceclient/v1/legacy_shell.py +++ b/glanceclient/v1/legacy_shell.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py index 31458dab..31e1eb90 100644 --- a/glanceclient/v1/shell.py +++ b/glanceclient/v1/shell.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v2/client.py b/glanceclient/v2/client.py index 99285c4f..54838e5b 100644 --- a/glanceclient/v2/client.py +++ b/glanceclient/v2/client.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v2/images.py b/glanceclient/v2/images.py index eadb27e9..49a3bb46 100644 --- a/glanceclient/v2/images.py +++ b/glanceclient/v2/images.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v2/schemas.py b/glanceclient/v2/schemas.py index 79a48878..54fe2df6 100644 --- a/glanceclient/v2/schemas.py +++ b/glanceclient/v2/schemas.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glanceclient/v2/shell.py b/glanceclient/v2/shell.py index f601f38a..7b942159 100644 --- a/glanceclient/v2/shell.py +++ b/glanceclient/v2/shell.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_exc.py b/tests/test_exc.py index b857aeea..77457cee 100644 --- a/tests/test_exc.py +++ b/tests/test_exc.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_http.py b/tests/test_http.py index f25227a7..9e5c4830 100644 --- a/tests/test_http.py +++ b/tests/test_http.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_progressbar.py b/tests/test_progressbar.py index 891f15e9..7f4ae848 100644 --- a/tests/test_progressbar.py +++ b/tests/test_progressbar.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/tests/test_shell.py b/tests/test_shell.py index a895c2db..801ad4e8 100644 --- a/tests/test_shell.py +++ b/tests/test_shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright (C) 2013 Yahoo! Inc. # All Rights Reserved. # diff --git a/tests/test_ssl.py b/tests/test_ssl.py index 8792a9c1..aaba67e8 100644 --- a/tests/test_ssl.py +++ b/tests/test_ssl.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/test_utils.py b/tests/test_utils.py index fbcf8fb6..ae72bded 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/utils.py b/tests/utils.py index 3d859514..8e1689c1 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/v1/test_image_members.py b/tests/v1/test_image_members.py index 6a890a4d..a0705ad9 100644 --- a/tests/v1/test_image_members.py +++ b/tests/v1/test_image_members.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/v1/test_images.py b/tests/v1/test_images.py index 3d09fd83..59631987 100644 --- a/tests/v1/test_images.py +++ b/tests/v1/test_images.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/v1/test_legacy_shell.py b/tests/v1/test_legacy_shell.py index 8d720467..c939e5d5 100644 --- a/tests/v1/test_legacy_shell.py +++ b/tests/v1/test_legacy_shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright (C) 2013 Yahoo! Inc. # All Rights Reserved. # diff --git a/tests/v1/test_shell.py b/tests/v1/test_shell.py index 9de0d628..4cc01dcc 100644 --- a/tests/v1/test_shell.py +++ b/tests/v1/test_shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright (C) 2013 Yahoo! Inc. # All Rights Reserved. # diff --git a/tests/v2/test_schemas.py b/tests/v2/test_schemas.py index ff286df2..310c1143 100644 --- a/tests/v2/test_schemas.py +++ b/tests/v2/test_schemas.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/v2/test_shell_v2.py b/tests/v2/test_shell_v2.py index 2f8ae916..6acb2ded 100644 --- a/tests/v2/test_shell_v2.py +++ b/tests/v2/test_shell_v2.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright 2013 OpenStack Foundation # Copyright (C) 2013 Yahoo! Inc. # All Rights Reserved. #