check_nagios: update copyright

This commit is contained in:
RincewindsHat 2024-10-31 12:54:23 +01:00
parent eb6632f57d
commit ecbc67ec66

View file

@ -3,7 +3,7 @@
* Monitoring check_nagios plugin
*
* License: GPL
* Copyright (c) 1999-2007 Monitoring Plugins Development Team
* Copyright (c) 1999-2024 Monitoring Plugins Development Team
*
* Description:
*
@ -33,7 +33,7 @@
*****************************************************************************/
const char *progname = "check_nagios";
const char *copyright = "1999-2007";
const char *copyright = "1999-2024";
const char *email = "devel@monitoring-plugins.org";
#include "common.h"