Procházet zdrojové kódy

plugins/check_ssh.c - Copyright changes

Spenser Reinhardt před 12 roky
rodič
revize
633c08892b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      plugins/check_ssh.c

+ 2 - 2
plugins/check_ssh.c

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