aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
authorGravatar Sebastian Harl <sh@teamix.net> 2011-04-07 18:28:41 +0200
committerGravatar Sebastian Harl <sh@teamix.net> 2012-07-05 11:36:58 +0200
commit034f6b3699d589ae1e744142a95da17b2fba41b3 (patch)
tree9654d92cef2ae2b4106744a6c55ac39a039c86f8 /plugins/check_pgsql.c
parentc3f97e6180f9dc711ac0424894f3a30849d3ff67 (diff)
downloadmonitoring-plugins-034f6b3699d589ae1e744142a95da17b2fba41b3.tar.gz
check_pgsql: Updated copyright.
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index d94914fe..ea3f4029 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -3,7 +3,7 @@
* Nagios check_pgsql plugin
*
* License: GPL
-* Copyright (c) 1999-2007 Nagios Plugins Development Team
+* Copyright (c) 1999-2011 Nagios Plugins Development Team
*
* Description:
*
@@ -29,7 +29,7 @@
*****************************************************************************/
const char *progname = "check_pgsql";
-const char *copyright = "1999-2007";
+const char *copyright = "1999-2011";
const char *email = "nagiosplug-devel@lists.sourceforge.net";
#include "common.h"