Skip to content

Commit 82a9672

Browse files
authored
Update license metadata
Use GPLv2 or later
1 parent a958c5f commit 82a9672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ requires-python = ">=3.8"
77
authors = [
88
{name = "Inada Naoki", email = "[email protected]"}
99
]
10-
license = {text = "GNU General Public License v2 (GPLv2)"}
10+
license = {text = "GNU General Public License v2 or later (GPLv2+)"}
1111
keywords = ["MySQL"]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Environment :: Other Environment",
15-
"License :: OSI Approved :: GNU General Public License (GPL)",
15+
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
1616
"Operating System :: MacOS :: MacOS X",
1717
"Operating System :: Microsoft :: Windows :: Windows NT/2000",
1818
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)