check_drbd.pl
changeset 5 6175731081b0
parent 3 738d4b8f3a0f
--- 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 <http://www.gnu.org/licenses/>.
 #
 #    Christian Arnold <arnold@schlittermann.de>
+#    Matthias Förste <foerste@schlittermann.de>
 
 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<arnold@schlittermann.de>
+Written by Christian Arnold L<arnold@schlittermann.de>. Currently maintained by Matthias Förste L<foerste@schlittermann.de>
 
 =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.