1
0

add more allowed licenses

This commit is contained in:
Michael Hoennig
2022-08-08 12:12:02 +02:00
parent c4531cb217
commit 80f342eeae
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"allowedLicenses": [
{ "moduleLicense": "Apache 2.0" },
{ "moduleLicense": "Apache License 2.0" },
{ "moduleLicense": "Apache License, Version 2.0" },
{ "moduleLicense": "The Apache Software License, Version 2.0" },
@ -21,6 +22,7 @@
{ "moduleLicense": "Eclipse Public License v 2.0" },
{ "moduleLicense": "Eclipse Public License v. 2.0" },
{ "moduleLicense": "GNU Library General Public License v2.1 or later" },
{ "moduleLicense": "GNU General Public License, version 2 with the GNU Classpath Exception" },
{ "moduleLicense": "GPL2 w/ CPE" },