mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
check_apt: update copyright
This commit is contained in:
parent
86f1703369
commit
2ceeada434
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Monitoring check_apt plugin
|
||||
*
|
||||
* License: GPL
|
||||
* Copyright (c) 2006-2008 Monitoring Plugins Development Team
|
||||
* Copyright (c) 2006-2024 Monitoring Plugins Development Team
|
||||
*
|
||||
* Original author: Sean Finney
|
||||
*
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
*****************************************************************************/
|
||||
|
||||
const char *progname = "check_apt";
|
||||
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