equal
deleted
inserted
replaced
1 #! /usr/bin/perl -w |
1 #! /usr/bin/perl -w |
2 |
2 |
3 # Copyright (C) 2011 Christian Arnold |
3 # Copyright (C) 2011-2014 Christian Arnold |
|
4 # Copyright (C) 2014-2017 Matthias Förste |
4 # |
5 # |
5 # This program is free software: you can redistribute it and/or modify |
6 # This program is free software: you can redistribute it and/or modify |
6 # it under the terms of the GNU General Public License as published by |
7 # it under the terms of the GNU General Public License as published by |
7 # the Free Software Foundation, either version 3 of the License, or |
8 # the Free Software Foundation, either version 3 of the License, or |
8 # (at your option) any later version. |
9 # (at your option) any later version. |
14 # |
15 # |
15 # You should have received a copy of the GNU General Public License |
16 # You should have received a copy of the GNU General Public License |
16 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 # |
18 # |
18 # Christian Arnold <arnold@schlittermann.de> |
19 # Christian Arnold <arnold@schlittermann.de> |
|
20 # Matthias Förste <foerste@schlittermann.de> |
19 |
21 |
20 use strict; |
22 use strict; |
21 use File::Basename; |
23 use File::Basename; |
22 use Getopt::Long; |
24 use Getopt::Long; |
23 use Pod::Usage; |
25 use Pod::Usage; |
118 my $progname = shift; |
120 my $progname = shift; |
119 my $version = shift; |
121 my $version = shift; |
120 |
122 |
121 print <<_VERSION; |
123 print <<_VERSION; |
122 $progname version $version |
124 $progname version $version |
123 Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support. |
125 Copyright (C) 2011-2014 by Christian Arnold and Schlittermann internet & unix support. |
|
126 Copyright (C) 2014-2017 by Matthias Förste and Schlittermann internet & unix support. |
124 |
127 |
125 $ME comes with ABSOLUTELY NO WARRANTY. This is free software, |
128 $ME comes with ABSOLUTELY NO WARRANTY. This is free software, |
126 and you are welcome to redistribute it under certain conditions. |
129 and you are welcome to redistribute it under certain conditions. |
127 See the GNU General Public Licence for details. |
130 See the GNU General Public Licence for details. |
128 _VERSION |
131 _VERSION |
171 |
174 |
172 This man page is current for version 2.0 of check_drbd. |
175 This man page is current for version 2.0 of check_drbd. |
173 |
176 |
174 =head1 AUTHOR |
177 =head1 AUTHOR |
175 |
178 |
176 Written by Christian Arnold L<arnold@schlittermann.de> |
179 Written by Christian Arnold L<arnold@schlittermann.de>. Currently maintained by Matthias Förste L<foerste@schlittermann.de> |
177 |
180 |
178 =head1 COPYRIGHT |
181 =head1 COPYRIGHT |
179 |
182 |
180 Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support. |
183 Copyright (C) 2011-2014 by Christian Arnold and Schlittermann internet & unix support. |
|
184 Copyright (C) 2014-2017 by Matthias Förste and Schlittermann internet & unix support. |
181 This is free software, and you are welcome to redistribute it under certain conditions. |
185 This is free software, and you are welcome to redistribute it under certain conditions. |
182 See the GNU General Public Licence for details. |
186 See the GNU General Public Licence for details. |
183 |
187 |
184 =cut |
188 =cut |