Skip to content

Commit ba67656

Browse files
vargenaurnjudge
authored andcommitted
Update LicenseListVersion to 3.20
Update "Creator: Tool" to tern-2.11 Signed-off-by: Marc-Etienne Vargenau <[email protected]>
1 parent ea97fb6 commit ba67656

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/spdx-tag-value-mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ 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.19`
31-
2.8 | Creator | Yes | one or more people, orgs or tools used to create the SPDX document | `Creator: Tool: tern-2.10`
30+
2.7 | License List Version | No | release version of the SPDX License List being used | `LicenseListVersion: 3.20`
31+
2.8 | Creator | Yes | one or more people, orgs or tools used to create the SPDX document | `Creator: Tool: tern-2.11`
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

3434
### Package

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.19'
20+
license_list_version = '3.20'
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.19'
23+
license_list_version = 'LicenseListVersion: 3.20'
2424
creator = 'Creator: Tool: tern-{version}'
2525
created = 'Created: {timestamp}'
2626

0 commit comments

Comments
 (0)