check_ntp: update copyright

This commit is contained in:
Lorenz Kästle 2024-10-31 14:47:16 +01:00
parent 41b0b959d8
commit ffa1d68a34

View file

@ -4,7 +4,7 @@
*
* License: GPL
* Copyright (c) 2006 Sean Finney <seanius@seanius.net>
* Copyright (c) 2006-2008 Monitoring Plugins Development Team
* Copyright (c) 2006-2024 Monitoring Plugins Development Team
*
* Description:
*
@ -31,7 +31,7 @@
*****************************************************************************/
const char *progname = "check_ntp";
const char *copyright = "2006-2008";
const char *copyright = "2006-2024";
const char *email = "devel@monitoring-plugins.org";
#include "common.h"