From 3b9dd17cd4bda2f8a3207a5df5b6348a7f661658 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sun, 1 Feb 2026 22:49:48 +0100 Subject: add GPL3 license --- setup.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.php') diff --git a/setup.php b/setup.php index 0cd3cd3..9490c96 100644 --- a/setup.php +++ b/setup.php @@ -1,4 +1,13 @@ + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. +*/ if (!isset($setupdone)) { $setupdone=TRUE; include "database.php"; -- cgit v1.2.3