summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-01 08:59:55 (GMT)
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-01 08:59:55 (GMT)
commit7caf9396d0398d808fea93594ffb5477eacc7a2e (patch)
tree28ded7752483d3ede008cd856fceb03f52fe4824
parent3b6cde1cc05e4b36bf8053fc55383baa34954291 (diff)
downloadmonitoring-plugins-7caf939.tar.gz
bumped coyright to 2018 in check_curl.c
-rw-r--r--plugins/check_curl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 73b3aad..1e9561b 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -3,7 +3,7 @@
3* Monitoring check_curl plugin 3* Monitoring check_curl plugin
4* 4*
5* License: GPL 5* License: GPL
6* Copyright (c) 1999-2017 Monitoring Plugins Development Team 6* Copyright (c) 1999-2018 Monitoring Plugins Development Team
7* 7*
8* Description: 8* Description:
9* 9*
@@ -34,7 +34,7 @@
34*****************************************************************************/ 34*****************************************************************************/
35const char *progname = "check_curl"; 35const char *progname = "check_curl";
36 36
37const char *copyright = "2006-2017"; 37const char *copyright = "2006-2018";
38const char *email = "devel@monitoring-plugins.org"; 38const char *email = "devel@monitoring-plugins.org";
39 39
40#include <ctype.h> 40#include <ctype.h>