From 23b550e54999ea23f0bb4b3234e30da1e05686fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 6 Jun 2020 21:54:12 +0200 Subject: Change license for (some previous and) future revisions to GPL-3.0-or-later MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3