From e59b2a7e9cb913600d1a54054925f1dc83eddd08 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Fri, 19 Aug 2022 19:24:15 +0200 Subject: [PATCH 1/3] Suggestion to insert SPDX Identifier for SC As suggested in Issue #6 This PR introduces the SPDX Identifier in the README file as well as a statement that can be inserted in documents to represent this license graphically. --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index b17acde..560be5d 100644 --- a/Readme.md +++ b/Readme.md @@ -21,3 +21,10 @@ A second difference is that common open source software and specification licens ## Who developed the Community Specification The Community Specification has been developed via the [Joint Development Foundation](http://www.jointdevelopment.org), with inspiration from the [Open Web Foundation agreements](http://openwebfoundation.org) and the [Alliance for Open Media Patent License 1.0](http://aomedia.org/license/patent-license/). + +The SPDX Identifier for the Community Specification V1.0 is, [`Community-Spec-1.0`](https://spdx.org/licenses/Community-Spec-1.0.html). + +The statement to insert on files to represent this license is: + +![APM license](https://img.shields.io/badge/License-Community_Spec-brightgreen) + From df572f54586f593b187db4c052c0f869ee3cd307 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Sat, 20 Aug 2022 11:23:34 +0200 Subject: [PATCH 2/3] Changes based on suggestions. --- Readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 560be5d..6ec0306 100644 --- a/Readme.md +++ b/Readme.md @@ -22,9 +22,16 @@ A second difference is that common open source software and specification licens The Community Specification has been developed via the [Joint Development Foundation](http://www.jointdevelopment.org), with inspiration from the [Open Web Foundation agreements](http://openwebfoundation.org) and the [Alliance for Open Media Patent License 1.0](http://aomedia.org/license/patent-license/). -The SPDX Identifier for the Community Specification V1.0 is, [`Community-Spec-1.0`](https://spdx.org/licenses/Community-Spec-1.0.html). +## SDPX License Identifier -The statement to insert on files to represent this license is: +The SPDX short-form license statement (to be used in source files and documentation) for the [Community Specification v1.0](https://spdx.org/licenses/Community-Spec-1.0.html) license is: -![APM license](https://img.shields.io/badge/License-Community_Spec-brightgreen) +* **SPDX-License-Identifier: Community-Spec-1.0** +A badge indicating the Community Spec v1.0 license can be added to a MarkDown file with the following text: + +`![Community-Spec-1.0 license](https://img.shields.io/badge/License-Community--Spec--1.0-brightgreen)` + +This badge displayes as: + +![Community-Spec-1.0 license](https://img.shields.io/badge/License-Community--Spec--1.0-brightgreen) From 65a37bb103cb639e018a228a3a87296866007027 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Sat, 20 Aug 2022 11:27:06 +0200 Subject: [PATCH 3/3] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6ec0306..3c7e97c 100644 --- a/Readme.md +++ b/Readme.md @@ -32,6 +32,6 @@ A badge indicating the Community Spec v1.0 license can be added to a MarkDown fi `![Community-Spec-1.0 license](https://img.shields.io/badge/License-Community--Spec--1.0-brightgreen)` -This badge displayes as: +This badge displays as: ![Community-Spec-1.0 license](https://img.shields.io/badge/License-Community--Spec--1.0-brightgreen)