From 6950cffd4d0036d30ef17cd4b44be184594a62a6 Mon Sep 17 00:00:00 2001 From: Flo Hartmann Date: Fri, 21 Aug 2026 23:29:33 +0000 Subject: [PATCH] =?UTF-8?q?MIT-Lizenz=20hinzugef=C3=BCgt=20(LICENSE,=20pyp?= =?UTF-8?q?roject,=20README)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 18 ++++++++++++++++++ README.md | 4 ++++ pyproject.toml | 1 + 3 files changed, 23 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ebdcc98 --- /dev/null +++ b/LICENSE @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) 2026 Flo Hartmann (B0rbor4d) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO +EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index e25fdc3..0e22278 100644 --- a/README.md +++ b/README.md @@ -581,3 +581,7 @@ Legende: ✅ fertig · 🔄 in Arbeit · ⏳ offen · ⚠️ fertig mit offenen - CSRF-Schutz für Formulare (aktuell SameSite=Lax-Cookie als Basisschutz) - WeasyPrint-Systemabhängigkeiten im Container prüfen - Tailwind via CDN nur für Dev; für Produktion lokal gehostete Assets + +## Lizenz + +Dieses Projekt steht unter der [MIT-Lizenz](LICENSE). diff --git a/pyproject.toml b/pyproject.toml index 9b5a3e2..65cb797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "spiele-redaktion" version = "0.1.0" description = "KI-Assistenz für Spielemagazin-Redaktionen — modularer Kern mit Plugin-Architektur" +license = "MIT" readme = "README.md" requires-python = ">=3.11" dependencies = [