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.
text
1 parent 3997acc commit 4f1e2deCopy full SHA for 4f1e2de
tools/curations/buildSrc/src/main/kotlin/ScanCodeLicenseDbClassifications.kt
@@ -70,14 +70,14 @@ private data class License(
70
val category: String,
71
val json: String,
72
val yaml: String,
73
- val html: String,
74
- val text: String
+ val html: String
75
)
76
77
private data class LicenseDetails(
78
val key: String,
79
val shortName: String,
80
val name: String,
+ val text: String,
81
82
val owner: String,
83
val homepageUrl: String? = null,
0 commit comments