From c19c4c6a284faa5d61c7d9c5db51ce2bf7add17c Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Wed, 28 Feb 2024 23:00:33 +0900 Subject: [PATCH] Add copyright exception for Ruby markup extensions (#1814) * Add copyright exception for Ruby markup extensions Here's the context which makes this necessary and appropriate: The Licensing section of the charter of the HTML-WG (https://www.w3.org/2022/06/html-wg-charter.html#licensing) states that: > This Working Group will use the CC-BY license, and follow the terms of > WHATWG-W3C Memorandum of Understanding and 2021 Relationship Update The specify CC-BY license use by HTML (https://html.spec.whatwg.org/multipage/acknowledgements.html#ipr) is Attribution International 4.0 (CC BY 4.0). html-ruby-extensions is an upcoming chartered deliverable of the HTML-WG: https://www.w3.org/2022/06/html-wg-charter.html#ruby Its content will devrive both from W3C deliverables and from the WHATWG's HTML Standard. This publication is agreed to by W3C and the WHATWG: https://www.w3.org/2022/02/ruby-agreement * Update lib/copyright-exceptions.json Co-authored-by: Denis Ah-Kang <1696128+deniak@users.noreply.github.com> --------- Co-authored-by: Denis Ah-Kang <1696128+deniak@users.noreply.github.com> --- lib/copyright-exceptions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/copyright-exceptions.json b/lib/copyright-exceptions.json index 47dbb68b7..6868b26ab 100644 --- a/lib/copyright-exceptions.json +++ b/lib/copyright-exceptions.json @@ -31,5 +31,9 @@ { "specShortnames": ["sdw-bp"], "copyright": "Copyright © @YEAR OGC & World Wide Web Consortium. W3C® liability, trademark, W3C and OGC document use rules apply." + }, + { + "specShortnames": ["html-ruby-extensions"], + "copyright": "Copyright © @YEAR World Wide Web Consortium and WHATWG (Apple, Google, Mozilla, Microsoft). W3C® liability, and trademark rules apply. This work is licensed under a Creative Commons Attribution 4.0 International License." } ]