From b96ca32c08638c4c5dc57e5675ba6cc44dafc312 Mon Sep 17 00:00:00 2001 From: Maximilian Thoma Date: Sat, 3 Oct 2020 20:25:35 +0200 Subject: [PATCH] add license information to script --- gitea_installer.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gitea_installer.sh b/gitea_installer.sh index f042248..e5c5ecf 100644 --- a/gitea_installer.sh +++ b/gitea_installer.sh @@ -4,8 +4,20 @@ # GITEA Installer with Nginx, MariaDB, UFW & Letsencrypt # Version 0.1 # Written by Maximilian Thoma 2020 -# https://lanbugs.de +# Visit https://lanbugs.de for further informations. # ----------------------------------------------------------------------------- +# gitea_installer.sh 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 in version 2. +# gitea_installer.sh is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; with-out 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 GNU Make; see the file COPYING. If not, write +# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +# Boston, MA 02110-1301 USA. +# LETSENCRYPT='false' UFW='false'