You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Info
┏━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓
┃ Item ┃ Value ┃
┡━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩
│ program │ licensecheck │
│ version │ 2024.3 │
│ license │ MIT LICENSE │
│ project_license │ PROPRIETARY LICENSE │
└─────────────────┴─────────────────────┘
List Of Packages
┏━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Compatible ┃ Package ┃ License(s) ┃
┡━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ ✖ │ certifi │ MOZILLA PUBLIC LICENSE 2.0 (MPL 2.0)│
└────────────┴─────────┴──────────────────────────────────────┘
I would have thought that setting MPL on the allowlist would make MPL projects compatible, but it seems the project license is also taken into account (if I set -l MPL I get a check-mark). Is that how it's supposed to work?
The text was updated successfully, but these errors were encountered:
Your Question
My issue can be replicated with the following setup:
requirements.txt
command
output
I would have thought that setting MPL on the allowlist would make MPL projects compatible, but it seems the project license is also taken into account (if I set
-l MPL
I get a check-mark). Is that how it's supposed to work?The text was updated successfully, but these errors were encountered: