From 30cfda4a88e2f2ca8452505bd90d5e97a3b637d9 Mon Sep 17 00:00:00 2001 From: gutmet Date: Mon, 15 Mar 2021 13:09:33 +0100 Subject: [PATCH] add LICENSE (GPLv2 !) --- LICENSE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bbde3a6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +© 2021 Alexander Weinhold + +Unless explicitly stated otherwise, the following applies: + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2 as published by +the Free Software Foundation. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .