summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-07-26 09:00:55 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-07-26 09:00:55 +0200
commit5a1118d38032f902b1259928f83636b86742e49e (patch)
tree7a47bcb21870d9b8dce31c94b5120c18d12aef35 /pyproject.toml
parentdfe59b8fb43de011367912733516fef7f9e288bd (diff)
downloadpython-linuxnamespaces-5a1118d38032f902b1259928f83636b86742e49e.tar.gz
relicense as GPL-2+HEADmain
The earlier GPL-3 only is implied in the new grant.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9e90387..fbd5218 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ description = "typed syscall wrappers and plumbing for working with Linux namesp
authors = [{name = "Helmut Grohne", email = "helmut@subdivi.de"}]
classifiers = [
"Development Status :: 3 - Alpha",
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
+ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: POSIX :: Linux",
"Typing :: Typed",
"Programming Language :: Python :: 3",