diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 08:59:55 (GMT) |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-06-01 08:59:55 (GMT) |
commit | 7caf9396d0398d808fea93594ffb5477eacc7a2e (patch) | |
tree | 28ded7752483d3ede008cd856fceb03f52fe4824 /plugins | |
parent | 3b6cde1cc05e4b36bf8053fc55383baa34954291 (diff) | |
download | monitoring-plugins-7caf939.tar.gz |
bumped coyright to 2018 in check_curl.c
Diffstat (limited to 'plugins')
-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 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 | *****************************************************************************/ |
35 | const char *progname = "check_curl"; | 35 | const char *progname = "check_curl"; |
36 | 36 | ||
37 | const char *copyright = "2006-2017"; | 37 | const char *copyright = "2006-2018"; |
38 | const char *email = "devel@monitoring-plugins.org"; | 38 | const char *email = "devel@monitoring-plugins.org"; |
39 | 39 | ||
40 | #include <ctype.h> | 40 | #include <ctype.h> |