Skip to content

Commit

Permalink
Merge pull request #72 from carmenbianca/toml-spdx
Browse files Browse the repository at this point in the history
Optional SPDX keys in REUSE.toml
  • Loading branch information
carmenbianca authored Jun 24, 2024
2 parents 0a32096 + d935032 commit 4bb1edc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/content/en/spec-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ to zero or more Covered Files. It has the following keys:
table's Covered Files.

You MAY include other keys and tables to convey additional information. Their
semantics are not defined by this specification.
semantics are not defined by this specification. If you wish to include other
keys, you are RECOMMENDED to use existing SPDX tags. For example, you could use
`SPDX-FileComment` in an `[[annotations]]` table to add context to what you're
doing, or `SPDX-FileContributor` to credit additional contributors.

Although the keys to associate Licensing Information with the Covered File are
OPTIONAL, the complete Licensing Information MUST still be associated with the
Expand Down

0 comments on commit 4bb1edc

Please sign in to comment.