From 2a6207dd36e095436290bcd528d55beaf77c724c Mon Sep 17 00:00:00 2001 From: Changaco Date: Wed, 9 Mar 2016 17:37:36 +0100 Subject: [PATCH] change the license: ditch LGPL, use CC0 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4614a3f..a64efed 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ diff --git a/setup.py b/setup.py index 42a358c..f24be07 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author='Changaco', author_email='changaco@changaco.oy.lc', 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',