mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_icmp: Update copyright
This commit is contained in:
parent
780909f980
commit
c0694cc6b5
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_icmp plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 2005-2008 Monitoring Plugins Development Team
|
||||
* Copyright (c) 2005-2024 Monitoring Plugins Development Team
|
||||
* Original Author : Andreas Ericsson <ae@op5.se>
|
||||
*
|
||||
* Description:
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
/* progname may change */
|
||||
/* char *progname = "check_icmp"; */
|
||||
char *progname;
|
||||
const char *copyright = "2005-2008";
|
||||
const char *copyright = "2005-2024";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
/** Monitoring Plugins basic includes */
|
||||
|
|
|
|||
Loading…
Reference in a new issue