increased copyright

This commit is contained in:
Andreas Baumann 2019-12-29 10:23:02 +00:00
parent 491e2c0f91
commit 5e0c236d6a

View file

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