From 0a39f4368942203796bcec9504a586f52fc67082 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 20 Feb 2017 14:37:39 +0100 Subject: backup.sh: Add license Signed-off-by: Florian Pritz --- backup.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/backup.sh b/backup.sh index 4c143d2..ef35ab1 100755 --- a/backup.sh +++ b/backup.sh @@ -10,6 +10,23 @@ # (note that zsh uses $HOST instead of $HOSTNAME) # - If you want, increase the max_segment_size in # ssh://backup/borg-$HOSTNAME/config from the default 5MiB +# +# Copyright ©2014-2017 Florian Pritz +# +# This program 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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 . +# +# See gpl-3.0.txt for full license text. set -e -- cgit v1.2.3-24-g4f1b