summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-01 12:05:59 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-01 12:05:59 (GMT)
commit9f9f5fd9b22e6e6d6415be3c3ecde9f795b55fe2 (patch)
tree0586047f5d93ea7f65c782db157acc91742e3f39
parentf2ed728823276fc3f861ce909953c318f83aef74 (diff)
downloadmonitoring-plugins-9f9f5fd9b22e6e6d6415be3c3ecde9f795b55fe2.tar.gz
Update copyrightrefs/pull/1930/head
-rw-r--r--plugins-root/check_dhcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c
index 4d16772..0ddace5 100644
--- a/plugins-root/check_dhcp.c
+++ b/plugins-root/check_dhcp.c
@@ -34,7 +34,7 @@
34 *****************************************************************************/ 34 *****************************************************************************/
35 35
36const char *progname = "check_dhcp"; 36const char *progname = "check_dhcp";
37const char *copyright = "2001-2007"; 37const char *copyright = "2001-2023";
38const char *email = "devel@monitoring-plugins.org"; 38const char *email = "devel@monitoring-plugins.org";
39 39
40#include "common.h" 40#include "common.h"