浏览代码

plugins/check_ntp_peer.c - Copyright changes

Spenser Reinhardt 12 年之前
父节点
当前提交
70019bf28d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/check_ntp_peer.c

+ 2 - 2
plugins/check_ntp_peer.c

@@ -4,7 +4,7 @@
 * 
 * License: GPL
 * Copyright (c) 2006 Sean Finney <seanius@seanius.net>
-* Copyright (c) 2006-2008 Nagios Plugins Development Team
+* Copyright (c) 2006-2014 Nagios Plugins Development Team
 * 
 * Description:
 * 
@@ -36,7 +36,7 @@
 *****************************************************************************/
 
 const char *progname = "check_ntp_peer";
-const char *copyright = "2006-2008";
+const char *copyright = "2006-2014";
 const char *email = "devel@nagios-plugins.org";
 
 #include "common.h"