-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔨 Build: verify on check that all dependencies have compatible licenses
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"allowedLicenses": [ | ||
{ "moduleLicense": "MIT" }, | ||
{ "moduleLicense": "MIT License" }, | ||
{ "moduleLicense": "The MIT License" }, | ||
|
||
{ "moduleLicense": "BSD-2-Clause" }, | ||
{ "moduleLicense": "BSD 2-Clause" }, | ||
{ "moduleLicense": "The BSD 2-Clause License" }, | ||
|
||
{ "moduleLicense": "BSD-3-Clause" }, | ||
{ "moduleLicense": "BSD 3-Clause" }, | ||
{ "moduleLicense": "The BSD 3-Clause License" }, | ||
|
||
{ "moduleLicense": "Apache-2.0" }, | ||
{ "moduleLicense": "Apache 2.0" }, | ||
{ "moduleLicense": "The Apache Software License, Version 2.0" }, | ||
{ "moduleLicense": "The Apache License, Version 2.0" }, | ||
{ "moduleLicense": "Apache License, Version 2.0" }, | ||
|
||
{ "moduleLicense": "GPL-2.0-or-later" }, | ||
{ "moduleLicense": "GPL-2.0+" }, | ||
{ "moduleLicense": "GNU General Public License v2.0 or later" }, | ||
|
||
{ "moduleLicense": "GPL-1.0-or-later" }, | ||
{ "moduleLicense": "GPL-1.0+" }, | ||
{ "moduleLicense": "GNU General Public License v1.0 or later" }, | ||
|
||
{ "moduleLicense": "LGPL-2.1-or-later" }, | ||
{ "moduleLicense": "LGPL-2.1+" }, | ||
{ "moduleLicense": "GNU Lesser General Public License v2.1 or later" }, | ||
|
||
{ "moduleLicense": "LGPL-2.0-or-later" }, | ||
{ "moduleLicense": "LGPL-2.0+" }, | ||
{ "moduleLicense": "GNU Library General Public License v2.0 or later" }, | ||
|
||
{ "moduleLicense": "Zlib" }, | ||
{ "moduleLicense": "zlib License" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters