diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 01:53:01 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 01:53:01 (GMT) |
commit | a30f0c6c08f90de8abe6ca277e98102aa4d6950c (patch) | |
tree | 9b3b6f4c2aca64452d76cd948adb72d16293e883 /plugins | |
parent | 80ec3f0f046384399d4850b06806815cbc5cc7c9 (diff) | |
download | monitoring-plugins-a30f0c6c08f90de8abe6ca277e98102aa4d6950c.tar.gz |
check_cluster: Copyright update
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_cluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index aa55528..6ca43c6 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2000-2004 Ethan Galstad (nagios@nagios.org) | 6 | * Copyright (c) 2000-2004 Ethan Galstad (nagios@nagios.org) |
7 | * Copyright (c) 2007 Monitoring Plugins Development Team | 7 | * Copyright (c) 2007-2024 Monitoring Plugins Development Team |
8 | * | 8 | * |
9 | * This program is free software: you can redistribute it and/or modify | 9 | * This program is free software: you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |
@@ -23,7 +23,7 @@ | |||
23 | *****************************************************************************/ | 23 | *****************************************************************************/ |
24 | 24 | ||
25 | const char *progname = "check_cluster"; | 25 | const char *progname = "check_cluster"; |
26 | const char *copyright = "2000-2007"; | 26 | const char *copyright = "2000-2024"; |
27 | const char *email = "devel@monitoring-plugins.org"; | 27 | const char *email = "devel@monitoring-plugins.org"; |
28 | 28 | ||
29 | #include "common.h" | 29 | #include "common.h" |