summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2020-06-06 21:54:12 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2022-03-31 14:00:55 +0200
commit23b550e54999ea23f0bb4b3234e30da1e05686fa (patch)
tree700293ef20d9110a69ed33acd751f0cf767cd251 /setup.py
parentb7ae221e0e915e194e66ff55d1130228e2f56b38 (diff)
downloadpoezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.tar.gz
poezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.tar.bz2
poezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.tar.xz
poezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.zip
Change license for (some previous and) future revisions to GPL-3.0-or-later
From this revision on, all changes that were under the following authors' names are also under GPL-3.0-or-later, and not just future changes: - Maxime Buquet (or Maxime “pep” Buquet) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 79c5363e..8c9fa723 100755
--- a/setup.py
+++ b/setup.py
@@ -125,8 +125,8 @@ setup(
long_description=LONG_DESCRIPTION,
ext_modules=[module_poopt],
url='https://poez.io/',
- license='zlib',
- download_url='https://poez.io/#download',
+ license='GPL-3.0-or-later',
+ download_url='https://dev.louiz.org/projects/poezio/files',
author='Florent Le Coz',
author_email='louiz@louiz.org',
@@ -139,7 +139,7 @@ setup(
'Topic :: Internet :: XMPP',
'Environment :: Console :: Curses',
'Intended Audience :: End Users/Desktop',
- 'License :: OSI Approved :: zlib/libpng License',
+ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: English',
'Operating System :: Unix',
'Programming Language :: Python :: 3.9',