mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 14:19:30 -04:00
check_ntp: update copyright
This commit is contained in:
parent
41b0b959d8
commit
ffa1d68a34
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue