summaryrefslogtreecommitdiffstats
path: root/borg-restore.pl
diff options
context:
space:
mode:
Diffstat (limited to 'borg-restore.pl')
-rwxr-xr-xborg-restore.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/borg-restore.pl b/borg-restore.pl
index 0798f32..3c8c0c1 100755
--- a/borg-restore.pl
+++ b/borg-restore.pl
@@ -132,9 +132,24 @@ with --update-database.
{regex => "^/", replacement => "mnt/snapshots/root/"},
);
+=head1 LICENSE
+Copyright (C) 2016-2017 Florian Pritz <bluewind@xinu.at>
+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 the full license text.
=cut