diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:33:51 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 02:33:51 (GMT) |
commit | 078e9b96adce9a9ae10535e496a743288eb8c9f2 (patch) | |
tree | 9a1f410e5c806a714094f3fbce5d36e21b14830b /plugins | |
parent | 4f34506c81484673bf3623d1c3a8100dc1761e8c (diff) | |
download | monitoring-plugins-078e9b96adce9a9ae10535e496a743288eb8c9f2.tar.gz |
check_dns: update copyright
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_dns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index e5ca581..e1e7c00 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Monitoring check_dns plugin | 3 | * Monitoring check_dns plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2000-2008 Monitoring Plugins Development Team | 6 | * Copyright (c) 2000-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_dns"; | 32 | const char *progname = "check_dns"; |
33 | const char *copyright = "2000-2008"; | 33 | const char *copyright = "2000-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" |