Skip to content

Commit a43f452

Browse files
committed
fix(tool/curations): Add the missing license attribute
The attribute has been added upstream. It holds the name of the `$license-key.LICENSE` file. Signed-off-by: Frank Viernau <[email protected]>
1 parent 4f1e2de commit a43f452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/curations/buildSrc/src/main/kotlin/ScanCodeLicenseDbClassifications.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ private data class License(
7070
val category: String,
7171
val json: String,
7272
val yaml: String,
73-
val html: String
73+
val html: String,
74+
val license: String
7475
)
7576

7677
private data class LicenseDetails(

0 commit comments

Comments
 (0)