You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates Tern documentation to reflect the current version
of the SPDX spec, SPDX-2.2.
Signed-off-by: Marc-Etienne Vargenau <[email protected]>
Signed-off-by: Rose Judge <[email protected]>
Copy file name to clipboardExpand all lines: docs/project-roadmap.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
9
9
We will also continue to work on the following:
10
-
- We will continue to support the SPDX format for container images. To that end, we will make changes to update the format of the document as the [spec](https://spdx.org/sites/cpstandard/files/pages/files/spdxversion2.1.pdf) evolves.
10
+
- We will continue to support the SPDX format for container images. To that end, we will make changes to update the format of the document as the [spec](https://spdx.github.io/spdx-spec/) evolves.
11
11
- As usual, we will continue to work on our technical debt and bug fixes.
12
12
13
13
This timetable is based on time, resources and feedback from you and will change accordingly.
Copy file name to clipboardExpand all lines: docs/spdx-tag-value-mapping.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,29 @@ This file describes a potential mapping between Tern's data structures and the r
6
6
7
7
In particular, it will focus on highlighting any necessary data items that are deemed "mandatory" by the SPDX specification.
8
8
9
-
Version 2.1 of [the SPDX specification](https://spdx.org/specifications) will be used, since it is the most recent minor release. Relevant details of the SPDX tag-value format can be found in [the overview document](spdx-tag-value-overview.md) in this directory.
9
+
Version 2.2 of [the SPDX specification](https://spdx.org/specifications) will be used, since it is the most recent minor release. Relevant details of the SPDX tag-value format can be found in [the overview document](spdx-tag-value-overview.md) in this directory.
10
10
11
11
## Relevant Fields
12
12
13
13
The following table contains (1) all fields that are designated by the SPDX specification as 'mandatory', for the SPDX elements that Tern is likely to use; and (2) any additional fields that are optional but likely to be useful for Tern.
14
14
15
15
Thoughts on mapping these fields to Tern's data model are described in the **Mapping** section below.
16
16
17
-
Section (§) numbers are references to the relevant portions of [the SPDX specification](https://spdx.org/specifications), version 2.1. Examples should be assumed to be on a single line, though a Markdown formatter might split them across lines.
17
+
Section (§) numbers are references to the relevant portions of [the SPDX specification](https://spdx.org/specifications), version 2.2. Examples should be assumed to be on a single line, though a Markdown formatter might split them across lines.
18
18
19
19
### Document Creation
20
20
21
21
The following fields should appear *once*, at the beginning of the SPDX document:
22
22
23
23
§ | SPDX Field name | Mandatory? | Brief description | Example
Copy file name to clipboardExpand all lines: docs/spdx-tag-value-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ An SPDX document consists of a series of colon-separateed tag/value pairs, one p
15
15
For example, the following tag-value pairs define the version of [the SPDX specification](https://spdx.org/specifications) that is used by the document, and a name for the SPDX document:
0 commit comments