ソースを参照

plugins/check_nwstat.c - Copyright changes

Spenser Reinhardt 12 年 前
コミット
ec9dab9bfe
1 ファイル変更2 行追加2 行削除
  1. 2 2
      plugins/check_nwstat.c

+ 2 - 2
plugins/check_nwstat.c

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