python: relicense to GPL-2.0-or-later

This commit is contained in:
Daniel Salzman 2025-03-21 15:51:10 +01:00
parent b3cdb3431a
commit d19a35a3fe
4 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ version = "@PACKAGE_VERSION@"
description = "Prometheus exporter for Knot DNS"
readme = "README.md"
requires-python = ">=3.5"
license = { text = "GPL-3.0" }
license = { text = "GPL-2.0-or-later" }
authors = [
{ name = "CZ.NIC, z.s.p.o.", email = "knot-dns@labs.nic.cz" },
{ name = "Alessandro Ghedini", email = "alessandro@ghedini.me" },
@ -16,7 +16,7 @@ authors = [
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Programming Language :: Python :: 3",
"Topic :: Internet :: Name Service (DNS)",
"Topic :: System :: Systems Administration",

View file

@ -14,12 +14,12 @@ setuptools.setup(
author='CZ.NIC, z.s.p.o.',
author_email='knot-dns@labs.nic.cz',
url='https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/knot_exporter',
license='GPL-3.0',
license='GPL-2.0-or-later',
packages=['knot_exporter'],
classifiers=[ # See https://pypi.org/classifiers
'Development Status :: 5 - Production/Stable',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python :: 3',
'Topic :: Internet :: Name Service (DNS)',
'Topic :: System :: Systems Administration',

View file

@ -8,7 +8,7 @@ version = "@PACKAGE_VERSION@"
description = "Python bindings for libknot"
readme = "README.md"
requires-python = ">=3.5"
license = { text = "GPL-3.0" }
license = { text = "GPL-2.0-or-later" }
authors = [
{ name = "CZ.NIC, z.s.p.o.", email = "knot-dns@labs.nic.cz" },
]
@ -16,7 +16,7 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Programming Language :: Python :: 3",
"Topic :: Internet :: Name Service (DNS)",
"Topic :: Software Development :: Libraries",

View file

@ -14,13 +14,13 @@ setuptools.setup(
author='CZ.NIC, z.s.p.o.',
author_email='knot-dns@labs.nic.cz',
url='https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot',
license='GPL-3.0',
license='GPL-2.0-or-later',
packages=['libknot'],
classifiers=[ # See https://pypi.org/classifiers
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python :: 3',
'Topic :: Internet :: Name Service (DNS)',
'Topic :: Software Development :: Libraries',