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 bcc3cdc commit e644284Copy full SHA for e644284
plugins/reporters/spdx/src/main/kotlin/Extensions.kt
@@ -152,6 +152,8 @@ internal fun Package.toSpdxPackage(
152
}
153
154
val resolvedLicenseExpressions = licenseInfoResolver.resolveLicenseInfo(id).filterExcluded()
155
+ .applyChoices(ortResult.getPackageLicenseChoices(id))
156
+ .applyChoices(ortResult.getRepositoryLicenseChoices())
157
158
val declaredPackageLicenses = resolvedLicenseExpressions.filter(LicenseView.ONLY_DECLARED)
159
0 commit comments