From 63734f52ab1b4b2c17545b26fc41016d6bbd80bd Mon Sep 17 00:00:00 2001 From: Monitoring Plugins Development Team Date: Sat, 18 Jan 2014 03:40:24 -0500 Subject: Project rename initial commit. This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline. --- plugins/check_apt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/check_apt.c') diff --git a/plugins/check_apt.c b/plugins/check_apt.c index daeb7578..12038d07 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c @@ -1,9 +1,9 @@ /***************************************************************************** * -* Nagios check_apt plugin +* monitoring check_apt plugin * * License: GPL -* Copyright (c) 2006-2008 Nagios Plugins Development Team +* Copyright (c) 2006-2008 Monitoring Plugins Development Team * * Original author: Sean Finney * @@ -31,7 +31,7 @@ const char *progname = "check_apt"; const char *copyright = "2006-2008"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "runcmd.h" -- cgit v1.2.3