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
feat(spdx): Expose the validation of license text files' existence
ORT has a complicate logic to search for a file containing the full license
text of a given license: several search paths are tried. Unfortunately,
the latter are not exposed, making it hard for an alternative
`LicenseTextProvider` to have the same logic. Additionally, the current
code assumes that the license files are on a local storage and the I/Os are
therefore cheap. To allow the current utility function to be used with a
`LicenseTextProvider` that works with license text files stored on a
network storage, this commit exposes the validation function.
Signed-off-by: Nicolas Nobelis <[email protected]>
0 commit comments