check_time: update copyright

This commit is contained in:
Lorenz Kästle 2024-10-31 14:13:00 +01:00
parent eca51d0787
commit 6dd03aff71

View file

@ -3,7 +3,7 @@
* Monitoring check_time 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_time";
const char *copyright = "1999-2007";
const char *copyright = "1999-2024";
const char *email = "devel@monitoring-plugins.org";
#include "common.h"