diff --git a/model/ExpandedLicensing/Vocabularies/NoAssertionLicense.md b/model/ExpandedLicensing/Vocabularies/NoAssertionLicense.md new file mode 100644 index 000000000..178da1b7a --- /dev/null +++ b/model/ExpandedLicensing/Vocabularies/NoAssertionLicense.md @@ -0,0 +1,24 @@ +SPDX-License-Identifier: Community-Spec-1.0 + +# NoAssertionLicense + +## Summary +An Individual Value for License when no assertion can be made about it's actual value. + + +## Description + +NoAssertion should be used if the SPDX creator has attempted to but cannot reach a reasonable objective determination; +the SPDX creator has made no attempt to determine this field; or +the SPDX creator has intentionally provided no information (no meaning should be implied by doing so). + +## Metadata + +- name: NoAssertionLicense +- type: License + +## Property Values + +- name: "NOASSERTION" +- /SimpleLicensing/licenseText: "Not Applicable: Text for a NOASSERTION License" + diff --git a/model/ExpandedLicensing/Vocabularies/NoneLicense.md b/model/ExpandedLicensing/Vocabularies/NoneLicense.md new file mode 100644 index 000000000..30fe5a073 --- /dev/null +++ b/model/ExpandedLicensing/Vocabularies/NoneLicense.md @@ -0,0 +1,22 @@ +SPDX-License-Identifier: Community-Spec-1.0 + +# NoneLicense + +## Summary +An Individual Value for License no license is present. + + +## Description + +The SPDX document creator concludes there is no license available for this package + +## Metadata + +- name: NoneLicense +- type: License + +## Property Values + +- name: "NONE" +- /SimpleLicensing/licenseText: "Not Applicable: Text for a NONE License" +