mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
check_http: update copyright
This commit is contained in:
parent
f0c6157cec
commit
8955f56de3
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_http plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 1999-2013 Monitoring Plugins Development Team
|
||||
* Copyright (c) 1999-2024 Monitoring Plugins Development Team
|
||||
*
|
||||
* Description:
|
||||
*
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
const char *progname = "check_http";
|
||||
const char *copyright = "1999-2022";
|
||||
const char *copyright = "1999-2024";
|
||||
const char *email = "devel@monitoring-plugins.org";
|
||||
|
||||
// Do NOT sort those headers, it will break the build
|
||||
|
|
|
|||
Loading…
Reference in a new issue