check_nt: update copyright

This commit is contained in:
Lorenz Kästle 2024-10-31 14:42:19 +01:00
parent 520617e398
commit fcfa439ff8

View file

@ -4,7 +4,7 @@
*
* License: GPL
* Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com)
* Copyright (c) 2003-2007 Monitoring Plugins Development Team
* Copyright (c) 2003-2024 Monitoring Plugins Development Team
*
* Description:
*
@ -33,7 +33,7 @@
*****************************************************************************/
const char *progname = "check_nt";
const char *copyright = "2000-2007";
const char *copyright = "2000-2024";
const char *email = "devel@monitoring-plugins.org";
#include "common.h"