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 --- database.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'database.php') diff --git a/database.php b/database.php index 9c14920..9c350fc 100644 --- a/database.php +++ b/database.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. +*/ function db_student_new($matrikelnummer,$student) { date_default_timezone_set("UTC"); -- cgit v1.2.3