From abc0766f16b1d36f6df105ad4f6bc0b3f49a9521 Mon Sep 17 00:00:00 2001 From: Florian Heinz Date: Sun, 12 Apr 2026 20:42:50 +0200 Subject: [PATCH] Restrict the project license to noncommercial use --- LICENSE | 15 +++++++++++++++ README.md | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a9d4a86 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +Mood-Board +Copyright (c) 2026 HNZIO + +Licensed under the PolyForm Noncommercial License 1.0.0. + +You may use, copy, modify, and distribute this software only for permitted +noncommercial purposes under the terms of that license. + +Commercial use is not allowed without a separate written agreement from the +copyright holder. + +Required Notice: Copyright (c) 2026 HNZIO + +Full license text: +https://polyformproject.org/licenses/noncommercial/1.0.0/ diff --git a/README.md b/README.md index 6997eeb..8b435b3 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,10 @@ Dateibasierter Stimmungstracker für LAMP/Cloudron ohne Datenbank. - Die Inhalte liegen absichtlich nicht in einer Datenbank, sondern in menschenlesbaren TXT-Dateien. - Mehrere Accounts sind möglich und verursachen hier wenig Overhead, weil jeder Nutzer nur einen eigenen Unterordner mit Tagen und Einstellungen bekommt. - Wenn du später Reverse Proxy oder HTTPS über Cloudron nutzt, bleiben die Daten weiterhin nur über die App erreichbar. + +## Lizenz + +- Dieses Projekt steht unter der `PolyForm Noncommercial License 1.0.0`. +- Nicht-kommerzielle Nutzung ist erlaubt. +- Kommerzielle Nutzung ist ohne separate schriftliche Freigabe nicht erlaubt. +- Details siehe [LICENSE](/home/hnzio/Projekte/mood/LICENSE).