Module: monitoring-plugins Branch: feature_check_curl Commit: 5e0c236d6a3499f08b16a2ddb5147393e9dbd27a Author: Andreas Baumann <m...@andreasbaumann.cc> Date: Sun Dec 29 10:23:02 2019 +0000 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=5e0c236
increased copyright --- plugins/check_curl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 5b6564c..7aae920 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c @@ -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>