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(scancode): Use the SPDX license expression via the interface
This allows to drop the case distinction based on the version, which
actually is a code smell: The model mapper should exclusively use the
interfaces in a version-agnostic way, and the implementations of the
interfaces should handle the version-specifics.
While at it, remove a misleading code comment and adjust a variable
name.
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments