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.
1 parent f8c8587 commit 231d4c7Copy full SHA for 231d4c7
tools/curations/buildSrc/src/main/kotlin/ScanCodeLicenseDbClassifications.kt
@@ -203,7 +203,8 @@ fun generateLicenseClassificationsYaml(): String {
203
204
licenseClassifications.run {
205
LOGGER.quiet(
206
- "Generated a license classification with ${categorizations.size} license and ${categories.size} categories."
+ "Generated a license classification with ${categorizations.size} licenses and ${categories.size} " +
207
+ "categories."
208
)
209
}
210
0 commit comments