diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-12-29 10:23:02 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-12-29 10:23:02 +0000 |
commit | 5e0c236d6a3499f08b16a2ddb5147393e9dbd27a (patch) | |
tree | a46f47ec0b3d9e0a1cfd489891c1194a2e34b261 /plugins/check_curl.c | |
parent | 491e2c0f9124f52997510214b4df2d24a44b6914 (diff) | |
download | monitoring-plugins-5e0c236d6a3499f08b16a2ddb5147393e9dbd27a.tar.gz |
increased copyright
Diffstat (limited to 'plugins/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 5b6564c0..7aae9201 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> |