mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
check_curl: Update copyright
This commit is contained in:
parent
80f07ff92b
commit
367c4f89c1
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_curl plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 1999-2019 Monitoring Plugins Development Team
|
||||
* Copyright (c) 1999-2024 Monitoring Plugins Development Team
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
*****************************************************************************/
|
||||
const char *progname = "check_curl";
|
||||
|
||||
const char *copyright = "2006-2019";
|
||||
const char *copyright = "2006-2024";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
#include <stdbool.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue