Skip to content

Commit

Permalink
Merge pull request #25 from Changaco/switch-license
Browse files Browse the repository at this point in the history
Change the license
  • Loading branch information
Changaco committed Mar 9, 2016
2 parents 9ed3d5e + 2a6207d commit 7c6f222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ You can also find more thorough examples in the ``tests/`` directory.
License
=======

LGPLv2 (or any later version)
`CC0 Public Domain Dedication <http://creativecommons.org/publicdomain/zero/1.0/>`_
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='Changaco',
author_email='[email protected]',
url='https://github.com/Changaco/python-libarchive-c',
license='LGPLv2+',
license='CC0',
packages=find_packages(exclude=['tests']),
long_description=open(join(dirname(__file__), 'README.rst')).read(),
keywords='archive libarchive 7z tar bz2 zip gz',
Expand Down

0 comments on commit 7c6f222

Please sign in to comment.