add more allowed licenses
This commit is contained in:
parent
c4531cb217
commit
80f342eeae
@ -361,6 +361,7 @@ New licenses can be added to that list after a legal investigation.
|
||||
*GPL* (*GNU General Public License*) is only allowed with classpath exception.
|
||||
Do <u>not</u> use any dependencies under *GPL* without this exception,
|
||||
except if these offer an alternative license which is allowed.
|
||||
*LGPL* (*GNU <u>Library</u> General Public License*) is also allowed.
|
||||
|
||||
To run just the dependency-license-compatibility check, use:
|
||||
|
||||
|
@ -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" },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user