Просмотр исходного кода

plugins/check_cluster.c - Copyright changes

Spenser Reinhardt 12 лет назад
Родитель
Сommit
72467e7814
1 измененных файлов с 2 добавлено и 2 удалено
  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"