Skip to content

Commit

Permalink
Update LicenseListVersion to 3.19
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Etienne Vargenau <[email protected]>
  • Loading branch information
vargenau committed Dec 7, 2022
1 parent 2dd3599 commit 38f20a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/spdx-tag-value-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following fields should appear *once*, at the beginning of the SPDX document
2.3 | SPDX Identifier | Yes | identifier for the SPDX document itself; always `SPDXRef-DOCUMENT` | `SPDXID: SPDXRef-DOCUMENT`
2.4 | Document Name | Yes | human-readable name for the SPDX document itself | `DocumentName: Tern report for ACME Dockerfile`
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`
2.7 | License List Version | No | release version of the SPDX License List being used | `LicenseListVersion: 3.17`
2.7 | License List Version | No | release version of the SPDX License List being used | `LicenseListVersion: 3.19`
2.8 | Creator | Yes | one or more people, orgs or tools used to create the SPDX document | `Creator: Tool: tern-2.10`
2.9 | Created | Yes | the time and date when the SPDX document was created (ISO 8601; UTC) | `Created: 2019-03-15T08:25:00Z`

Expand Down
2 changes: 1 addition & 1 deletion tern/formats/spdx/spdxjson/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'the Tern Project: https://github.com/tern-tools/tern'
document_namespace = 'https://spdx.org/spdxdocs/tern-' \
'report-{version}-{image}-{uuid}'
license_list_version = '3.17'
license_list_version = '3.19'
creator = 'Tool: tern-{version}'
created = '{timestamp}'

Expand Down
2 changes: 1 addition & 1 deletion tern/formats/spdx/spdxtagvalue/formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'the Tern Project: https://github.com/tern-tools/tern</text>'
document_namespace = 'DocumentNamespace: https://spdx.org/spdxdocs/tern-' \
'report-{version}-{image}-{uuid}'
license_list_version = 'LicenseListVersion: 3.17'
license_list_version = 'LicenseListVersion: 3.19'
creator = 'Creator: Tool: tern-{version}'
created = 'Created: {timestamp}'

Expand Down

0 comments on commit 38f20a6

Please sign in to comment.