summaryrefslogtreecommitdiffstats
path: root/plugins/check_ssh.c
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 13:47:49 (GMT)
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2024-10-31 13:47:49 (GMT)
commit611b33a30e0369168a0cddfa1a8b5f9479f52056 (patch)
tree6665563598bd687a4b91ecda3dbf4698ed8d2fd6 /plugins/check_ssh.c
parentffa1d68a3442dea9499fedd754ac1d02f5641c54 (diff)
downloadmonitoring-plugins-611b33a30e0369168a0cddfa1a8b5f9479f52056.tar.gz
check_ssh: update copyright
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r--plugins/check_ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index 34ef37b..e9c55ad 100644
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
@@ -3,7 +3,7 @@
3* Monitoring check_ssh plugin 3* Monitoring check_ssh 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_ssh"; 31const char *progname = "check_ssh";
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"