Skip to content

Commit 66bf17b

Browse files
committed
docs(spdx-utils): Remove an obsolete SpdxSimpleLicenseMapping sentence
The remark about ambiguity due to a missing version became somewhat obsolete with e7247e0. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent aa681e7 commit 66bf17b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/spdx/src/main/kotlin/SpdxSimpleLicenseMapping.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ import com.fasterxml.jackson.module.kotlin.readValue
2323

2424
/**
2525
* A mapping from simple license names to valid SPDX license IDs. This mapping only contains license strings which *can*
26-
* be parsed by [SpdxExpression.parse] but have a corresponding valid SPDX license ID that should be used instead. When
27-
* mapping a name without any indication of a version to an ID with a version, the most commonly used version at the
28-
* time of writing is used. See [SpdxDeclaredLicenseMapping] for a mapping of unparsable license strings.
26+
* be parsed by [SpdxExpression.parse] but have a corresponding valid SPDX license ID that should be used instead. See
27+
* [SpdxDeclaredLicenseMapping] for a mapping of unparsable license strings.
2928
*/
3029
object SpdxSimpleLicenseMapping {
3130
/**

0 commit comments

Comments
 (0)