diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-06-06 00:04:42 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-06-06 00:04:42 +0200 |
commit | ef8c42d5140a28313821ad9ef46976ca424e43ec (patch) | |
tree | 3496a7dd3bb651466f3c58e9aa5510d3dae8d2d2 /lib | |
parent | 51e9f92fb0b134a4aec0619deb0f62ff316a4f7b (diff) | |
download | App-BorgRestore-ef8c42d5140a28313821ad9ef46976ca424e43ec.tar.gz App-BorgRestore-ef8c42d5140a28313821ad9ef46976ca424e43ec.tar.xz |
Move license documentation to end of file
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 40 |
1 files 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<Log::Any> for logging. -=head1 LICENSE -Copyright (C) 2016-2017 Florian Pritz E<lt>bluewind@xinu.atE<gt> -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 LICENSE for the full license text. -=head1 AUTHOR -Florian Pritz E<lt>bluewind@xinu.atE<gt> =cut @@ -395,3 +380,28 @@ method update_cache() { 1; __END__ + +=head1 LICENSE + +Copyright (C) 2016-2017 Florian Pritz E<lt>bluewind@xinu.atE<gt> + +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 LICENSE for the full license text. + +=head1 AUTHOR + +Florian Pritz E<lt>bluewind@xinu.atE<gt> + +=cut |