From 173dcbb172221a4ccf6e9ec7120786d5dac954fa Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Wed, 28 Jan 2026 06:55:59 +0000 Subject: [PATCH 1/3] Update Readme (main branch) with SPDX License Identifier and badge Added SPDX License Identifier and badge information to the Readme.md in main branch (which is acted as a landing page). Signed-off-by: Arthit Suriyawongkul Co-Authored-By: Joaquin Co-Authored-By: Steve Winslow <678569+swinslow@users.noreply.github.com> --- Readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Readme.md b/Readme.md index ac90427..5201aea 100644 --- a/Readme.md +++ b/Readme.md @@ -21,3 +21,19 @@ 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/). + +## SDPX License Identifier + +The SPDX License Identifier for the [Community Specification v1.0](https://spdx.org/licenses/Community-Spec-1.0.html) license is: `Community-Spec-1.0`. + +The SPDX short-form license statement (to be used in source files and documentation) for the license is: + +> **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 displays as: + +![Community-Spec-1.0 license](https://img.shields.io/badge/License-Community--Spec--1.0-brightgreen) From ae5f692c5cf2f430f33d76c3d15578e0c2feebe9 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Wed, 28 Jan 2026 06:59:13 +0000 Subject: [PATCH 2/3] Fix SDPX typo Signed-off-by: Arthit Suriyawongkul --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5201aea..c58de90 100644 --- a/Readme.md +++ b/Readme.md @@ -22,7 +22,7 @@ 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/). -## SDPX License Identifier +## SPDX License Identifier The SPDX License Identifier for the [Community Specification v1.0](https://spdx.org/licenses/Community-Spec-1.0.html) license is: `Community-Spec-1.0`. From 48e0495d120073f105619208b2af589ffe668e4e Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Mon, 8 Jun 2026 12:53:34 +0200 Subject: [PATCH 3/3] Readme.md -> readme.md Signed-off-by: Arthit Suriyawongkul --- Readme.md => readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Readme.md => readme.md (97%) diff --git a/Readme.md b/readme.md similarity index 97% rename from Readme.md rename to readme.md index c58de90..c176bcd 100644 --- a/Readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Community Specification -## What is the Community Specification For? +## What is the Community Specification for? The Community Specification process is a repository-based approach for creating standards and specifications in version control systems, such as Git.