[Openvas-commits] r2628 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 2 11:14:55 CET 2009
Author: felix
Date: 2009-03-02 11:14:53 +0100 (Mon, 02 Mar 2009)
New Revision: 2628
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/data_mining.h
Log:
In module data_mining, added GPL header from implementation file to
header file.
* nessus/data_mining.h: Added GPL header from modules implementation
file (nessus/data_mining.c).
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-03-02 10:11:39 UTC (rev 2627)
+++ trunk/openvas-client/ChangeLog 2009-03-02 10:14:53 UTC (rev 2628)
@@ -1,5 +1,13 @@
2009-03-02 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ In module data_mining, added GPL header from implementation file to
+ header file.
+
+ * nessus/data_mining.h: Added GPL header from modules implementation
+ file (nessus/data_mining.c).
+
+2009-03-02 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
Added commented RATS ignores.
* src/gui/error_dlg.c (show_dialog_std): Added RATS ignore: Calling
Modified: trunk/openvas-client/nessus/data_mining.h
===================================================================
--- trunk/openvas-client/nessus/data_mining.h 2009-03-02 10:11:39 UTC (rev 2627)
+++ trunk/openvas-client/nessus/data_mining.h 2009-03-02 10:14:53 UTC (rev 2628)
@@ -1,3 +1,34 @@
+/* Nessus
+ * Copyright (C) 1998, 1999, 2000, 2001 Renaud Deraison
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2,
+ * as published by the Free Software Foundation
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * In addition, as a special exception, Renaud Deraison
+ * gives permission to link the code of this program with any
+ * version of the OpenSSL library which is distributed under a
+ * license identical to that listed in the included COPYING.OpenSSL
+ * file, and distribute linked combinations including the two.
+ * You must obey the GNU General Public License in all respects
+ * for all of the code used other than OpenSSL. If you modify
+ * this file, you may extend this exception to your version of the
+ * file, but you are not obligated to do so. If you do not wish to
+ * do so, delete this exception statement from your version.
+ *
+ * Implementation modified by Axel Nennker axel at nennker.de 20020306
+ * Removed unused variables and format string errors.
+ */
+
#ifndef __DATA_MINING_H__
#define __DATA_MINING_H__
More information about the Openvas-commits
mailing list