mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-06-09 00:22:42 -04:00
python: relicense to GPL-2.0-or-later
This commit is contained in:
parent
b3cdb3431a
commit
d19a35a3fe
4 changed files with 8 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue