Skip to content

Commit

Permalink
docs(scancode): Clarify which ScanCode versions are affected by an issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Nov 18, 2024
1 parent 79aab39 commit 76fd3e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/spdx/src/main/kotlin/Utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ private fun getLicenseTextFile(id: String, dir: File): File? =
idWithoutLicenseRefNamespace,
"$idWithoutLicenseRefNamespace.LICENSE",
"x11-xconsortium_veillard.LICENSE".takeIf {
// Work around for https://github.com/aboutcode-org/scancode-toolkit/issues/2813.
// Work around for https://github.com/aboutcode-org/scancode-toolkit/issues/2813 which affects ScanCode
// versions below 31.0.0.
id == "LicenseRef-scancode-x11-xconsortium-veillard"
}
).firstNotNullOfOrNull { filename ->
Expand Down

0 comments on commit 76fd3e3

Please sign in to comment.