Browse Source

plugins/check_nt.c - Copyright changes

Spenser Reinhardt 12 years ago
parent
commit
1ab1fd4dd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/check_nt.c

+ 2 - 2
plugins/check_nt.c

@@ -4,7 +4,7 @@
 * 
 * License: GPL
 * Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com)
-* Copyright (c) 2003-2007 Nagios Plugins Development Team
+* Copyright (c) 2003-2014 Nagios Plugins Development Team
 * 
 * Description:
 * 
@@ -33,7 +33,7 @@
 *****************************************************************************/
 
 const char *progname = "check_nt";
-const char *copyright = "2000-2007";
+const char *copyright = "2000-2014";
 const char *email = "devel@nagios-plugins.org";
 
 #include "common.h"