Ver Fonte

plugins/check_ntp.c - Copyright changes

Spenser Reinhardt há 12 anos atrás
pai
commit
9eb2d71fee
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      plugins/check_ntp.c

+ 2 - 2
plugins/check_ntp.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:
 * 
@@ -31,7 +31,7 @@
 *****************************************************************************/
 
 const char *progname = "check_ntp";
-const char *copyright = "2006-2008";
+const char *copyright = "2006-2014";
 const char *email = "devel@nagios-plugins.org";
 
 #include "common.h"