diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 12:56:28 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 12:56:28 (GMT) |
commit | 04471ba48d5cf2bb422b8bc1fec9cfdac2fbad5f (patch) | |
tree | b61423f0cbf02d0593dec0dc34840796da1d1177 /plugins | |
parent | 50f6ae2c6433d954027e7102f4f3982ba1cf048d (diff) | |
download | monitoring-plugins-04471ba48d5cf2bb422b8bc1fec9cfdac2fbad5f.tar.gz |
check_snmp: update copyright
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_snmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 2bfdcfe..0adf3be 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Monitoring check_snmp plugin | 3 | * Monitoring check_snmp 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 | * |
@@ -29,7 +29,7 @@ | |||
29 | *****************************************************************************/ | 29 | *****************************************************************************/ |
30 | 30 | ||
31 | const char *progname = "check_snmp"; | 31 | const char *progname = "check_snmp"; |
32 | const char *copyright = "1999-2007"; | 32 | const char *copyright = "1999-2024"; |
33 | const char *email = "devel@monitoring-plugins.org"; | 33 | const char *email = "devel@monitoring-plugins.org"; |
34 | 34 | ||
35 | #include "common.h" | 35 | #include "common.h" |