Skip to content

Commit

Permalink
All fullstops
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact committed Aug 10, 2024
1 parent 107ab46 commit 5fe8509
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/annexes/license-matching-guidelines-and-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following XML tag is used to implement this guideline. `<alt>` with 2 attrib
The original text is enclosed within the beginning and ending alt tags.

For example:
`<alt match="(?i:copyright.{0,200})." name="copyright1">Copyright Linux Foundation</alt>`
`<alt match="(?i:copyright.{0,200})." name="copyright1">Copyright The Linux Foundation</alt>`

The original replaceable text appears on the SPDX License List webpage in red text.

Expand Down Expand Up @@ -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: `<copyrightText>`

For example: `<copyrightText>Copyright 2022 Linux Foundation</copyrightText>`
For example: `<copyrightText>Copyright 2022 The Linux Foundation</copyrightText>`

## C.12 License name or title <a name="C.12"></a>

Expand Down
4 changes: 2 additions & 2 deletions docs/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a name="2.2"></a>
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
site_name: SPDX v3 Specification
site_description: The System Package Data Exchange (SPDX) Specification Version 3.0.1 - Open standard for creating Software Bills of Materials (SBOMs)
site_author: The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors
site_author: The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors.
site_url: https://spdx.github.io/spdx-spec/ # set to the "root" of the site, to be combined with canonical_version
repo_url: https://github.com/spdx/spdx-spec/
edit_uri: "" # set to an empty string to disable edit links; to enable, set to blob/development/v3.0.1/docs/
copyright: -- DRAFT -- SPDX v3.0.1 Copyright © 2010-2024, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors -- DRAFT -- This is a test website. Do not use this. Official SPDX specification is at <a href="http://spdx.org/specifications">http://spdx.org/specifications</a>.
copyright: -- DRAFT -- SPDX v3.0.1 Copyright © 2010-2024, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors. -- DRAFT -- This is a test website. Do not use this. Official SPDX specification is at <a href="http://spdx.org/specifications">http://spdx.org/specifications</a>.
use_directory_urls: true
theme:
name: readthedocs
Expand Down

0 comments on commit 5fe8509

Please sign in to comment.