diff --git a/troveclient/__init__.py b/troveclient/__init__.py index 2d14bbd7..6ccbda39 100644 --- a/troveclient/__init__.py +++ b/troveclient/__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/troveclient/accounts.py b/troveclient/accounts.py index 5f60fa7e..ef114543 100644 --- a/troveclient/accounts.py +++ b/troveclient/accounts.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/troveclient/auth.py b/troveclient/auth.py index 89000c42..3d87cdec 100644 --- a/troveclient/auth.py +++ b/troveclient/auth.py @@ -1,4 +1,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/troveclient/backups.py b/troveclient/backups.py index a719bc43..5d4ce513 100644 --- a/troveclient/backups.py +++ b/troveclient/backups.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/troveclient/base.py b/troveclient/base.py index 84aaf73d..a56ad0f9 100644 --- a/troveclient/base.py +++ b/troveclient/base.py @@ -1,6 +1,6 @@ # Copyright 2010 Jacob Kaplan-Moss -# 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/troveclient/cli.py b/troveclient/cli.py index c9612e7e..f63091cd 100644 --- a/troveclient/cli.py +++ b/troveclient/cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# 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. You may obtain diff --git a/troveclient/client.py b/troveclient/client.py index bca246d7..1fa0c73a 100644 --- a/troveclient/client.py +++ b/troveclient/client.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/troveclient/common.py b/troveclient/common.py index aa6da653..88146f94 100644 --- a/troveclient/common.py +++ b/troveclient/common.py @@ -1,4 +1,4 @@ -# 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. You may obtain diff --git a/troveclient/diagnostics.py b/troveclient/diagnostics.py index 08c49777..01f8244c 100644 --- a/troveclient/diagnostics.py +++ b/troveclient/diagnostics.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/troveclient/exceptions.py b/troveclient/exceptions.py index 88c3f7ee..2ec3fb4f 100644 --- a/troveclient/exceptions.py +++ b/troveclient/exceptions.py @@ -1,4 +1,4 @@ -# 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. You may obtain diff --git a/troveclient/flavors.py b/troveclient/flavors.py index 17542f3a..34a1c61e 100644 --- a/troveclient/flavors.py +++ b/troveclient/flavors.py @@ -1,4 +1,4 @@ -# Copyright (c) 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/troveclient/hosts.py b/troveclient/hosts.py index 3e7ecc25..c44a2380 100644 --- a/troveclient/hosts.py +++ b/troveclient/hosts.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/troveclient/instances.py b/troveclient/instances.py index 2461bdd9..27ad9756 100644 --- a/troveclient/instances.py +++ b/troveclient/instances.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/troveclient/limits.py b/troveclient/limits.py index 96d2fcaa..51575da5 100644 --- a/troveclient/limits.py +++ b/troveclient/limits.py @@ -1,4 +1,4 @@ -# Copyright (c) 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/troveclient/management.py b/troveclient/management.py index 4613e573..14503daf 100644 --- a/troveclient/management.py +++ b/troveclient/management.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/troveclient/mcli.py b/troveclient/mcli.py index 622bf70d..54651157 100644 --- a/troveclient/mcli.py +++ b/troveclient/mcli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# 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. You may obtain diff --git a/troveclient/quota.py b/troveclient/quota.py index aca7ef89..4cc4d866 100644 --- a/troveclient/quota.py +++ b/troveclient/quota.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/troveclient/root.py b/troveclient/root.py index 10323d26..b245fab1 100644 --- a/troveclient/root.py +++ b/troveclient/root.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/troveclient/storage.py b/troveclient/storage.py index 67d332bd..c7cbf094 100644 --- a/troveclient/storage.py +++ b/troveclient/storage.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/troveclient/users.py b/troveclient/users.py index 40e7327d..f77a8c93 100644 --- a/troveclient/users.py +++ b/troveclient/users.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/troveclient/utils.py b/troveclient/utils.py index 716e0f55..dd15fea6 100644 --- a/troveclient/utils.py +++ b/troveclient/utils.py @@ -1,4 +1,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/troveclient/versions.py b/troveclient/versions.py index 4813a375..d7e02f55 100644 --- a/troveclient/versions.py +++ b/troveclient/versions.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