diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 11:15:57 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 11:15:57 (GMT) |
commit | fc6363879157a3e70f5d56357bda1ab7ff083ba4 (patch) | |
tree | a52e72018f18606741096e1d5d795dca4e506006 /plugins | |
parent | cc45c9772b4a7df9cd2231fa8f36c33ca09495a7 (diff) | |
download | monitoring-plugins-fc6363879157a3e70f5d56357bda1ab7ff083ba4.tar.gz |
check_mrtg: Update copyright
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_mrtg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index e4d3243..0658f51 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Monitoring check_mrtg plugin | 3 | * Monitoring check_mrtg plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 1999-2007 Monitoring Plugins Development Team | 6 | * Copyright (c) 1999-2024 Monitoring Plugins Development Team |
7 | * | 7 | * |
8 | * Description: | 8 | * Description: |
9 | * | 9 | * |
@@ -30,7 +30,7 @@ | |||
30 | *****************************************************************************/ | 30 | *****************************************************************************/ |
31 | 31 | ||
32 | const char *progname = "check_mrtg"; | 32 | const char *progname = "check_mrtg"; |
33 | const char *copyright = "1999-2007"; | 33 | const char *copyright = "1999-2024"; |
34 | const char *email = "devel@monitoring-plugins.org"; | 34 | const char *email = "devel@monitoring-plugins.org"; |
35 | 35 | ||
36 | #include "common.h" | 36 | #include "common.h" |