Skip to content

Commit 40ed77a

Browse files
committed
docs(toolc/curations): Provide the GitHub issue for a category override
Signed-off-by: Frank Viernau <[email protected]>
1 parent 9300bcd commit 40ed77a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ private const val CATEGORY_GENERIC = "generic"
4949
private const val CATEGORY_UNKNOWN = "unknown"
5050

5151
private val OVERRIDE_LICENSE_CATEGORIES = mapOf(
52+
// https://github.com/nexB/scancode-toolkit/issues/3317.
5253
"LicenseRef-scancode-ms-cla" to CATEGORY_CLA
5354
).mapKeys { (license, _) -> SpdxSingleLicenseExpression.parse(license) }
5455

0 commit comments

Comments
 (0)