[Openvas-commits] r2443 - in trunk/openvas-libnasl: . nasl

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 10 13:01:49 CET 2009


Author: felix
Date: 2009-02-10 13:01:47 +0100 (Tue, 10 Feb 2009)
New Revision: 2443

Modified:
   trunk/openvas-libnasl/ChangeLog
   trunk/openvas-libnasl/nasl/nasl_crypto.h
Log:
Adding GPL header from module nasl_cryptos implementation file to its
header file.

* nasl/nasl_crypto.h: Added GPL header from implentation file
(nasl_crypto.c).


Modified: trunk/openvas-libnasl/ChangeLog
===================================================================
--- trunk/openvas-libnasl/ChangeLog	2009-02-10 11:59:26 UTC (rev 2442)
+++ trunk/openvas-libnasl/ChangeLog	2009-02-10 12:01:47 UTC (rev 2443)
@@ -1,5 +1,13 @@
 2009-02-10  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
+	Adding GPL header from module nasl_cryptos implementation file to its
+	header file.
+	
+	* nasl/nasl_crypto.h: Added GPL header from implentation file
+	(nasl_crypto.c).
+
+2009-02-10  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
 	Documentation and formatting.
 
 	* nasl/nasl_nessusd_glue.c: Documentation transformed and added,

Modified: trunk/openvas-libnasl/nasl/nasl_crypto.h
===================================================================
--- trunk/openvas-libnasl/nasl/nasl_crypto.h	2009-02-10 11:59:26 UTC (rev 2442)
+++ trunk/openvas-libnasl/nasl/nasl_crypto.h	2009-02-10 12:01:47 UTC (rev 2443)
@@ -1,3 +1,22 @@
+/* Nessus Attack Scripting Language 
+ *
+ * Copyright (C) 2002 - 2004 Tenable Network Security
+ *
+ * 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.
+ *
+ */
+
 #ifndef NASL_CRYPTO_H
 #define NASL_CRYPTO_H
 



More information about the Openvas-commits mailing list