-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace unmantained Gradle license plugin
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
- Loading branch information
Showing
6 changed files
with
318 additions
and
246 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,65 @@ | ||
{ | ||
"allowedLicenses": [ | ||
{ | ||
"moduleLicense": "Apache License, Version 2.0", | ||
"moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0" | ||
}, | ||
{ | ||
"moduleLicense": "BSD Zero Clause License", | ||
"moduleLicenseUrl": "https://opensource.org/licenses/0BSD" | ||
}, | ||
{ | ||
"moduleLicense" : "The 2-Clause BSD License", | ||
"moduleLicenseUrl" : "https://opensource.org/licenses/BSD-2-Clause" | ||
}, | ||
{ | ||
"moduleLicense": "The 3-Clause BSD License", | ||
"moduleLicenseUrl": "https://opensource.org/licenses/BSD-3-Clause" | ||
}, | ||
{ | ||
"moduleLicense": "Bouncy Castle Licence", | ||
"moduleLicenseUrl": "https://www.bouncycastle.org/licence.html" | ||
}, | ||
{ | ||
"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0", | ||
"moduleLicenseUrl": "https://oss.oracle.com/licenses/CDDL" | ||
}, | ||
{ | ||
"moduleLicense" : "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1", | ||
"moduleLicenseUrl" : "https://oss.oracle.com/licenses/CDDL-1.1" | ||
}, | ||
{ | ||
"moduleLicense": "Eclipse Distribution License - v 1.0", | ||
"moduleLicenseUrl": "http://www.eclipse.org/legal/epl-v10.html" | ||
}, | ||
{ | ||
"moduleLicense": "Eclipse Public License - v 2.0", | ||
"moduleLicenseUrl": "https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt" | ||
}, | ||
{ | ||
"moduleLicense": "MIT License", | ||
"moduleLicenseUrl": "https://opensource.org/licenses/MIT" | ||
}, | ||
{ | ||
"moduleLicense": "CC0-1.0", | ||
"moduleLicenseUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode" | ||
}, | ||
{ | ||
"moduleLicense": "Public-Domain" | ||
}, | ||
{ | ||
"moduleLicense": "Unicode/ICU License", | ||
"moduleLicenseUrl": "https://raw.githubusercontent.com/unicode-org/icu/main/icu4c/LICENSE" | ||
}, | ||
{ | ||
"moduleLicense": "Creative Commons Legal Code", | ||
"moduleVersion": "1.0.3", | ||
"moduleName": "org.reactivestreams:reactive-streams" | ||
}, | ||
{ | ||
"moduleLicense": "Eclipse Public License - v 1.0", | ||
"moduleVersion": "4.13.2", | ||
"moduleName": "junit:junit" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.