Skip to content

Commit 4f1e2de

Browse files
committed
fix(tools/curations): Re-align with the moving text to the details
The property has been moved upstream, out of the index into the license details. Signed-off-by: Frank Viernau <[email protected]>
1 parent 3997acc commit 4f1e2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ private data class License(
7070
val category: String,
7171
val json: String,
7272
val yaml: String,
73-
val html: String,
74-
val text: String
73+
val html: String
7574
)
7675

7776
private data class LicenseDetails(
7877
val key: String,
7978
val shortName: String,
8079
val name: String,
80+
val text: String,
8181
val category: String,
8282
val owner: String,
8383
val homepageUrl: String? = null,

0 commit comments

Comments
 (0)