From 516730014665eca1a3b1cbdf520bd27539f3c23f Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Wed, 10 Jun 2020 14:50:51 +0200 Subject: [PATCH] add license Signed-off-by: Felix Bartels --- LICENSE.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..575606e --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,13 @@ +Copyright 2020 Felix Bartels + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License, version 3, +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 Affero General Public License for more +details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see http://www.gnu.org/licenses/.