From 53b7d7cc1ec177acdb68e5ef18a11f7d6f26bc22 Mon Sep 17 00:00:00 2001 From: calumbell Date: Tue, 13 Aug 2024 11:24:19 +0100 Subject: [PATCH 1/2] =?UTF-8?q?added=20=E2=84=A2=20to=20organization=20fie?= =?UTF-8?q?ld=20for=20bf=20&=20tob2023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/v1/blackflag/Document.json | 2 +- data/v1/tob-2023/Document.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/v1/blackflag/Document.json b/data/v1/blackflag/Document.json index e1ae05a9..b8781799 100644 --- a/data/v1/blackflag/Document.json +++ b/data/v1/blackflag/Document.json @@ -8,7 +8,7 @@ "desc": "Black Flag Roleplaying Reference Document v0.2, © Open Design LLC d/b/a Kobold Press", "license": "ORC License", "author": "Kobold Press", - "organization": "Kobold Press", + "organization": "Kobold Press™", "version": "0.2", "url": "https://koboldpress.com/black-flag-reference-document/", "copyright": "ORC NOTICE: This product is licensed under the ORC License, located at the Library of Congress at TX 9-307-067, and available online at various locations including koboldpress.com/orclicense and others. All warranties are disclaimed as set forth therein.", diff --git a/data/v1/tob-2023/Document.json b/data/v1/tob-2023/Document.json index f937bcb1..580e7e25 100644 --- a/data/v1/tob-2023/Document.json +++ b/data/v1/tob-2023/Document.json @@ -8,7 +8,7 @@ "desc": "Tome of Beasts Open-Gaming License Content by Kobold Press", "license": "Open Gaming License", "author": "Dan Dillon, Chris Harris, Rodrigo Garcia Carmona, Wolfgang Baur", - "organization": "Kobold Press", + "organization": "Kobold Press™", "version": "1.0", "url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/", "copyright": "Tome of Beasts. 2023 Open Design LLC. All rights reserved.", From d2a56208b6359fa7c85a2515f8fe0f4588abc6c3 Mon Sep 17 00:00:00 2001 From: calumbell Date: Wed, 14 Aug 2024 16:03:49 +0100 Subject: [PATCH 2/2] updated tests - added \u2122 suffix to organizations --- .../approved_files/TestAPIRoot.test_documents.approved.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/tests/approved_files/TestAPIRoot.test_documents.approved.json b/api/tests/approved_files/TestAPIRoot.test_documents.approved.json index fc5578e8..3bd92e4f 100644 --- a/api/tests/approved_files/TestAPIRoot.test_documents.approved.json +++ b/api/tests/approved_files/TestAPIRoot.test_documents.approved.json @@ -189,7 +189,7 @@ "desc": "Black Flag Roleplaying Reference Document v0.2, \u00a9 Open Design LLC d/b/a Kobold Press", "license": "ORC License", "license_url": "https://paizo.com/orclicense", - "organization": "Kobold Press", + "organization": "Kobold Press\u2122", "slug": "blackflag", "title": "Black Flag SRD", "url": "https://koboldpress.com/black-flag-reference-document/", @@ -201,7 +201,7 @@ "desc": "Tome of Beasts Open-Gaming License Content by Kobold Press", "license": "Open Gaming License", "license_url": "http://open5e.com/legal", - "organization": "Kobold Press", + "organization": "Kobold Press\u2122", "slug": "tob-2023", "title": "Tome of Beasts 2023", "url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",