bumped coyright to 2018 in check_curl.c

This commit is contained in:
Andreas Baumann 2018-06-01 10:59:55 +02:00 committed by Sven Nierlein
parent c5cd0e4912
commit 46c5b54254

View file

@ -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>