Add Python-2.0.1 license to list of approved licenses (#124020)

https://spdx.org/licenses/Python-2.0.1.html
This commit is contained in:
J. Nick Koston
2024-08-16 05:04:57 -05:00
committed by GitHub
parent 1f214bec93
commit 723ea6173e

View File

@ -116,6 +116,7 @@ OSI_APPROVED_LICENSES = {
"Unlicense", "Unlicense",
"Apache-2", "Apache-2",
"GPLv2", "GPLv2",
"Python-2.0.1",
} }
EXCEPTIONS = { EXCEPTIONS = {