mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
check_dummy: update copyright
This commit is contained in:
parent
31133c789c
commit
1633fd73bd
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
* Monitoring check_dummy plugin
|
* Monitoring check_dummy plugin
|
||||||
*
|
*
|
||||||
* License: GPL
|
* License: GPL
|
||||||
* Copyright (c) 1999-2007 Monitoring Plugins Development Team
|
* Copyright (c) 1999-2024 Monitoring Plugins Development Team
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
*
|
*
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
const char *progname = "check_dummy";
|
const char *progname = "check_dummy";
|
||||||
const char *copyright = "1999-2007";
|
const char *copyright = "1999-2024";
|
||||||
const char *email = "devel@monitoring-plugins.org";
|
const char *email = "devel@monitoring-plugins.org";
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue