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
spdx-utils: Ignore the '+' operator for SPDX license texts
Ignore the '+' operator when getting the license text of an SPDX
license. For example, for the id 'Apache-2.0+' return the license text
for 'Apache-2.0'. This is valid, because in the example 'Apache-2.0' is
a valid license for the expression.
Choosing a later version of the license should be implemented as an
extension of the license choice feature.
Fixes#5004.
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.io>
0 commit comments