Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add licenseListVersion back to CreationInfo #480

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion model/Core/Classes/CreationInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ The dateTime created is often the date of last change (e.g., a git commit date),
- type: xsd:string
- minCount: 1
- maxCount: 1

- licenseListVersion
- type: xsd:string
- maxCount: 1
18 changes: 18 additions & 0 deletions model/Core/Properties/licenseListVersion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
SPDX-License-Identifier: Community-Spec-1.0

# licenseListVersion

## Summary

An optional field for creators of the SPDX Element to provide the version of the SPDX License List used when the SPDX Element was created.

## Description

Recognizing that licenses are added to the SPDX License List with each subsequent version, the intent is to provide recipients of the SPDX Element with the version of the SPDX License List used. This anticipates that in the future, an SPDX Element might have used a version of the SPDX License List that is older than the then current one.

## Metadata

- name: licenseListVersion
- Nature: DataProperty
- Range: xsd:string