diff -r 028c3fb7f04d -r 6175731081b0 check_drbd.pl --- a/check_drbd.pl Mon Jan 09 12:19:59 2017 +0100 +++ b/check_drbd.pl Mon Jan 09 12:22:02 2017 +0100 @@ -1,6 +1,7 @@ #! /usr/bin/perl -w -# Copyright (C) 2011 Christian Arnold +# Copyright (C) 2011-2014 Christian Arnold +# Copyright (C) 2014-2017 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 @@ -16,6 +17,7 @@ # along with this program. If not, see . # # Christian Arnold +# Matthias Förste use strict; use File::Basename; @@ -120,7 +122,8 @@ print <<_VERSION; $progname version $version -Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support. +Copyright (C) 2011-2014 by Christian Arnold and Schlittermann internet & unix support. +Copyright (C) 2014-2017 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. @@ -173,11 +176,12 @@ =head1 AUTHOR -Written by Christian Arnold L +Written by Christian Arnold L. Currently maintained by Matthias Förste L =head1 COPYRIGHT -Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support. +Copyright (C) 2011-2014 by Christian Arnold and Schlittermann internet & unix support. +Copyright (C) 2014-2017 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.