summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 02:45:50 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 02:45:50 (GMT)
commita4b3386657625fa8d24ca25993560895694ad9c8 (patch)
treef54f45500971e51b5814b04b2b62caa9585a01ab
parent80fcc8dfacba565881bc552f1f5515d7ea5ffbed (diff)
downloadmonitoring-plugins-a4b3386657625fa8d24ca25993560895694ad9c8.tar.gz
check_hpjd: update copyright
-rw-r--r--plugins/check_hpjd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index 836bf95..713b108 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -3,7 +3,7 @@
3 * Monitoring check_hpjd plugin 3 * Monitoring check_hpjd 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_hpjd"; 32const char *progname = "check_hpjd";
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"