summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 12:47:49 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 12:47:49 (GMT)
commitb033e670c6adf4073428f644e76e8d1c77fe0198 (patch)
tree2bfd0f9522715bd2df0a318cad06b789bfc08071 /plugins
parent5dcd63f11019d55f0de58ead32cbc01741dd2f1c (diff)
downloadmonitoring-plugins-b033e670c6adf4073428f644e76e8d1c77fe0198.tar.gz
check_real: update copyright
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_real.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c
index cfab26f..369a88b 100644
--- a/plugins/check_real.c
+++ b/plugins/check_real.c
@@ -3,7 +3,7 @@
3 * Monitoring check_real plugin 3 * Monitoring check_real plugin
4 * 4 *
5 * License: GPL 5 * License: GPL
6 * Copyright (c) 2000-2007 Monitoring Plugins Development Team 6 * Copyright (c) 2000-2024 Monitoring Plugins Development Team
7 * 7 *
8 * Description: 8 * Description:
9 * 9 *
@@ -29,7 +29,7 @@
29 *****************************************************************************/ 29 *****************************************************************************/
30 30
31const char *progname = "check_real"; 31const char *progname = "check_real";
32const char *copyright = "2000-2007"; 32const char *copyright = "2000-2024";
33const char *email = "devel@monitoring-plugins.org"; 33const char *email = "devel@monitoring-plugins.org";
34 34
35#include "common.h" 35#include "common.h"