We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbda1d commit 9b1c0ceCopy full SHA for 9b1c0ce
java-client/build.gradle.kts
@@ -239,6 +239,7 @@ class SpdxReporter(val dest: File) : ReportRenderer {
239
"BSD Zero Clause License" to "0BSD",
240
"Eclipse Public License 2.0" to "EPL-2.0",
241
"Eclipse Public License v. 2.0" to "EPL-2.0",
242
+ "Eclipse Public License - v 2.0" to "EPL-2.0",
243
"GNU General Public License, version 2 with the GNU Classpath Exception" to "GPL-2.0 WITH Classpath-exception-2.0",
244
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0" to "CDDL-1.0"
245
)
0 commit comments