Browse Source

plugins/check_by_ssh.c - Copyright changes

Spenser Reinhardt 12 years ago
parent
commit
64d733fe6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/check_by_ssh.c

+ 2 - 2
plugins/check_by_ssh.c

@@ -3,7 +3,7 @@
 * Nagios check_by_ssh plugin
 * Nagios check_by_ssh plugin
 * 
 * 
 * License: GPL
 * License: GPL
-* Copyright (c) 2000-2008 Nagios Plugins Development Team
+* Copyright (c) 2000-2014 Nagios Plugins Development Team
 * 
 * 
 * Description:
 * Description:
 * 
 * 
@@ -27,7 +27,7 @@
 *****************************************************************************/
 *****************************************************************************/
 
 
 const char *progname = "check_by_ssh";
 const char *progname = "check_by_ssh";
-const char *copyright = "2000-2008";
+const char *copyright = "2000-2014";
 const char *email = "devel@nagios-plugins.org";
 const char *email = "devel@nagios-plugins.org";
 
 
 #include "common.h"
 #include "common.h"