Skip to content

Commit 9b1c0ce

Browse files
committed
Update SpdxReporter
1 parent bdbda1d commit 9b1c0ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-client/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ class SpdxReporter(val dest: File) : ReportRenderer {
239239
"BSD Zero Clause License" to "0BSD",
240240
"Eclipse Public License 2.0" to "EPL-2.0",
241241
"Eclipse Public License v. 2.0" to "EPL-2.0",
242+
"Eclipse Public License - v 2.0" to "EPL-2.0",
242243
"GNU General Public License, version 2 with the GNU Classpath Exception" to "GPL-2.0 WITH Classpath-exception-2.0",
243244
"COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0" to "CDDL-1.0"
244245
)

0 commit comments

Comments
 (0)