From 733d7257191cfe5b77d6374257a1435ec14fd625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20K=C3=A4stle?= <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:18:24 +0100 Subject: negate: update copyright diff --git a/plugins/negate.c b/plugins/negate.c index ee497cd..e8f7c01 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -3,7 +3,7 @@ * Monitoring negate plugin * * License: GPL - * Copyright (c) 2002-2008 Monitoring Plugins Development Team + * Copyright (c) 2002-2024 Monitoring Plugins Development Team * * Description: * @@ -30,7 +30,7 @@ *****************************************************************************/ const char *progname = "negate"; -const char *copyright = "2002-2008"; +const char *copyright = "2002-2024"; const char *email = "devel@monitoring-plugins.org"; #define DEFAULT_TIMEOUT 11 -- cgit v0.10-9-g596f