LicenseCheck parses the license as just GNU GENERAL PUBLIC LICENSE V2, even though:
|
license.text = "GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones)" |
And so it shows up as a fail for LicenseRef-Proprietary even though I assume (IANAL) such use is permissible?
I'm hoping there is some PEP 639 compatible license identifier which would correct this?
LicenseCheck parses the license as just
GNU GENERAL PUBLIC LICENSE V2, even though:pyinstaller/pyproject.toml
Line 7 in 85c4e8e
And so it shows up as a fail for
LicenseRef-Proprietaryeven though I assume (IANAL) such use is permissible?I'm hoping there is some PEP 639 compatible license identifier which would correct this?