summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c
index 7d0cc2e..d1f5068 100644
--- a/plugins/check_time.c
+++ b/plugins/check_time.c
@@ -3,7 +3,7 @@
3 * Monitoring check_time plugin 3 * Monitoring check_time plugin
4 * 4 *
5 * License: GPL 5 * License: GPL
6 * Copyright (c) 1999-2007 Monitoring Plugins Development Team 6 * Copyright (c) 1999-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_time"; 31const char *progname = "check_time";
32const char *copyright = "1999-2007"; 32const char *copyright = "1999-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"