diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 03:35:18 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 03:35:18 +0100 |
commit | 1633fd73bde6f2a2899b2f20d2e07683d5ea13ce (patch) | |
tree | 721d957af267443ff33914b219f197dc5f0faa6f /plugins | |
parent | 31133c789c609f510a8490032633b4be822060fc (diff) | |
download | monitoring-plugins-1633fd73bde6f2a2899b2f20d2e07683d5ea13ce.tar.gz |
check_dummy: update copyright
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_dummy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c index 1d9d2abb..92622384 100644 --- a/plugins/check_dummy.c +++ b/plugins/check_dummy.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Monitoring check_dummy plugin | 3 | * Monitoring check_dummy 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_dummy"; | 31 | const char *progname = "check_dummy"; |
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" |