Skip to content

Commit 2dd3599

Browse files
authored
Update LicenseListVersion: 3.17
Update LicenseListVersion to 3.17 for SPDX formats. Signed-off-by: Marc-Etienne Vargenau <[email protected]>
2 parents d916d77 + 0bb0e90 commit 2dd3599

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/spdx-tag-value-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following fields should appear *once*, at the beginning of the SPDX document
2727
2.3 | SPDX Identifier | Yes | identifier for the SPDX document itself; always `SPDXRef-DOCUMENT` | `SPDXID: SPDXRef-DOCUMENT`
2828
2.4 | Document Name | Yes | human-readable name for the SPDX document itself | `DocumentName: Tern report for ACME Dockerfile`
2929
2.5 | SPDX Document Namespace | Yes| unique absolute URI for the SPDX document itself | `DocumentNamespace: https://example.com/spdxdocs/tern-report-ACME-1.0.1-123456`
30-
2.7 | License List Version | No | release version of the SPDX License List being used | `LicenseListVersion: 3.16`
30+
2.7 | License List Version | No | release version of the SPDX License List being used | `LicenseListVersion: 3.17`
3131
2.8 | Creator | Yes | one or more people, orgs or tools used to create the SPDX document | `Creator: Tool: tern-2.10`
3232
2.9 | Created | Yes | the time and date when the SPDX document was created (ISO 8601; UTC) | `Created: 2019-03-15T08:25:00Z`
3333

tern/formats/spdx/spdxjson/formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'the Tern Project: https://github.com/tern-tools/tern'
1818
document_namespace = 'https://spdx.org/spdxdocs/tern-' \
1919
'report-{version}-{image}-{uuid}'
20-
license_list_version = '3.8'
20+
license_list_version = '3.17'
2121
creator = 'Tool: tern-{version}'
2222
created = '{timestamp}'
2323

tern/formats/spdx/spdxtagvalue/formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'the Tern Project: https://github.com/tern-tools/tern</text>'
2121
document_namespace = 'DocumentNamespace: https://spdx.org/spdxdocs/tern-' \
2222
'report-{version}-{image}-{uuid}'
23-
license_list_version = 'LicenseListVersion: 3.8'
23+
license_list_version = 'LicenseListVersion: 3.17'
2424
creator = 'Creator: Tool: tern-{version}'
2525
created = 'Created: {timestamp}'
2626

0 commit comments

Comments
 (0)