check_snmp: update copyright

This commit is contained in:
RincewindsHat 2024-10-31 13:56:28 +01:00
parent 50f6ae2c64
commit 04471ba48d

View file

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