mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
increased copyright
This commit is contained in:
parent
491e2c0f91
commit
5e0c236d6a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_curl plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 1999-2018 Monitoring Plugins Development Team
|
||||
* Copyright (c) 1999-2019 Monitoring Plugins Development Team
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
*****************************************************************************/
|
||||
const char *progname = "check_curl";
|
||||
|
||||
const char *copyright = "2006-2018";
|
||||
const char *copyright = "2006-2019";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue