From c91080fd7b4a2465437fba22505cc8f1a3981324 Mon Sep 17 00:00:00 2001 From: Alexander Burchenko Date: Sun, 10 May 2026 13:12:21 +0300 Subject: [PATCH 1/3] docs: add KARDS ToS disclaimer and trademark notice --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7bd64..aa5972a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,27 @@ The tool is local-first: - no PyPI package - database stored as `collection.db` in the working directory +## Disclaimer + +`kardscm` is an **unofficial fan tool**. It is not affiliated with, endorsed +by, or sponsored by 1939 Games ehf. KARDS and all related card names, art, +text, and trademarks are the property of 1939 Games ehf. + +- The tool is intended for **personal, non-commercial use** by individual + KARDS players to track their own collection and decks. +- Users are responsible for complying with the + [KARDS Terms of Use](https://www.kards.com/terms-of-use). Sections 6 and 7 + in particular restrict scraping, systematic compilation of game data, and + reproduction or redistribution of game content. +- This repository ships **no card data, no card art, and no pre-built + database**. The local SQLite catalog is created on the user's own machine + from the official public GraphQL endpoint and is intended for the user's + personal reference only. +- Do not redistribute exported XLSX/CSV/JSON files publicly — they contain + card text and translations owned by 1939 Games ehf. +- If 1939 Games ehf. requests removal or modification of any part of this + tool, the maintainer will comply. + ## What It Does - Syncs the full KARDS card catalog, including reserved and spawnable cards. @@ -255,4 +276,8 @@ Developer setup, architecture, release process, and maintainer workflows are in ## License -MIT +MIT. + +The MIT license covers the source code of `kardscm` itself. It does not grant +any rights over KARDS game content, card data, or trademarks; see the +**Disclaimer** section above. From 91cc76cd94a03414b1481b4e2d4b24d82fcfaed7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 10:22:00 +0000 Subject: [PATCH 2/3] docs: make Disclaimer a clickable anchor link in License section Agent-Logs-Url: https://github.com/AABur/kardscm/sessions/fe5cee95-202a-4108-bf77-269eb50e1a78 Co-authored-by: AABur <41373199+AABur@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5972a..21c3003 100644 --- a/README.md +++ b/README.md @@ -280,4 +280,4 @@ MIT. The MIT license covers the source code of `kardscm` itself. It does not grant any rights over KARDS game content, card data, or trademarks; see the -**Disclaimer** section above. +[Disclaimer](#disclaimer) section above. From 8b5d80a22b21c12edb12cc5076f52028ed10359b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 10:26:00 +0000 Subject: [PATCH 3/3] docs: shorten disclaimer and remove explicit ToS violation references Agent-Logs-Url: https://github.com/AABur/kardscm/sessions/93d94eaa-3d32-478e-a43c-f28c858bc986 Co-authored-by: AABur <41373199+AABur@users.noreply.github.com> --- README.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 21c3003..0155ca5 100644 --- a/README.md +++ b/README.md @@ -20,24 +20,16 @@ The tool is local-first: ## Disclaimer -`kardscm` is an **unofficial fan tool**. It is not affiliated with, endorsed -by, or sponsored by 1939 Games ehf. KARDS and all related card names, art, -text, and trademarks are the property of 1939 Games ehf. - -- The tool is intended for **personal, non-commercial use** by individual - KARDS players to track their own collection and decks. -- Users are responsible for complying with the - [KARDS Terms of Use](https://www.kards.com/terms-of-use). Sections 6 and 7 - in particular restrict scraping, systematic compilation of game data, and - reproduction or redistribution of game content. -- This repository ships **no card data, no card art, and no pre-built - database**. The local SQLite catalog is created on the user's own machine - from the official public GraphQL endpoint and is intended for the user's - personal reference only. -- Do not redistribute exported XLSX/CSV/JSON files publicly — they contain - card text and translations owned by 1939 Games ehf. -- If 1939 Games ehf. requests removal or modification of any part of this - tool, the maintainer will comply. +`kardscm` is an **unofficial fan tool**, not affiliated with or endorsed by +1939 Games ehf. KARDS and all related card names, art, and trademarks are the +property of 1939 Games ehf. + +The tool is intended for **personal, non-commercial use**. Users are +responsible for complying with the +[KARDS Terms of Use](https://www.kards.com/terms-of-use). + +This repository ships no card data, card art, or pre-built database. The local +SQLite catalog is built on the user's own machine. ## What It Does