check_dig: Update copyright

This commit is contained in:
RincewindsHat 2024-10-31 03:26:07 +01:00
parent 78aa691505
commit e57e86aedb

View file

@ -3,7 +3,7 @@
* Monitoring check_dig plugin
*
* License: GPL
* Copyright (c) 2002-2008 Monitoring Plugins Development Team
* Copyright (c) 2002-2024 Monitoring Plugins Development Team
*
* Description:
*
@ -33,7 +33,7 @@
* because on some architectures those strings are in non-writable memory */
const char *progname = "check_dig";
const char *copyright = "2002-2008";
const char *copyright = "2002-2024";
const char *email = "devel@monitoring-plugins.org";
#include "common.h"