diff -r 83a045204b8e -r 8b0942b98040 check_rsnapshot.pl --- a/check_rsnapshot.pl Wed Nov 02 16:05:50 2011 +0100 +++ b/check_rsnapshot.pl Mon Mar 04 15:46:38 2013 +0100 @@ -1,6 +1,7 @@ #! /usr/bin/perl -w -# Copyright (C) 2011 Christian Arnold +# Copyright (C) 2011-2013 Christian Arnold +# Copyright (C) 2013 Matthias Förste # # 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 @@ -15,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Christian Arnold +# Christian Arnold , Matthias Förste use strict; use File::Basename; @@ -38,7 +39,7 @@ sub version($$); my $ME = basename $0; -my $VERSION = "2.4"; +my $VERSION = "2.5"; my %opt = ( binary => "/usr/bin/rsnapshot", @@ -153,7 +154,10 @@ print <<_VERSION; $progname version $version -Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support. +Copyright (C) 2011-2013 by Christian Arnold and Schlittermann internet & unix +support. + +Copyright (C) 2013 by Matthias Förste and Schlittermann internet & unix support. $ME comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. @@ -219,16 +223,18 @@ =head1 VERSION -This man page is current for version 2.4 of check_rsnapshot. +This man page is current for version 2.5 of check_rsnapshot. -=head1 AUTHOR +=head1 AUTHORS -Written by Christian Arnold L +2011-2013 Originally written by Christian Arnold L. +2013 Fixes by Matthias Förste L. =head1 COPYRIGHT -Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support. -This is free software, and you are welcome to redistribute it under certain conditions. -See the GNU General Public Licence for details. +Copyright (C) 2011-2013 by Christian Arnold and Schlittermann internet & unix +support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet & +unix support. This is free software, and you are welcome to redistribute it +under certain conditions. See the GNU General Public Licence for details. =cut