[Openvas-commits] r2385 - in trunk/openvas-client: . nessus/prefs_dialog

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 4 12:15:45 CET 2009


Author: felix
Date: 2009-02-04 12:15:44 +0100 (Wed, 04 Feb 2009)
New Revision: 2385

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/nessus/prefs_dialog/prefs_dialog_plugins_prefs.h
   trunk/openvas-client/nessus/prefs_dialog/prefs_kb.h
Log:
Added GPL header of module implementation files to module header files.

* nessus/prefs_dialog/prefs_kb.h: Added GPL header from 
nessus/prefs_dialog/prefs_kb.c .

* nessus/prefs_dialog/prefs_dialog_plugins_prefs.h: Added GPL header
from nessus/prefs_dialog/prefs_dialog_plugins_prefs.c .

* ChangeLog: Corrected last entry (include guards addition was not mentioned).


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2009-02-04 10:44:18 UTC (rev 2384)
+++ trunk/openvas-client/ChangeLog	2009-02-04 11:15:44 UTC (rev 2385)
@@ -1,10 +1,21 @@
 2009-02-04  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
-	Minimal documentation of nessus_plugin module.
+	Added GPL header of module implementation files to module header files.
+	
+	* nessus/prefs_dialog/prefs_kb.h: Added GPL header from 
+	nessus/prefs_dialog/prefs_kb.c .
+	
+	* nessus/prefs_dialog/prefs_dialog_plugins_prefs.h: Added GPL header
+	from nessus/prefs_dialog/prefs_dialog_plugins_prefs.c .
 
-	* nessus/nessus_plugin.h, nessus/nessus_plugin.c: Added/transformed
-	documentation block comments.
+2009-02-04  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
+	Minimal documentation of nessus_plugin module, include guard in header.
+
+	* nessus/nessus_plugin.c: Added/transformed documentation block comments
+	
+	* nessus/nessus_plugin.h: Added include guard, minimal documentation.
+
 2009-02-04  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
 	Added GPL header from nessus/parser.c to nessus_plugin module.

Modified: trunk/openvas-client/nessus/prefs_dialog/prefs_dialog_plugins_prefs.h
===================================================================
--- trunk/openvas-client/nessus/prefs_dialog/prefs_dialog_plugins_prefs.h	2009-02-04 10:44:18 UTC (rev 2384)
+++ trunk/openvas-client/nessus/prefs_dialog/prefs_dialog_plugins_prefs.h	2009-02-04 11:15:44 UTC (rev 2385)
@@ -1,3 +1,31 @@
+/* Nessus
+ * Copyright (C) 1999, 2000 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 _NESSUSC_PREFS_DIALOG_PLUGINS_PREFS_H
 #define _NESSUSC_PREFS_DIALOG_PLUGINS_PREFS_H
 

Modified: trunk/openvas-client/nessus/prefs_dialog/prefs_kb.h
===================================================================
--- trunk/openvas-client/nessus/prefs_dialog/prefs_kb.h	2009-02-04 10:44:18 UTC (rev 2384)
+++ trunk/openvas-client/nessus/prefs_dialog/prefs_kb.h	2009-02-04 11:15:44 UTC (rev 2385)
@@ -1,3 +1,31 @@
+/* Nessus
+ * Copyright (C) 2000 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 PREFS_KB_H__
 #define PREFS_KB_H__
 



More information about the Openvas-commits mailing list