[Openvas-commits] r2622 - in trunk/openvas-client: . nessus
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 2 10:42:30 CET 2009
Author: felix
Date: 2009-03-02 10:42:29 +0100 (Mon, 02 Mar 2009)
New Revision: 2622
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/nessus/filter.h
Log:
In filter module, added GPL header from implementation file to the
header file.
* nessus/filter.h: Added GPL Header from modules implementation file
(nessus/filter.c).
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-03-02 09:37:36 UTC (rev 2621)
+++ trunk/openvas-client/ChangeLog 2009-03-02 09:42:29 UTC (rev 2622)
@@ -1,5 +1,13 @@
2009-03-02 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ In filter module, added GPL header from implementation file to the
+ header file.
+
+ * nessus/filter.h: Added GPL Header from modules implementation file
+ (nessus/filter.c).
+
+2009-03-02 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
* src/gui/ssh_keys_dialog.c: Documentation added/improved.
* nessus/prefs_dialog/listnotebook.h: Removed white spaces and
Modified: trunk/openvas-client/nessus/filter.h
===================================================================
--- trunk/openvas-client/nessus/filter.h 2009-03-02 09:37:36 UTC (rev 2621)
+++ trunk/openvas-client/nessus/filter.h 2009-03-02 09:42:29 UTC (rev 2622)
@@ -1,3 +1,31 @@
+/* Nessus
+ * Copyright (C) 1998 - 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.
+ */
+
#ifndef __NESSUS_FILTER_H__
#define __NESSUS_FILTER_H__
struct plugin_filter {
More information about the Openvas-commits
mailing list