mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
bumped coyright to 2018 in check_curl.c
This commit is contained in:
parent
c5cd0e4912
commit
46c5b54254
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_curl plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 1999-2017 Monitoring Plugins Development Team
|
||||
* Copyright (c) 1999-2018 Monitoring Plugins Development Team
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
*****************************************************************************/
|
||||
const char *progname = "check_curl";
|
||||
|
||||
const char *copyright = "2006-2017";
|
||||
const char *copyright = "2006-2018";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue