From ef8c42d5140a28313821ad9ef46976ca424e43ec Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 6 Jun 2017 00:04:42 +0200 Subject: Move license documentation to end of file Signed-off-by: Florian Pritz --- lib/App/BorgRestore.pm | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 1ab110f..92faa4f 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -60,28 +60,13 @@ usage. This package uses L for logging. -=head1 LICENSE -Copyright (C) 2016-2017 Florian Pritz Ebluewind@xinu.atE -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 LICENSE for the full license text. -=head1 AUTHOR -Florian Pritz Ebluewind@xinu.atE =cut @@ -395,3 +380,28 @@ method update_cache() { 1; __END__ + +=head1 LICENSE + +Copyright (C) 2016-2017 Florian Pritz Ebluewind@xinu.atE + +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 LICENSE for the full license text. + +=head1 AUTHOR + +Florian Pritz Ebluewind@xinu.atE + +=cut -- cgit v1.2.3-24-g4f1b