Browse Source

check_dig.c - copyright changes

Spenser Reinhardt 12 years ago
parent
commit
1c8092240e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/check_dig.c

+ 2 - 2
plugins/check_dig.c

@@ -3,7 +3,7 @@
 * Nagios check_dig plugin
 * 
 * License: GPL
-* Copyright (c) 2002-2008 Nagios Plugins Development Team
+* Copyright (c) 2002-2014 Nagios Plugins Development Team
 * 
 * Description:
 * 
@@ -33,7 +33,7 @@
  *  because on some architectures those strings are in non-writable memory */
 
 const char *progname = "check_dig";
-const char *copyright = "2002-2008";
+const char *copyright = "2002-2014";
 const char *email = "devel@nagios-plugins.org";
 
 #include "common.h"