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
{{ message }}
This repository was archived by the owner on May 25, 2022. It is now read-only.
I am very interested in your proposal for SPDX Lite documents! It looks like a helpful way to exchange key information at a package level.
I work with the SPDX project and did want to note one other section of a few fields that are considered "mandatory" for SPDX documents. These are some of the fields in section 2 of the SPDX specification, "Document Creation Information". In an SPDX document, these fields would need to appear only once.
Here are the specific fields that I believe should be included in an SPDX document:
SPDX version 2.1
Rationale
Example
2.1 SPDX Version
To say which version of the SPDX specification is being used
SPDXVersion: SPDX-2.1
2.2 Data License
To say which license applies to the SPDX document data itself; SPDX requires CC0-1.0
DataLicense: CC0-1.0
2.3 SPDX Identifier
To create a reference to the SPDX document itself
SPDXID: SPDXRef-DOCUMENT
2.4 Document Name
To provide a short name to describe the SPDX document's topic
DocumentName: Acme-Project-0.0.1
2.5 SPDX Document Namespace
To provide a unique namespace specific to this SPDX document
Hello OpenChain Japan Work Group,
I am very interested in your proposal for SPDX Lite documents! It looks like a helpful way to exchange key information at a package level.
I work with the SPDX project and did want to note one other section of a few fields that are considered "mandatory" for SPDX documents. These are some of the fields in section 2 of the SPDX specification, "Document Creation Information". In an SPDX document, these fields would need to appear only once.
Here are the specific fields that I believe should be included in an SPDX document:
SPDXVersion: SPDX-2.1DataLicense: CC0-1.0SPDXID: SPDXRef-DOCUMENTDocumentName: Acme-Project-0.0.1DocumentNamespace: http://example.com/Acme-Project-0.0.1-abcdefCreator: Person: John DoeCreated: 2019-03-11T06:30:22ZHere is one example of what this could look like, for a tag-value SPDX document:
I would be very happy to answer any questions you might have about this. Thank you again for your help with developing this.