diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 10:59:55 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2018-10-22 16:30:31 +0200 |
commit | 46c5b54254026a170006cdcdbe1ffe38771274cb (patch) | |
tree | 3a678ae79cb22ecf04ef8007031ff6aff1c185a4 | |
parent | c5cd0e491238397bd9cafff2707773146305a528 (diff) | |
download | monitoring-plugins-46c5b54254026a170006cdcdbe1ffe38771274cb.tar.gz |
bumped coyright to 2018 in check_curl.c
-rw-r--r-- | plugins/check_curl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c index 73b3aad0..1e9561bb 100644 --- a/plugins/check_curl.c +++ b/plugins/check_curl.c @@ -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> |