diff --git a/docs/annexes/license-matching-guidelines-and-templates.md b/docs/annexes/license-matching-guidelines-and-templates.md index 7d8f3ffe88..eec4c7ee0a 100644 --- a/docs/annexes/license-matching-guidelines-and-templates.md +++ b/docs/annexes/license-matching-guidelines-and-templates.md @@ -48,7 +48,7 @@ The following XML tag is used to implement this guideline. `` with 2 attrib The original text is enclosed within the beginning and ending alt tags. For example: -`Copyright Linux Foundation` +`Copyright The Linux Foundation` The original replaceable text appears on the SPDX License List webpage in red text. @@ -184,7 +184,7 @@ Ignore copyright notices. A copyright notice consists of the following elements, The following XML tag is used to implement this guideline: `` -For example: `Copyright 2022 Linux Foundation` +For example: `Copyright 2022 The Linux Foundation` ## C.12 License name or title diff --git a/docs/references.md b/docs/references.md index 3a7ce06aa2..e3fd4a60a2 100644 --- a/docs/references.md +++ b/docs/references.md @@ -63,10 +63,10 @@ The Internet Society Network Working Group, *SPDX and RDF Ontology*, [http://spdx.org/rdf/ontology/spdx-3-0-1](http://spdx.org/rdf/ontology/spdx-3-0-1) -*SPDX License List*, Linux Foundation, +*SPDX License List*, The Linux Foundation, [https://spdx.org/licenses/](https://spdx.org/licenses/) -*SPDX License Exceptions*, Linux Foundation, +*SPDX License Exceptions*, The Linux Foundation, [https://spdx.org/licenses/exceptions-index.html](https://spdx.org/licenses/exceptions-index.html) ## 2.2 Non-normative References diff --git a/setup.py b/setup.py index fb0bcd8210..ea7472adfc 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ def read(fname): setup( name = "spdx_specification", - version = "3.0", - author = "Linux Foundation and SPDX Contributors", + version = "3.0.1", + author = "The Linux Foundation and SPDX Contributors", author_email = "spdx-tech@lists.spdx.org", description = ("The System Package Data Exchange (SPDX®) specification is an open standard capable of representing systems with software components in as SBOMs (Software Bill of Materials) and other AI, data and security references supporting a range of risk management use cases."), license = "Community-Spec-1.0 AND CC-BY-3.0 AND MIT",