diff --git a/doc/source/conf.py b/doc/source/conf.py index af988c86d0..4df21b4c4d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -183,7 +183,7 @@ latex_documents = [ 'index', '%s.tex' % project, u'%s Documentation' % project, - u'OpenStack LLC', + u'OpenStack Foundation', 'manual' ), ] @@ -218,7 +218,7 @@ latex_documents = [ # 'index', # '%s' % project, # u'%s Documentation' % project, -# u'OpenStack LLC', +# u'OpenStack Foundation', # 1 # ), # ] @@ -237,7 +237,7 @@ texinfo_documents = [ 'index', '%s' % project, u'%s Documentation' % project, - u'OpenStack LLC', + u'OpenStack Foundation', '%s' % project, 'Database as a service.', 'Miscellaneous' @@ -262,9 +262,9 @@ texinfo_documents = [ # Bibliographic Dublin Core info. epub_title = u'%s' % project -epub_author = u'OpenStack LLC' -epub_publisher = u'OpenStack LLC' -epub_copyright = u'2013, OpenStack LLC' +epub_author = u'OpenStack Foundation' +epub_publisher = u'OpenStack Foundation' +epub_copyright = u'2013, OpenStack Foundation' # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/rsdns/__init__.py b/rsdns/__init__.py index 0c23e99988..eb664c88f4 100644 --- a/rsdns/__init__.py +++ b/rsdns/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/backup/service.py b/trove/backup/service.py index d10c018c76..f293815824 100644 --- a/trove/backup/service.py +++ b/trove/backup/service.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack LLC +# Copyright 2013 OpenStack Foundation # Copyright 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/trove/backup/views.py b/trove/backup/views.py index bd17efd1d1..e3011444d4 100644 --- a/trove/backup/views.py +++ b/trove/backup/views.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/dns/__init__.py b/trove/dns/__init__.py index 7d7be18132..a580ad3d8e 100644 --- a/trove/dns/__init__.py +++ b/trove/dns/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/dns/driver.py b/trove/dns/driver.py index 71baa264c9..f8569a52bb 100644 --- a/trove/dns/driver.py +++ b/trove/dns/driver.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/dns/manager.py b/trove/dns/manager.py index a11466734a..a2fd4d9813 100644 --- a/trove/dns/manager.py +++ b/trove/dns/manager.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/dns/rsdns/driver.py b/trove/dns/rsdns/driver.py index 0865743524..7a9bc90486 100644 --- a/trove/dns/rsdns/driver.py +++ b/trove/dns/rsdns/driver.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/__init__.py b/trove/guestagent/__init__.py index 671d3c173e..f0f23d6a20 100644 --- a/trove/guestagent/__init__.py +++ b/trove/guestagent/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/api.py b/trove/guestagent/api.py index aee259e2d5..68d0f71f8e 100644 --- a/trove/guestagent/api.py +++ b/trove/guestagent/api.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/db/__init__.py b/trove/guestagent/db/__init__.py index 671d3c173e..f0f23d6a20 100644 --- a/trove/guestagent/db/__init__.py +++ b/trove/guestagent/db/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/db/models.py b/trove/guestagent/db/models.py index f010583b1e..1bd41abe40 100644 --- a/trove/guestagent/db/models.py +++ b/trove/guestagent/db/models.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/dbaas.py b/trove/guestagent/dbaas.py index 5fc7442a4f..4a4940a922 100644 --- a/trove/guestagent/dbaas.py +++ b/trove/guestagent/dbaas.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/manager/__init__.py b/trove/guestagent/manager/__init__.py index 671d3c173e..f0f23d6a20 100644 --- a/trove/guestagent/manager/__init__.py +++ b/trove/guestagent/manager/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/pkg.py b/trove/guestagent/pkg.py index d9cb3c35e9..fb50dfce0e 100644 --- a/trove/guestagent/pkg.py +++ b/trove/guestagent/pkg.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/query.py b/trove/guestagent/query.py index 74f743360a..19e7c2f703 100644 --- a/trove/guestagent/query.py +++ b/trove/guestagent/query.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/system.py b/trove/guestagent/system.py index df86e10bb3..d22179024c 100644 --- a/trove/guestagent/system.py +++ b/trove/guestagent/system.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/guestagent/volume.py b/trove/guestagent/volume.py index 2536eca80e..12830bb2d8 100644 --- a/trove/guestagent/volume.py +++ b/trove/guestagent/volume.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/tests/api/backups.py b/trove/tests/api/backups.py index 1f13f9ce4e..b55d0cefd0 100644 --- a/trove/tests/api/backups.py +++ b/trove/tests/api/backups.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/trove/tests/api/flavors.py b/trove/tests/api/flavors.py index a096953a8a..8c6abc7702 100644 --- a/trove/tests/api/flavors.py +++ b/trove/tests/api/flavors.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/trove/tests/config.py b/trove/tests/config.py index 1fa6565005..cc5ac87abc 100644 --- a/trove/tests/config.py +++ b/trove/tests/config.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/trove/tests/unittests/common/test_exception.py b/trove/tests/unittests/common/test_exception.py index 66752e0190..a40513710c 100644 --- a/trove/tests/unittests/common/test_exception.py +++ b/trove/tests/unittests/common/test_exception.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. You may obtain diff --git a/trove/tests/unittests/guestagent/test_pkg.py b/trove/tests/unittests/guestagent/test_pkg.py index 7c93aad1ce..48aafc8ca2 100644 --- a/trove/tests/unittests/guestagent/test_pkg.py +++ b/trove/tests/unittests/guestagent/test_pkg.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/tests/unittests/taskmanager/__init__.py b/trove/tests/unittests/taskmanager/__init__.py index 40d014dd8b..6de9fac497 100644 --- a/trove/tests/unittests/taskmanager/__init__.py +++ b/trove/tests/unittests/taskmanager/__init__.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/trove/tests/unittests/taskmanager/test_models.py b/trove/tests/unittests/taskmanager/test_models.py index 8ddae8e1c7..6450bc4991 100644 --- a/trove/tests/unittests/taskmanager/test_models.py +++ b/trove/tests/unittests/taskmanager/test_models.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/trove/tests/util/__init__.py b/trove/tests/util/__init__.py index 5128d88094..bd060ef564 100644 --- a/trove/tests/util/__init__.py +++ b/trove/tests/util/__init__.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/tests/util/client.py b/trove/tests/util/client.py index 7873dc120f..b3bc25b9bc 100644 --- a/trove/tests/util/client.py +++ b/trove/tests/util/client.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=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/trove/tests/util/users.py b/trove/tests/util/users.py index 5efaecc476..8f8119fe22 100644 --- a/trove/tests/util/users.py +++ b/trove/tests/util/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