mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
feat(licenses): extend allowed licenses in configuration
- Added "Mozilla Public License, Version 2.0" to allowed licenses - Added "Mozilla Public License 2.0 (MPL-2.0)" to allowed licenses - Added "CDDL+GPL License" to allowed licenses - Added "BSD" to allowed licenses Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
parent
a0b9f8178d
commit
3bdf7c7400
@ -96,6 +96,22 @@
|
||||
"moduleName": ".*",
|
||||
"moduleLicense": "MPL 2.0"
|
||||
},
|
||||
{
|
||||
"moduleName": ".*",
|
||||
"moduleLicense": "Mozilla Public License, Version 2.0"
|
||||
},
|
||||
{
|
||||
"moduleName": ".*",
|
||||
"moduleLicense": "Mozilla Public License 2.0 (MPL-2.0)"
|
||||
},
|
||||
{
|
||||
"moduleName": ".*",
|
||||
"moduleLicense": "CDDL+GPL License"
|
||||
},
|
||||
{
|
||||
"moduleName": ".*",
|
||||
"moduleLicense": "BSD"
|
||||
},
|
||||
{
|
||||
"moduleName": ".*",
|
||||
"moduleLicense": "UnboundID SCIM2 SDK Free Use License"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user