diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-16 08:13:06 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-16 08:13:06 +0000 |
commit | 6fa65670320afe60c04d0b7dd8834598971ec9c1 (patch) | |
tree | b494ae51ae72ed6a7ff787db3c98f6a2495f1b5d /lib/Nagios | |
parent | e63887eda6765e1059939ff9c89e4fb244b5819b (diff) | |
download | monitoring-plugin-perl-6fa65670320afe60c04d0b7dd8834598971ec9c1.tar.gz |
Copyrights given to the Nagios Plugin Development Team
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1494 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Nagios')
-rw-r--r-- | lib/Nagios/Plugin/Functions.pm | 2 | ||||
-rw-r--r-- | lib/Nagios/Plugin/Performance.pm | 4 | ||||
-rw-r--r-- | lib/Nagios/Plugin/Range.pm | 4 | ||||
-rw-r--r-- | lib/Nagios/Plugin/Threshold.pm | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm index 804661c..4e099c2 100644 --- a/lib/Nagios/Plugin/Functions.pm +++ b/lib/Nagios/Plugin/Functions.pm | |||
@@ -340,7 +340,7 @@ http://nagiosplug.sourceforge.net/developer-guidelines.html. | |||
340 | 340 | ||
341 | =head1 AUTHORS | 341 | =head1 AUTHORS |
342 | 342 | ||
343 | Ton Voon, E<lt>ton.voon@altinity.comE<gt> | 343 | This code is maintained by the Nagios Plugin Development Team: http://nagiosplug.sourceforge.net |
344 | 344 | ||
345 | 345 | ||
346 | =head1 COPYRIGHT AND LICENSE | 346 | =head1 COPYRIGHT AND LICENSE |
diff --git a/lib/Nagios/Plugin/Performance.pm b/lib/Nagios/Plugin/Performance.pm index 512e07d..6e4cd03 100644 --- a/lib/Nagios/Plugin/Performance.pm +++ b/lib/Nagios/Plugin/Performance.pm | |||
@@ -137,11 +137,11 @@ http://nagiosplug.sourceforge.net | |||
137 | 137 | ||
138 | =head1 AUTHOR | 138 | =head1 AUTHOR |
139 | 139 | ||
140 | Ton Voon, E<lt>ton.voon@altinity.comE<gt> | 140 | This code is maintained by the Nagios Plugin Development Team: http://nagiosplug.sourceforge.net |
141 | 141 | ||
142 | =head1 COPYRIGHT AND LICENSE | 142 | =head1 COPYRIGHT AND LICENSE |
143 | 143 | ||
144 | Copyright (C) 2006 by Altinity Limited | 144 | Copyright (C) 2006 Nagios Plugin Development Team |
145 | 145 | ||
146 | This library is free software; you can redistribute it and/or modify | 146 | This library is free software; you can redistribute it and/or modify |
147 | it under the same terms as Perl itself, either Perl version 5.8.4 or, | 147 | it under the same terms as Perl itself, either Perl version 5.8.4 or, |
diff --git a/lib/Nagios/Plugin/Range.pm b/lib/Nagios/Plugin/Range.pm index 53a857f..691506f 100644 --- a/lib/Nagios/Plugin/Range.pm +++ b/lib/Nagios/Plugin/Range.pm | |||
@@ -132,11 +132,11 @@ Handles common Nagios Plugin range data. See Nagios::Plugin for creation interfa | |||
132 | 132 | ||
133 | =head1 AUTHOR | 133 | =head1 AUTHOR |
134 | 134 | ||
135 | Ton Voon, E<lt>ton.voon@altinity.comE<gt> | 135 | This code is maintained by the Nagios Plugin Development Team: http://nagiosplug.sourceforge.net |
136 | 136 | ||
137 | =head1 COPYRIGHT AND LICENSE | 137 | =head1 COPYRIGHT AND LICENSE |
138 | 138 | ||
139 | Copyright (C) 2006 by Altinity Limited | 139 | Copyright (C) 2006 Nagios Plugin Development Team |
140 | 140 | ||
141 | This library is free software; you can redistribute it and/or modify | 141 | This library is free software; you can redistribute it and/or modify |
142 | it under the same terms as Perl itself, either Perl version 5.8.4 or, | 142 | it under the same terms as Perl itself, either Perl version 5.8.4 or, |
diff --git a/lib/Nagios/Plugin/Threshold.pm b/lib/Nagios/Plugin/Threshold.pm index 829da66..b2afd8e 100644 --- a/lib/Nagios/Plugin/Threshold.pm +++ b/lib/Nagios/Plugin/Threshold.pm | |||
@@ -81,11 +81,11 @@ Given a value, will see if the value breaches the critical or the warning range. | |||
81 | 81 | ||
82 | =head1 AUTHOR | 82 | =head1 AUTHOR |
83 | 83 | ||
84 | Ton Voon, E<lt>ton.voon@altinity.comE<gt> | 84 | This code is maintained by the Nagios Plugin Development Team: http://nagiosplug.sourceforge.net |
85 | 85 | ||
86 | =head1 COPYRIGHT AND LICENSE | 86 | =head1 COPYRIGHT AND LICENSE |
87 | 87 | ||
88 | Copyright (C) 2006 by Altinity Limited | 88 | Copyright (C) 2006 Nagios Plugin Development Team |
89 | 89 | ||
90 | This library is free software; you can redistribute it and/or modify | 90 | This library is free software; you can redistribute it and/or modify |
91 | it under the same terms as Perl itself, either Perl version 5.8.4 or, | 91 | it under the same terms as Perl itself, either Perl version 5.8.4 or, |