=================================================================== RCS file: /cvs/nagios/check_openbgpd/check_openbgpd,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nagios/check_openbgpd/check_openbgpd 2015/03/25 03:17:08 1.6 +++ nagios/check_openbgpd/check_openbgpd 2015/03/25 03:19:28 1.7 @@ -15,7 +15,7 @@ my $NAGIOS_OUTPUT = 1; my $LICENSE = <<'EOL'; -Copyright (c) 2009 Andrew Fresh +Copyright (c) 2009-2015 Andrew Fresh Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. @@ -265,7 +265,7 @@ my $opt = shift @argv; given ($opt) { when ( '-V' || '--version' ) { - print_revision( $PROGNAME, '$Revision: 1.6 $ ' ); + print_revision( $PROGNAME, '$Revision: 1.7 $ ' ); exit $ERRORS{'OK'} } when (/^-?-h(?:elp)?/xms) { print_help(); exit $ERRORS{'OK'} } @@ -369,7 +369,7 @@ EOL - print_revision( $PROGNAME, '$Revision: 1.6 $' ); + print_revision( $PROGNAME, '$Revision: 1.7 $' ); print $LICENSE;