File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
utils/spdx/src/main/resources Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
# SPDX-License-Identifier: Apache-2.0
16
16
# License-Filename: LICENSE
17
17
18
+ # A mapping from license strings collected from the declared licenses of Open Source packages to SPDX expressions. This
19
+ # mapping only contains license strings which can *not* be parsed by [SpdxExpression.parse], for example because the
20
+ # license names contain white spaces. See [SpdxSimpleLicenseMapping] for a mapping of varied license names.
21
+
18
22
# Sort the entries below via IntelliJ's "Edit" -> "Sort Lines".
19
23
# Map a declared license string to "NONE" in order to discard it.
20
24
---
Original file line number Diff line number Diff line change 15
15
# SPDX-License-Identifier: Apache-2.0
16
16
# License-Filename: LICENSE
17
17
18
+ # A mapping from simple license names to valid SPDX license IDs. This mapping only contains license strings which *can*
19
+ # be parsed by [SpdxExpression.parse] but have a corresponding valid SPDX license ID that should be used instead. See
20
+ # [SpdxDeclaredLicenseMapping] for a mapping of unparsable license strings.
21
+
18
22
# Sort the entries below via IntelliJ's "Edit" -> "Sort Lines".
19
23
---
20
24
You can’t perform that action at this time.
0 commit comments