I see that pyWin32 is marked as manually excluded from license checking, with the logic that it's a PSF licensed package. This is definitely not the case, the code is a mess of conflicting license terms.
I'm not sure what we're using the license check action for, and what we claim it to be, but if anyone is using it as justification for legal purposes we need to be aware of the issues.
For example:
The adodbapi package is LGPL 2.1 - https://github.com/mhammond/pywin32/blob/main/adodbapi/adodbapi.py
The Scintilla vendored package is MIT - https://github.com/mhammond/pywin32/blob/main/Pythonwin/Scintilla/License.txt
The com package is old style BSD - https://github.com/mhammond/pywin32/blob/main/com/License.txt
I see that pyWin32 is marked as manually excluded from license checking, with the logic that it's a PSF licensed package. This is definitely not the case, the code is a mess of conflicting license terms.
I'm not sure what we're using the license check action for, and what we claim it to be, but if anyone is using it as justification for legal purposes we need to be aware of the issues.
For example:
The adodbapi package is LGPL 2.1 - https://github.com/mhammond/pywin32/blob/main/adodbapi/adodbapi.py
The Scintilla vendored package is MIT - https://github.com/mhammond/pywin32/blob/main/Pythonwin/Scintilla/License.txt
The com package is old style BSD - https://github.com/mhammond/pywin32/blob/main/com/License.txt