Răsfoiți Sursa

plugins/check_dummy.c - Copyright changes

Spenser Reinhardt 12 ani în urmă
părinte
comite
936f50c518
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      plugins/check_dummy.c

+ 2 - 2
plugins/check_dummy.c

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