summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 13:42:19 (GMT)
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 13:42:19 (GMT)
commitfcfa439ff85fab3d3d0046aff9f1e5ad4cb263c0 (patch)
treec0c5355f64356c49323e38af6b9e666f4715895f
parent520617e398682322f0e79e932101d7235e41aeb9 (diff)
downloadmonitoring-plugins-fcfa439ff85fab3d3d0046aff9f1e5ad4cb263c0.tar.gz
check_nt: update copyright
-rw-r--r--plugins/check_nt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index e0d0c23..413aad6 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * License: GPL 5 * License: GPL
6 * Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com) 6 * Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com)
7 * Copyright (c) 2003-2007 Monitoring Plugins Development Team 7 * Copyright (c) 2003-2024 Monitoring Plugins Development Team
8 * 8 *
9 * Description: 9 * Description:
10 * 10 *
@@ -33,7 +33,7 @@
33 *****************************************************************************/ 33 *****************************************************************************/
34 34
35const char *progname = "check_nt"; 35const char *progname = "check_nt";
36const char *copyright = "2000-2007"; 36const char *copyright = "2000-2024";
37const char *email = "devel@monitoring-plugins.org"; 37const char *email = "devel@monitoring-plugins.org";
38 38
39#include "common.h" 39#include "common.h"