Skip to content

Commit

Permalink
add license to all *.pl and *.pm files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-marschke committed Apr 15, 2014
1 parent 9b85bde commit 72c3b96
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/check_nrpe.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ =head2 -h --help
This help.
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut


Expand Down
7 changes: 7 additions & 0 deletions bin/nrpe-server.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ =head1 DESCRIPTION
NOTE: Options set on the commandline can overwrite options defined in the config file.
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut

use 5.010_000;
Expand Down
7 changes: 7 additions & 0 deletions lib/Nagios/NRPE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Nagios::NRPE - A Nagios NRPE implementation in pure perl
This file currently only serves as a stub so Build.PL will find it. For more information on
the submodules please read Nagios::NRPE::Client or Nagios::NRPE::Packet or Nagios::NRPE::Daemon.
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut

package Nagios::NRPE;
Expand Down
7 changes: 7 additions & 0 deletions lib/Nagios/NRPE/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Nagios::NRPE::Client - A Nagios NRPE client
This Perl Module implements Version 2 of the NRPE-Protocol. With this module you can execute
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut

package Nagios::NRPE::Client;
Expand Down
10 changes: 10 additions & 0 deletions lib/Nagios/NRPE/Daemon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ Nagios::NRPE::Daemon - A Nagios NRPE Daemon
);
=head1 DESCRIPTION
A simple daemon implementation with the capabillity to add your own callbacks
and hooks in case you want to build your own NRPE Server.
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut

package Nagios::NRPE::Daemon;
Expand Down
7 changes: 7 additions & 0 deletions lib/Nagios/NRPE/Packet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ States returned by the check
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Andreas Marschke <andreas.marschke@googlemail.com>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut

package Nagios::NRPE::Packet;
Expand Down

0 comments on commit 72c3b96

Please sign in to comment.