summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-02-20 14:37:39 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-02-20 14:37:39 +0100
commit0a39f4368942203796bcec9504a586f52fc67082 (patch)
treed63bb9a105be5b70e90a4344ac476ad00053edd3
parentd0f5e824100b789b8e0e57df9269e32fbc74a8fb (diff)
downloadbin-0a39f4368942203796bcec9504a586f52fc67082.tar.gz
bin-0a39f4368942203796bcec9504a586f52fc67082.tar.xz
backup.sh: Add license
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xbackup.sh17
1 files changed, 17 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+#
+# See gpl-3.0.txt for full license text.
set -e