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
While perusing the SPDX generation code, I noticed that here all licenses from files are converted to LicenseRef-style license identifiers. This means that these should all show up in ExtractedLicensingInfo. However, for ExtractedLicensingInfo only non-valid licenses are written here and here, meaning that valid licenses would be referenced via LicenseRef-Identifiers that are never defined.
I don't have a reproducible example yet, as the ones I tried so far don't contain LicenseInfoFromFiles. This may also be the reason why this hasn't come up yet?
The text was updated successfully, but these errors were encountered:
Thanks for the heads up @armintaenzertng. In order to get license info in files try using the Scancode extension. In the mean time, I'll try to dig a little deeper in the code and make sure this is actually a bug.
While perusing the SPDX generation code, I noticed that here all licenses from files are converted to
LicenseRef
-style license identifiers. This means that these should all show up inExtractedLicensingInfo
. However, forExtractedLicensingInfo
only non-valid licenses are written here and here, meaning that valid licenses would be referenced viaLicenseRef
-Identifiers that are never defined.I don't have a reproducible example yet, as the ones I tried so far don't contain LicenseInfoFromFiles. This may also be the reason why this hasn't come up yet?
The text was updated successfully, but these errors were encountered: