mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_mysql_query: update copyright
This commit is contained in:
parent
30bd6716fb
commit
290025f8a9
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_mysql_query plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 2006-2009 Monitoring Plugins Development Team
|
||||
* Copyright (c) 2006-2024 Monitoring Plugins Development Team
|
||||
* Original code from check_mysql, copyright 1999 Didi Rieder
|
||||
*
|
||||
* Description:
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
const char *progname = "check_mysql_query";
|
||||
const char *copyright = "1999-2007";
|
||||
const char *copyright = "1999-2024";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
#include "common.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue