check_dummy: update copyright

This commit is contained in:
RincewindsHat 2024-10-31 03:35:18 +01:00
parent 31133c789c
commit 1633fd73bd

View file

@ -3,7 +3,7 @@
* Monitoring check_dummy plugin * Monitoring check_dummy plugin
* *
* License: GPL * License: GPL
* Copyright (c) 1999-2007 Monitoring Plugins Development Team * Copyright (c) 1999-2024 Monitoring Plugins Development Team
* *
* Description: * Description:
* *
@ -29,7 +29,7 @@
*****************************************************************************/ *****************************************************************************/
const char *progname = "check_dummy"; const char *progname = "check_dummy";
const char *copyright = "1999-2007"; const char *copyright = "1999-2024";
const char *email = "devel@monitoring-plugins.org"; const char *email = "devel@monitoring-plugins.org";
#include "common.h" #include "common.h"