diff --git a/cinderclient/__init__.py b/cinderclient/__init__.py index 5d43513..bfaa627 100644 --- a/cinderclient/__init__.py +++ b/cinderclient/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC +# Copyright (c) 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/cinderclient/base.py b/cinderclient/base.py index 4e29078..e1f44eb 100644 --- a/cinderclient/base.py +++ b/cinderclient/base.py @@ -1,6 +1,6 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 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/cinderclient/client.py b/cinderclient/client.py index 0bb7b49..4846e4a 100644 --- a/cinderclient/client.py +++ b/cinderclient/client.py @@ -1,4 +1,4 @@ -# Copyright 2011 OpenStack LLC. +# Copyright (c) 2011 OpenStack Foundation # Copyright 2010 Jacob Kaplan-Moss # Copyright 2011 Piston Cloud Computing, Inc. # All Rights Reserved. diff --git a/cinderclient/extension.py b/cinderclient/extension.py index 07d8450..84c67e9 100644 --- a/cinderclient/extension.py +++ b/cinderclient/extension.py @@ -1,4 +1,4 @@ -# Copyright 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/cinderclient/service_catalog.py b/cinderclient/service_catalog.py index 09ef59c..b43eaed 100644 --- a/cinderclient/service_catalog.py +++ b/cinderclient/service_catalog.py @@ -1,4 +1,4 @@ -# Copyright 2011 OpenStack LLC. +# Copyright (c) 2011 OpenStack Foundation # Copyright 2011, Piston Cloud Computing, Inc. # # All Rights Reserved. diff --git a/cinderclient/shell.py b/cinderclient/shell.py index 049324c..c9c1529 100644 --- a/cinderclient/shell.py +++ b/cinderclient/shell.py @@ -1,5 +1,5 @@ -# Copyright 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/cinderclient/tests/v1/fakes.py b/cinderclient/tests/v1/fakes.py index 40ddd4c..2c052c6 100644 --- a/cinderclient/tests/v1/fakes.py +++ b/cinderclient/tests/v1/fakes.py @@ -1,5 +1,5 @@ # Copyright (c) 2011 X.commerce, a business unit of eBay Inc. -# Copyright 2011 OpenStack, LLC +# Copyright (c) 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/cinderclient/tests/v1/test_quota_classes.py b/cinderclient/tests/v1/test_quota_classes.py index 83e297f..0cb3122 100644 --- a/cinderclient/tests/v1/test_quota_classes.py +++ b/cinderclient/tests/v1/test_quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 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/cinderclient/tests/v1/test_quotas.py b/cinderclient/tests/v1/test_quotas.py index 7ebb061..faff9f6 100644 --- a/cinderclient/tests/v1/test_quotas.py +++ b/cinderclient/tests/v1/test_quotas.py @@ -1,4 +1,4 @@ -# Copyright 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/cinderclient/tests/v1/test_services.py b/cinderclient/tests/v1/test_services.py index 2320a26..7a1ec85 100644 --- a/cinderclient/tests/v1/test_services.py +++ b/cinderclient/tests/v1/test_services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/tests/v1/test_shell.py b/cinderclient/tests/v1/test_shell.py index 014df94..ec44427 100644 --- a/cinderclient/tests/v1/test_shell.py +++ b/cinderclient/tests/v1/test_shell.py @@ -1,6 +1,6 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 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/cinderclient/tests/v2/__init__.py b/cinderclient/tests/v2/__init__.py index 0cd9c14..f2c41f4 100644 --- a/cinderclient/tests/v2/__init__.py +++ b/cinderclient/tests/v2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/tests/v2/contrib/test_list_extensions.py b/cinderclient/tests/v2/contrib/test_list_extensions.py index ff59cd2..66126be 100644 --- a/cinderclient/tests/v2/contrib/test_list_extensions.py +++ b/cinderclient/tests/v2/contrib/test_list_extensions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/tests/v2/fakes.py b/cinderclient/tests/v2/fakes.py index 474d10c..88a94bb 100644 --- a/cinderclient/tests/v2/fakes.py +++ b/cinderclient/tests/v2/fakes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack, LLC +# Copyright (c) 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/cinderclient/tests/v2/test_auth.py b/cinderclient/tests/v2/test_auth.py index 2ae3eed..9704840 100644 --- a/cinderclient/tests/v2/test_auth.py +++ b/cinderclient/tests/v2/test_auth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/tests/v2/test_quota_classes.py b/cinderclient/tests/v2/test_quota_classes.py index 83cc710..0fee1e8 100644 --- a/cinderclient/tests/v2/test_quota_classes.py +++ b/cinderclient/tests/v2/test_quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/tests/v2/test_quotas.py b/cinderclient/tests/v2/test_quotas.py index 37ceeed..eb4531a 100644 --- a/cinderclient/tests/v2/test_quotas.py +++ b/cinderclient/tests/v2/test_quotas.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/tests/v2/test_services.py b/cinderclient/tests/v2/test_services.py index e4bce29..5ee3ea1 100644 --- a/cinderclient/tests/v2/test_services.py +++ b/cinderclient/tests/v2/test_services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/tests/v2/test_shell.py b/cinderclient/tests/v2/test_shell.py index 6f9a53f..93940a7 100644 --- a/cinderclient/tests/v2/test_shell.py +++ b/cinderclient/tests/v2/test_shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/tests/v2/test_types.py b/cinderclient/tests/v2/test_types.py index de8c743..70fbaeb 100644 --- a/cinderclient/tests/v2/test_types.py +++ b/cinderclient/tests/v2/test_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/tests/v2/test_volumes.py b/cinderclient/tests/v2/test_volumes.py index 73ee4a8..7b85369 100644 --- a/cinderclient/tests/v2/test_volumes.py +++ b/cinderclient/tests/v2/test_volumes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/utils.py b/cinderclient/utils.py index c7e4ebc..0fdcce9 100644 --- a/cinderclient/utils.py +++ b/cinderclient/utils.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v1/__init__.py b/cinderclient/v1/__init__.py index fbb7b00..3637ffd 100644 --- a/cinderclient/v1/__init__.py +++ b/cinderclient/v1/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/v1/client.py b/cinderclient/v1/client.py index 60376ab..4cbe6d0 100644 --- a/cinderclient/v1/client.py +++ b/cinderclient/v1/client.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v1/contrib/__init__.py b/cinderclient/v1/contrib/__init__.py index dc6c3a3..788cea1 100644 --- a/cinderclient/v1/contrib/__init__.py +++ b/cinderclient/v1/contrib/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v1/contrib/list_extensions.py b/cinderclient/v1/contrib/list_extensions.py index 91fa040..5aab82f 100644 --- a/cinderclient/v1/contrib/list_extensions.py +++ b/cinderclient/v1/contrib/list_extensions.py @@ -1,4 +1,4 @@ -# Copyright 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/cinderclient/v1/quota_classes.py b/cinderclient/v1/quota_classes.py index c6a85f4..1f880fb 100644 --- a/cinderclient/v1/quota_classes.py +++ b/cinderclient/v1/quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 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/cinderclient/v1/quotas.py b/cinderclient/v1/quotas.py index bf37462..a0028a9 100644 --- a/cinderclient/v1/quotas.py +++ b/cinderclient/v1/quotas.py @@ -1,4 +1,4 @@ -# Copyright 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/cinderclient/v1/services.py b/cinderclient/v1/services.py index b2427dd..6afd5c5 100644 --- a/cinderclient/v1/services.py +++ b/cinderclient/v1/services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v1/shell.py b/cinderclient/v1/shell.py index 34b5353..fbd76bd 100644 --- a/cinderclient/v1/shell.py +++ b/cinderclient/v1/shell.py @@ -1,6 +1,6 @@ # Copyright 2010 Jacob Kaplan-Moss -# Copyright 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/cinderclient/v2/__init__.py b/cinderclient/v2/__init__.py index d09fab5..75afdec 100644 --- a/cinderclient/v2/__init__.py +++ b/cinderclient/v2/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/v2/client.py b/cinderclient/v2/client.py index 2f73ed6..9b8cad9 100644 --- a/cinderclient/v2/client.py +++ b/cinderclient/v2/client.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/contrib/__init__.py b/cinderclient/v2/contrib/__init__.py index 0cd9c14..f2c41f4 100644 --- a/cinderclient/v2/contrib/__init__.py +++ b/cinderclient/v2/contrib/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 OpenStack, LLC. +# Copyright (c) 2013 OpenStack Foundation # # All Rights Reserved. # diff --git a/cinderclient/v2/contrib/list_extensions.py b/cinderclient/v2/contrib/list_extensions.py index 9031a51..eab9435 100644 --- a/cinderclient/v2/contrib/list_extensions.py +++ b/cinderclient/v2/contrib/list_extensions.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/quota_classes.py b/cinderclient/v2/quota_classes.py index 2d46a6d..4e44914 100644 --- a/cinderclient/v2/quota_classes.py +++ b/cinderclient/v2/quota_classes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/quotas.py b/cinderclient/v2/quotas.py index 5b19b07..0972210 100644 --- a/cinderclient/v2/quotas.py +++ b/cinderclient/v2/quotas.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/services.py b/cinderclient/v2/services.py index b2427dd..6afd5c5 100644 --- a/cinderclient/v2/services.py +++ b/cinderclient/v2/services.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index f1e45c4..509b5a4 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/volume_snapshots.py b/cinderclient/v2/volume_snapshots.py index 7aa9097..4e16ba8 100644 --- a/cinderclient/v2/volume_snapshots.py +++ b/cinderclient/v2/volume_snapshots.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/cinderclient/v2/volume_types.py b/cinderclient/v2/volume_types.py index 9d4c2ff..bc382bd 100644 --- a/cinderclient/v2/volume_types.py +++ b/cinderclient/v2/volume_types.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 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/cinderclient/v2/volumes.py b/cinderclient/v2/volumes.py index 2ec885d..e948cff 100644 --- a/cinderclient/v2/volumes.py +++ b/cinderclient/v2/volumes.py @@ -1,4 +1,4 @@ -# Copyright 2013 OpenStack LLC. +# Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may