1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-29 12:19:57 +02:00

Merge pull request #136 from qurator-spk/chore/update-liccheck

⚙  liccheck: update permissable licenses (mit-cmu, psf 2.0, iscl)
This commit is contained in:
Mike Gerber 2025-04-16 11:13:02 +02:00 committed by GitHub
commit bf6633be02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,11 +98,15 @@ authorized_licenses = [
"GNU Lesser General Public License v2 or later (LGPLv2+)", "GNU Lesser General Public License v2 or later (LGPLv2+)",
"mit", "mit",
"mit license", "mit license",
"mit-cmu",
"python software foundation", "python software foundation",
"psf",
"psf-2.0",
"Historical Permission Notice and Disclaimer (HPND)", "Historical Permission Notice and Disclaimer (HPND)",
"public domain", "public domain",
'The Unlicense (Unlicense)', 'The Unlicense (Unlicense)',
"isc", "isc",
"ISC License (ISCL)",
'Mozilla Public License 2.0 (MPL 2.0)', 'Mozilla Public License 2.0 (MPL 2.0)',
] ]
unauthorized_licenses = [ unauthorized_licenses = [