summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 13:40:13 (GMT)
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 13:40:13 (GMT)
commitd08ac703906fb2508540b7a3ea00ab881599a494 (patch)
tree00afb803ab0c6b07f72dd16daaff84bfe8268b22 /plugins
parent3b1ffd9264b232438be6965c398ecf3a6651b52c (diff)
downloadmonitoring-plugins-d08ac703906fb2508540b7a3ea00ab881599a494.tar.gz
check_overcr: update copyright
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_overcr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c
index 21991db..e80d477 100644
--- a/plugins/check_overcr.c
+++ b/plugins/check_overcr.c
@@ -3,7 +3,7 @@
3 * Monitoring check_overcr plugin 3 * Monitoring check_overcr 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 *
@@ -30,7 +30,7 @@
30 *****************************************************************************/ 30 *****************************************************************************/
31 31
32const char *progname = "check_overcr"; 32const char *progname = "check_overcr";
33const char *copyright = "2000-2007"; 33const char *copyright = "2000-2024";
34const char *email = "devel@monitoring-plugins.org"; 34const char *email = "devel@monitoring-plugins.org";
35 35
36#include "common.h" 36#include "common.h"