Skip to content

Commit

Permalink
Update package data
Browse files Browse the repository at this point in the history
This updates the copyright, the author email, and the repository url.

Change-Id: Ia6cc3c900a9ada7c3be545e8cfad16eef2839749
  • Loading branch information
kazum committed Mar 25, 2014
1 parent 413d215 commit 6232baa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# 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
Expand Down Expand Up @@ -176,7 +176,7 @@
# (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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -21,9 +21,9 @@
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':
Expand Down
2 changes: 1 addition & 1 deletion swift3/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion swift3/middleware.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion swift3/test/unit/test_swift3.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 6232baa

Please sign in to comment.