add license information to script
This commit is contained in:
parent
4c442c26e8
commit
b96ca32c08
|
|
@ -4,8 +4,20 @@
|
||||||
# GITEA Installer with Nginx, MariaDB, UFW & Letsencrypt
|
# GITEA Installer with Nginx, MariaDB, UFW & Letsencrypt
|
||||||
# Version 0.1
|
# Version 0.1
|
||||||
# Written by Maximilian Thoma 2020
|
# 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'
|
LETSENCRYPT='false'
|
||||||
UFW='false'
|
UFW='false'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue