Files
opencloud/services/idp/license-checker-clarifications.json
Ralf Haferkamp f559033649 idp: license-checker use clarifications file where heuristics fail
i18next-conv@14.0.0 and p-from-callback@1.0.1 are MIT licensed according
to there License files.

Also remove po2json from the exclude list, we don't seem to use that
anymore.
2023-09-18 12:54:25 +02:00

15 lines
355 B
JSON

{
"i18next-conv@14.0.0": {
"licenses": "MIT",
"licenseFile": "LICENSE.md",
"licenseStart": "# MIT License",
"licenseEnd": "========="
},
"p-from-callback@1.0.1": {
"licenses": "MIT",
"licenseFile": "LICENSE.md",
"licenseStart": "# MIT License",
"licenseEnd": "========="
}
}