From 6232baa89578fcb807ef17490cfcd1b417c69bcd Mon Sep 17 00:00:00 2001 From: MORITA Kazutaka Date: Sat, 22 Mar 2014 17:18:54 +0900 Subject: [PATCH] Update package data This updates the copyright, the author email, and the repository url. Change-Id: Ia6cc3c900a9ada7c3be545e8cfad16eef2839749 --- doc/source/conf.py | 4 ++-- doc/source/index.rst | 2 +- setup.py | 8 ++++---- swift3/__init__.py | 2 +- swift3/middleware.py | 2 +- swift3/test/unit/test_swift3.py | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 56ffb297..c04bdc46 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'Swift S3 Compatibility Middleware' -copyright = u'2012 OpenStack, LLC.' +copyright = u'2012-2014 OpenStack Foundation.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -176,7 +176,7 @@ htmlhelp_basename = 'Swift3webdoc' # (source start file, target name, title, author, documentclass [howto/manual]) latex_documents = [ ('index', 'Swift3web.tex', u'Swift3 Documentation', - u'OpenStack, LLC.', 'manual'), + u'OpenStack Foundation.', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/source/index.rst b/doc/source/index.rst index ab7d0d34..ad3baf6b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,7 +1,7 @@ Swift S3 Compatibility Middleware ********************************* - Copyright 2012 OpenStack, LLC. + Copyright (c) 2012-2014 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/setup.py b/setup.py index 9d509b7c..ce7d67f7 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2012 OpenStack, LLC. +# Copyright (c) 2012-2014 OpenStack Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,9 +21,9 @@ import swift3 setup(name='swift3', version=swift3.version, description='Swift AmazonS3 API emulation Middleware', - author='OpenStack, LLC.', - author_email='openstack@lists.launchpad.net', - url='https://github.com/fujita/swift3', + author='OpenStack Foundation', + author_email='openstack-dev@lists.openstack.org', + url='https://github.com/stackforge/swift3', packages=['swift3'], requires=['swift(>=1.4)'], entry_points={'paste.filter_factory': diff --git a/swift3/__init__.py b/swift3/__init__.py index ca38c0f5..50491021 100644 --- a/swift3/__init__.py +++ b/swift3/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack, LLC. +# Copyright (c) 2012-2014 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/swift3/middleware.py b/swift3/middleware.py index fb0322a2..c0c613f1 100644 --- a/swift3/middleware.py +++ b/swift3/middleware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 OpenStack, LLC. +# Copyright (c) 2010-2014 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/swift3/test/unit/test_swift3.py b/swift3/test/unit/test_swift3.py index 99483aed..86da39f7 100644 --- a/swift3/test/unit/test_swift3.py +++ b/swift3/test/unit/test_swift3.py @@ -1,4 +1,4 @@ -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2011-2014 OpenStack Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.