Skip to content

Commit

Permalink
Fix licence reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Aug 21, 2023
1 parent b49348c commit 768b824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ licenseReport {
class SpdxReporter(val dest: File) : ReportRenderer {
// License names to their SPDX identifier
val spdxIds = mapOf(
"The Apache License, Version 2.0" to "Apache-2.0",
"Apache License, Version 2.0" to "Apache-2.0",
"The Apache Software License, Version 2.0" to "Apache-2.0",
"BSD Zero Clause License" to "0BSD",
Expand Down

0 comments on commit 768b824

Please sign in to comment.