diff options
author | Sven Nierlein <sven@nierlein.de> | 2014-01-20 14:49:14 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2014-01-20 14:49:14 +0100 |
commit | dfae38b656242898ce962c9ad93ed66be45fc3d4 (patch) | |
tree | d781a2ff90888c08379ebcd45f8ec51dda324882 /lib/Monitoring/Plugin/Functions.pm | |
parent | b418181dfe80dd75169b6e8a619ac1932155dea2 (diff) | |
download | monitoring-plugin-perl-0.37.tar.gz |
keep the old name in copyright for more transparencyv0.37
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to 'lib/Monitoring/Plugin/Functions.pm')
-rw-r--r-- | lib/Monitoring/Plugin/Functions.pm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Monitoring/Plugin/Functions.pm b/lib/Monitoring/Plugin/Functions.pm index d2856e8..d362f9c 100644 --- a/lib/Monitoring/Plugin/Functions.pm +++ b/lib/Monitoring/Plugin/Functions.pm | |||
@@ -1,12 +1,12 @@ | |||
1 | package Monitoring::Plugin::Functions; | ||
2 | |||
1 | # Functional interface to basic Monitoring::Plugin constants, exports, | 3 | # Functional interface to basic Monitoring::Plugin constants, exports, |
2 | # and functions | 4 | # and functions |
3 | 5 | ||
4 | package Monitoring::Plugin::Functions; | ||
5 | |||
6 | use 5.006; | 6 | use 5.006; |
7 | |||
8 | use strict; | 7 | use strict; |
9 | use warnings; | 8 | use warnings; |
9 | |||
10 | use File::Basename; | 10 | use File::Basename; |
11 | use Params::Validate qw(:types validate); | 11 | use Params::Validate qw(:types validate); |
12 | use Math::Calc::Units; | 12 | use Math::Calc::Units; |
@@ -437,7 +437,8 @@ https://monitoring-plugins.org | |||
437 | 437 | ||
438 | =head1 COPYRIGHT AND LICENSE | 438 | =head1 COPYRIGHT AND LICENSE |
439 | 439 | ||
440 | Copyright (C) 2006-2014 Monitoring Plugin Development Team | 440 | Copyright (C) 2014 by Monitoring Plugin Team |
441 | Copyright (C) 2006-2014 by Nagios Plugin Development Team | ||
441 | 442 | ||
442 | This library is free software; you can redistribute it and/or modify | 443 | This library is free software; you can redistribute it and/or modify |
443 | it under the same terms as Perl itself. | 444 | it under the same terms as Perl itself. |