Explorar o código

plugins/check_mysql_query.c - Copyright changes

Spenser Reinhardt %!s(int64=12) %!d(string=hai) anos
pai
achega
1ae2a7c466
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      plugins/check_mysql_query.c

+ 2 - 2
plugins/check_mysql_query.c

@@ -3,7 +3,7 @@
 * Nagios check_mysql_query plugin
 * 
 * License: GPL
-* Copyright (c) 2006-2009 Nagios Plugins Development Team
+* Copyright (c) 2006-2014 Nagios Plugins Development Team
 * Original code from check_mysql, copyright 1999 Didi Rieder
 * 
 * Description:
@@ -30,7 +30,7 @@
 *****************************************************************************/
 
 const char *progname = "check_mysql_query";
-const char *copyright = "1999-2007";
+const char *copyright = "1999-2014";
 const char *email = "devel@nagios-plugins.org";
 
 #include "common.h"