You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Drop an invalid case from getLicenseId()
The SPDX license list won't contain multiple keys for any particular
license. So, `otherSpdxLicenseKeys`, if present, may only hold license
IDs of the form `LicenseRef-*`. As ORT's ScanCode integration only ever
returns either an identifier from the SPDX license list or
`LicenseRef-$key`, the values of `otherSpdxLicenseKeys` should be
ignored.
Signed-off-by: Frank Viernau <[email protected]>
0 commit comments