File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
evaluator-rules/src/main/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ fun getLicensesForCategory(category: String): Set<SpdxSingleLicenseExpression> =
40
40
}
41
41
42
42
val commercialLicenses = getLicensesForCategory(" commercial" )
43
- val contributorLicenseAgreementLicenenses = getLicensesForCategory(" contributor-license-agreement " )
43
+ val claLicenses = getLicensesForCategory(" cla " )
44
44
val copyleftLicenses = getLicensesForCategory(" copyleft" )
45
45
val copyleftLimitedLicenses = getLicensesForCategory(" copyleft-limited" )
46
46
val freeRestrictedLicenses = getLicensesForCategory(" free-restricted" )
@@ -87,7 +87,7 @@ val ignoredLicenses = listOf(
87
87
*/
88
88
val handledLicenses = listOf (
89
89
commercialLicenses,
90
- contributorLicenseAgreementLicenenses ,
90
+ claLicenses ,
91
91
copyleftLicenses,
92
92
copyleftLimitedLicenses,
93
93
freeRestrictedLicenses,
You can’t perform that action at this time.
0 commit comments