Jelajahi Sumber

plugins/check_cluster.c - Copyright changes

Spenser Reinhardt 12 tahun lalu
induk
melakukan
72467e7814
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      plugins/check_cluster.c

+ 2 - 2
plugins/check_cluster.c

@@ -4,7 +4,7 @@
 * 
 * License: GPL
 * Copyright (c) 2000-2004 Ethan Galstad (nagios@nagios.org)
-* Copyright (c) 2007 Nagios Plugins Development Team
+* Copyright (c) 2007-2014 Nagios Plugins Development Team
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 *****************************************************************************/
 
 const char *progname = "check_cluster";
-const char *copyright = "2000-2007";
+const char *copyright = "2000-2014";
 const char *email = "devel@nagios-plugins.org";
 
 #include "common.h"