Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/spdx-tag-value-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPDX-License-Identifier: BSD-2-Clause

This file provides an overview of the [SPDX](https://spdx.org/) tag-value format, with focus on the particular aspects that are relevant to Tern.

Currently, SPDX has two official formats: RDF and tag-value. These formats are interchangeable using the official [SPDX tools for Java](https://github.com/spdx/tools/]). Other formats, such as JSON, are under consideration by the SPDX project.
Currently, SPDX has two official formats: RDF and tag-value. These formats are interchangeable using the official [SPDX tools for Java](https://github.com/spdx/tools/). Other formats, such as JSON, are under consideration by the SPDX project.

The present document will only address the tag-value format.

Expand Down