From 10206fefdb47faeeaeb50730bd3bd92815ba6d97 Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 13 Jan 2019 20:16:12 +0100 Subject: [PATCH] add license --- LICENSE | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d28e505 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +wombat: A static site generator. +Copyright (C) 2018 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 .