[Openvas-commits] r12010 - in trunk/openvas-libraries: . hg misc nasl
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 7 10:27:53 CET 2011
Author: mwiegand
Date: 2011-11-07 10:27:42 +0100 (Mon, 07 Nov 2011)
New Revision: 12010
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/hg/hg_add_hosts.c
trunk/openvas-libraries/hg/hg_add_hosts.h
trunk/openvas-libraries/hg/hg_debug.c
trunk/openvas-libraries/hg/hg_dns_axfr.c
trunk/openvas-libraries/hg/hg_dns_axfr.h
trunk/openvas-libraries/hg/hg_filter.c
trunk/openvas-libraries/hg/hg_filter.h
trunk/openvas-libraries/hg/hg_subnet.c
trunk/openvas-libraries/hg/hg_subnet.h
trunk/openvas-libraries/hg/hg_utils.c
trunk/openvas-libraries/hg/hg_utils.h
trunk/openvas-libraries/hg/hosts_gatherer.c
trunk/openvas-libraries/hg/hosts_gatherer.h
trunk/openvas-libraries/hg/test.c
trunk/openvas-libraries/misc/bpf_share.c
trunk/openvas-libraries/misc/comm.h
trunk/openvas-libraries/misc/kb.c
trunk/openvas-libraries/misc/nvt_categories.h
trunk/openvas-libraries/misc/pcap.c
trunk/openvas-libraries/misc/popen.c
trunk/openvas-libraries/misc/rand.c
trunk/openvas-libraries/misc/rand.h
trunk/openvas-libraries/misc/resolve.c
trunk/openvas-libraries/misc/resolve.h
trunk/openvas-libraries/misc/scanners_utils.c
trunk/openvas-libraries/misc/scanners_utils.h
trunk/openvas-libraries/misc/services.h
trunk/openvas-libraries/misc/services1.c
trunk/openvas-libraries/misc/www_funcs.c
trunk/openvas-libraries/nasl/arc4.c
trunk/openvas-libraries/nasl/byteorder.h
trunk/openvas-libraries/nasl/capture_packet.c
trunk/openvas-libraries/nasl/capture_packet.h
trunk/openvas-libraries/nasl/charcnv.c
trunk/openvas-libraries/nasl/charset.h
trunk/openvas-libraries/nasl/exec.c
trunk/openvas-libraries/nasl/exec.h
trunk/openvas-libraries/nasl/genrand.c
trunk/openvas-libraries/nasl/hmacmd5.c
trunk/openvas-libraries/nasl/hmacmd5.h
trunk/openvas-libraries/nasl/iconv.c
trunk/openvas-libraries/nasl/iconv.h
trunk/openvas-libraries/nasl/lint.c
trunk/openvas-libraries/nasl/md4.c
trunk/openvas-libraries/nasl/md4.h
trunk/openvas-libraries/nasl/nasl.c
trunk/openvas-libraries/nasl/nasl.h
trunk/openvas-libraries/nasl/nasl_builtin_openvas_tcp_scanner.c
trunk/openvas-libraries/nasl/nasl_cmd_exec.c
trunk/openvas-libraries/nasl/nasl_cmd_exec.h
trunk/openvas-libraries/nasl/nasl_crypto.c
trunk/openvas-libraries/nasl/nasl_crypto.h
trunk/openvas-libraries/nasl/nasl_crypto2.c
trunk/openvas-libraries/nasl/nasl_crypto2.h
trunk/openvas-libraries/nasl/nasl_debug.c
trunk/openvas-libraries/nasl/nasl_debug.h
trunk/openvas-libraries/nasl/nasl_func.c
trunk/openvas-libraries/nasl/nasl_func.h
trunk/openvas-libraries/nasl/nasl_global_ctxt.h
trunk/openvas-libraries/nasl/nasl_grammar.y
trunk/openvas-libraries/nasl/nasl_host.c
trunk/openvas-libraries/nasl/nasl_host.h
trunk/openvas-libraries/nasl/nasl_http.c
trunk/openvas-libraries/nasl/nasl_http.h
trunk/openvas-libraries/nasl/nasl_init.c
trunk/openvas-libraries/nasl/nasl_init.h
trunk/openvas-libraries/nasl/nasl_lex_ctxt.c
trunk/openvas-libraries/nasl/nasl_lex_ctxt.h
trunk/openvas-libraries/nasl/nasl_misc_funcs.c
trunk/openvas-libraries/nasl/nasl_misc_funcs.h
trunk/openvas-libraries/nasl/nasl_packet_forgery.c
trunk/openvas-libraries/nasl/nasl_packet_forgery.h
trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.c
trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.h
trunk/openvas-libraries/nasl/nasl_raw.h
trunk/openvas-libraries/nasl/nasl_regex.h
trunk/openvas-libraries/nasl/nasl_scanner_glue.c
trunk/openvas-libraries/nasl/nasl_scanner_glue.h
trunk/openvas-libraries/nasl/nasl_socket.c
trunk/openvas-libraries/nasl/nasl_socket.h
trunk/openvas-libraries/nasl/nasl_text_utils.c
trunk/openvas-libraries/nasl/nasl_text_utils.h
trunk/openvas-libraries/nasl/nasl_tree.c
trunk/openvas-libraries/nasl/nasl_tree.h
trunk/openvas-libraries/nasl/nasl_var.c
trunk/openvas-libraries/nasl/nasl_var.h
trunk/openvas-libraries/nasl/preparse.c
trunk/openvas-libraries/nasl/preparse.h
trunk/openvas-libraries/nasl/regex.c
trunk/openvas-libraries/nasl/smb.h
trunk/openvas-libraries/nasl/smb_crypt.c
trunk/openvas-libraries/nasl/smb_crypt2.c
trunk/openvas-libraries/nasl/smb_signing.c
trunk/openvas-libraries/nasl/smb_signing.h
trunk/openvas-libraries/nasl/strutils.c
trunk/openvas-libraries/nasl/strutils.h
trunk/openvas-libraries/nasl/time.c
Log:
* hg/hg_add_hosts.c, hg/hg_add_hosts.h, hg/hg_debug.c,
hg/hg_dns_axfr.c, hg/hg_dns_axfr.h, hg/hg_filter.c, hg/hg_filter.h,
hg/hg_subnet.c, hg/hg_subnet.h, hg/hg_utils.c, hg/hg_utils.h,
hg/hosts_gatherer.c, hg/hosts_gatherer.h, hg/test.c, misc/bpf_share.c,
misc/comm.h, misc/kb.c, misc/nvt_categories.h, misc/pcap.c,
misc/popen.c, misc/rand.c, misc/rand.h, misc/resolve.c,
misc/resolve.h, misc/scanners_utils.c, misc/scanners_utils.h,
misc/services1.c, misc/services.h, misc/www_funcs.c, nasl/arc4.c,
nasl/byteorder.h, nasl/capture_packet.c, nasl/capture_packet.h,
nasl/charcnv.c, nasl/charset.h, nasl/exec.c, nasl/exec.h,
nasl/genrand.c, nasl/hmacmd5.c, nasl/hmacmd5.h, nasl/iconv.c,
nasl/iconv.h, nasl/lint.c, nasl/md4.c, nasl/md4.h,
nasl/nasl_builtin_openvas_tcp_scanner.c, nasl/nasl.c,
nasl/nasl_cmd_exec.c, nasl/nasl_cmd_exec.h, nasl/nasl_crypto2.c,
nasl/nasl_crypto2.h, nasl/nasl_crypto.c, nasl/nasl_crypto.h,
nasl/nasl_debug.c, nasl/nasl_debug.h, nasl/nasl_func.c,
nasl/nasl_func.h, nasl/nasl_global_ctxt.h, nasl/nasl_grammar.y,
nasl/nasl.h, nasl/nasl_host.c, nasl/nasl_host.h, nasl/nasl_http.c,
nasl/nasl_http.h, nasl/nasl_init.c, nasl/nasl_init.h,
nasl/nasl_lex_ctxt.c, nasl/nasl_lex_ctxt.h, nasl/nasl_misc_funcs.c,
nasl/nasl_misc_funcs.h, nasl/nasl_packet_forgery.c,
nasl/nasl_packet_forgery.h, nasl/nasl_packet_forgery_v6.c,
nasl/nasl_packet_forgery_v6.h, nasl/nasl_raw.h, nasl/nasl_regex.h,
nasl/nasl_scanner_glue.c, nasl/nasl_scanner_glue.h,
nasl/nasl_socket.c, nasl/nasl_socket.h, nasl/nasl_text_utils.c,
nasl/nasl_text_utils.h, nasl/nasl_tree.c, nasl/nasl_tree.h,
nasl/nasl_var.c, nasl/nasl_var.h, nasl/preparse.c, nasl/preparse.h,
nasl/regex.c, nasl/smb_crypt2.c, nasl/smb_crypt.c, nasl/smb.h,
nasl/smb_signing.c, nasl/smb_signing.h, nasl/strutils.c,
nasl/strutils.h, nasl/time.c: Ensure that the license text contains
the correct address if the Free Software Foundation. Suggested by
Michal Ambroz.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/ChangeLog 2011-11-07 09:27:42 UTC (rev 12010)
@@ -1,5 +1,40 @@
2011-11-07 Michael Wiegand <michael.wiegand at greenbone.net>
+ * hg/hg_add_hosts.c, hg/hg_add_hosts.h, hg/hg_debug.c,
+ hg/hg_dns_axfr.c, hg/hg_dns_axfr.h, hg/hg_filter.c, hg/hg_filter.h,
+ hg/hg_subnet.c, hg/hg_subnet.h, hg/hg_utils.c, hg/hg_utils.h,
+ hg/hosts_gatherer.c, hg/hosts_gatherer.h, hg/test.c, misc/bpf_share.c,
+ misc/comm.h, misc/kb.c, misc/nvt_categories.h, misc/pcap.c,
+ misc/popen.c, misc/rand.c, misc/rand.h, misc/resolve.c,
+ misc/resolve.h, misc/scanners_utils.c, misc/scanners_utils.h,
+ misc/services1.c, misc/services.h, misc/www_funcs.c, nasl/arc4.c,
+ nasl/byteorder.h, nasl/capture_packet.c, nasl/capture_packet.h,
+ nasl/charcnv.c, nasl/charset.h, nasl/exec.c, nasl/exec.h,
+ nasl/genrand.c, nasl/hmacmd5.c, nasl/hmacmd5.h, nasl/iconv.c,
+ nasl/iconv.h, nasl/lint.c, nasl/md4.c, nasl/md4.h,
+ nasl/nasl_builtin_openvas_tcp_scanner.c, nasl/nasl.c,
+ nasl/nasl_cmd_exec.c, nasl/nasl_cmd_exec.h, nasl/nasl_crypto2.c,
+ nasl/nasl_crypto2.h, nasl/nasl_crypto.c, nasl/nasl_crypto.h,
+ nasl/nasl_debug.c, nasl/nasl_debug.h, nasl/nasl_func.c,
+ nasl/nasl_func.h, nasl/nasl_global_ctxt.h, nasl/nasl_grammar.y,
+ nasl/nasl.h, nasl/nasl_host.c, nasl/nasl_host.h, nasl/nasl_http.c,
+ nasl/nasl_http.h, nasl/nasl_init.c, nasl/nasl_init.h,
+ nasl/nasl_lex_ctxt.c, nasl/nasl_lex_ctxt.h, nasl/nasl_misc_funcs.c,
+ nasl/nasl_misc_funcs.h, nasl/nasl_packet_forgery.c,
+ nasl/nasl_packet_forgery.h, nasl/nasl_packet_forgery_v6.c,
+ nasl/nasl_packet_forgery_v6.h, nasl/nasl_raw.h, nasl/nasl_regex.h,
+ nasl/nasl_scanner_glue.c, nasl/nasl_scanner_glue.h,
+ nasl/nasl_socket.c, nasl/nasl_socket.h, nasl/nasl_text_utils.c,
+ nasl/nasl_text_utils.h, nasl/nasl_tree.c, nasl/nasl_tree.h,
+ nasl/nasl_var.c, nasl/nasl_var.h, nasl/preparse.c, nasl/preparse.h,
+ nasl/regex.c, nasl/smb_crypt2.c, nasl/smb_crypt.c, nasl/smb.h,
+ nasl/smb_signing.c, nasl/smb_signing.h, nasl/strutils.c,
+ nasl/strutils.h, nasl/time.c: Ensure that the license text contains
+ the correct address if the Free Software Foundation. Suggested by
+ Michal Ambroz.
+
+2011-11-07 Michael Wiegand <michael.wiegand at greenbone.net>
+
* COPYING.GPLv2, COPYING.LGPLv2: Update with fresh copies obtained
from http://www.gnu.org/licenses/old-licenses/ to ensure the licenses
contains the correct address of the Free Software Foundation and to
Modified: trunk/openvas-libraries/hg/hg_add_hosts.c
===================================================================
--- trunk/openvas-libraries/hg/hg_add_hosts.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_add_hosts.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <arpa/inet.h> /* for inet_aton */
Modified: trunk/openvas-libraries/hg/hg_add_hosts.h
===================================================================
--- trunk/openvas-libraries/hg/hg_add_hosts.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_add_hosts.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef HG_ADD_HOSTS_H__
Modified: trunk/openvas-libraries/hg/hg_debug.c
===================================================================
--- trunk/openvas-libraries/hg/hg_debug.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_debug.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <arpa/inet.h> /* for inet_ntoa */
Modified: trunk/openvas-libraries/hg/hg_dns_axfr.c
===================================================================
--- trunk/openvas-libraries/hg/hg_dns_axfr.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_dns_axfr.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/hg/hg_dns_axfr.h
===================================================================
--- trunk/openvas-libraries/hg/hg_dns_axfr.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_dns_axfr.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __HG_DNS_AXFR__
Modified: trunk/openvas-libraries/hg/hg_filter.c
===================================================================
--- trunk/openvas-libraries/hg/hg_filter.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_filter.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <string.h> /* for strcmp */
Modified: trunk/openvas-libraries/hg/hg_filter.h
===================================================================
--- trunk/openvas-libraries/hg/hg_filter.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_filter.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef HG_FILTER_H__
Modified: trunk/openvas-libraries/hg/hg_subnet.c
===================================================================
--- trunk/openvas-libraries/hg/hg_subnet.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_subnet.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <string.h> /* for strdup */
Modified: trunk/openvas-libraries/hg/hg_subnet.h
===================================================================
--- trunk/openvas-libraries/hg/hg_subnet.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_subnet.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef HG_SUBNET_H__
Modified: trunk/openvas-libraries/hg/hg_utils.c
===================================================================
--- trunk/openvas-libraries/hg/hg_utils.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_utils.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <arpa/inet.h> /* for inet_addr */
Modified: trunk/openvas-libraries/hg/hg_utils.h
===================================================================
--- trunk/openvas-libraries/hg/hg_utils.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hg_utils.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef HL2_UTILS_H__
Modified: trunk/openvas-libraries/hg/hosts_gatherer.c
===================================================================
--- trunk/openvas-libraries/hg/hosts_gatherer.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hosts_gatherer.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/**
Modified: trunk/openvas-libraries/hg/hosts_gatherer.h
===================================================================
--- trunk/openvas-libraries/hg/hosts_gatherer.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/hosts_gatherer.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef HOSTS_GATHERER_H__
Modified: trunk/openvas-libraries/hg/test.c
===================================================================
--- trunk/openvas-libraries/hg/test.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/hg/test.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
Modified: trunk/openvas-libraries/misc/bpf_share.c
===================================================================
--- trunk/openvas-libraries/misc/bpf_share.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/bpf_share.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -11,7 +11,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/misc/comm.h
===================================================================
--- trunk/openvas-libraries/misc/comm.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/comm.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _OPENVAS_COMM_H
Modified: trunk/openvas-libraries/misc/kb.c
===================================================================
--- trunk/openvas-libraries/misc/kb.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/kb.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*
* Knowledge base management API
Modified: trunk/openvas-libraries/misc/nvt_categories.h
===================================================================
--- trunk/openvas-libraries/misc/nvt_categories.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/nvt_categories.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/**
Modified: trunk/openvas-libraries/misc/pcap.c
===================================================================
--- trunk/openvas-libraries/misc/pcap.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/pcap.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <netinet/in.h>
Modified: trunk/openvas-libraries/misc/popen.c
===================================================================
--- trunk/openvas-libraries/misc/popen.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/popen.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/misc/rand.c
===================================================================
--- trunk/openvas-libraries/misc/rand.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/rand.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Random generator helper functions
*/
Modified: trunk/openvas-libraries/misc/rand.h
===================================================================
--- trunk/openvas-libraries/misc/rand.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/rand.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Random generator helper functions
*/
Modified: trunk/openvas-libraries/misc/resolve.c
===================================================================
--- trunk/openvas-libraries/misc/resolve.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/resolve.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Hostname resolver.
*/
Modified: trunk/openvas-libraries/misc/resolve.h
===================================================================
--- trunk/openvas-libraries/misc/resolve.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/resolve.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _OPENVAS_RESOLVE_H
Modified: trunk/openvas-libraries/misc/scanners_utils.c
===================================================================
--- trunk/openvas-libraries/misc/scanners_utils.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/scanners_utils.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* scanners_utils -- scanner-plugins-specific stuff
*/
Modified: trunk/openvas-libraries/misc/scanners_utils.h
===================================================================
--- trunk/openvas-libraries/misc/scanners_utils.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/scanners_utils.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* scanners_utils -- scanner-plugins-specific stuff
*/
Modified: trunk/openvas-libraries/misc/services.h
===================================================================
--- trunk/openvas-libraries/misc/services.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/services.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
Modified: trunk/openvas-libraries/misc/services1.c
===================================================================
--- trunk/openvas-libraries/misc/services1.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/services1.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* TCP/IP service functions (getservent enhancement)
*/
Modified: trunk/openvas-libraries/misc/www_funcs.c
===================================================================
--- trunk/openvas-libraries/misc/www_funcs.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/misc/www_funcs.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -12,7 +12,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/arc4.c
===================================================================
--- trunk/openvas-libraries/nasl/arc4.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/arc4.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -17,7 +17,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
Modified: trunk/openvas-libraries/nasl/byteorder.h
===================================================================
--- trunk/openvas-libraries/nasl/byteorder.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/byteorder.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -15,7 +15,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _BYTEORDER_H
Modified: trunk/openvas-libraries/nasl/capture_packet.c
===================================================================
--- trunk/openvas-libraries/nasl/capture_packet.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/capture_packet.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/capture_packet.h
===================================================================
--- trunk/openvas-libraries/nasl/capture_packet.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/capture_packet.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef CAPTURE_PACKET_H
Modified: trunk/openvas-libraries/nasl/charcnv.c
===================================================================
--- trunk/openvas-libraries/nasl/charcnv.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/charcnv.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -18,7 +18,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
MODIFICATIONS: only those functions that are required for OpenVAS are retained, others are removed
Modified By Preeti Subramanian <spreeti at secpod.com>
Modified: trunk/openvas-libraries/nasl/charset.h
===================================================================
--- trunk/openvas-libraries/nasl/charset.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/charset.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* MODIFICATION: This has only those functions that cater to the requirements of OpenVAS, remaining functions are removed*/
Modified: trunk/openvas-libraries/nasl/exec.c
===================================================================
--- trunk/openvas-libraries/nasl/exec.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/exec.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/exec.h
===================================================================
--- trunk/openvas-libraries/nasl/exec.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/exec.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef EXEC_H_INCLUDED
Modified: trunk/openvas-libraries/nasl/genrand.c
===================================================================
--- trunk/openvas-libraries/nasl/genrand.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/genrand.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -17,7 +17,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
Modified: trunk/openvas-libraries/nasl/hmacmd5.c
===================================================================
--- trunk/openvas-libraries/nasl/hmacmd5.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/hmacmd5.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* taken direct from rfc2104 implementation and modified for suitable use
Modified: trunk/openvas-libraries/nasl/hmacmd5.h
===================================================================
--- trunk/openvas-libraries/nasl/hmacmd5.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/hmacmd5.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _HMAC_MD5_H
Modified: trunk/openvas-libraries/nasl/iconv.c
===================================================================
--- trunk/openvas-libraries/nasl/iconv.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/iconv.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Modified by Preeti Subramanian <spreeti at secpod.com>
* Modifications:
Modified: trunk/openvas-libraries/nasl/iconv.h
===================================================================
--- trunk/openvas-libraries/nasl/iconv.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/iconv.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -19,7 +19,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#if !defined(HAVE_ICONV) && defined(HAVE_ICONV_H)
Modified: trunk/openvas-libraries/nasl/lint.c
===================================================================
--- trunk/openvas-libraries/nasl/lint.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/lint.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/md4.c
===================================================================
--- trunk/openvas-libraries/nasl/md4.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/md4.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -15,7 +15,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <stdint.h>
Modified: trunk/openvas-libraries/nasl/md4.h
===================================================================
--- trunk/openvas-libraries/nasl/md4.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/md4.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -15,7 +15,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
void mdfour_ntlmssp(unsigned char *out, const unsigned char *in, int n);
Modified: trunk/openvas-libraries/nasl/nasl.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/**
Modified: trunk/openvas-libraries/nasl/nasl.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __LIB_NASL_H__
Modified: trunk/openvas-libraries/nasl/nasl_builtin_openvas_tcp_scanner.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_builtin_openvas_tcp_scanner.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_builtin_openvas_tcp_scanner.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -12,7 +12,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_cmd_exec.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_cmd_exec.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_cmd_exec.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_cmd_exec.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_cmd_exec.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_cmd_exec.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_UNSAFE_H
Modified: trunk/openvas-libraries/nasl/nasl_crypto.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_crypto.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_crypto.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_crypto.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_crypto.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_crypto.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* MODIFICATION: added definitions for implemention NTLMSSP features
*/
Modified: trunk/openvas-libraries/nasl/nasl_crypto2.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_crypto2.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_crypto2.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_crypto2.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_crypto2.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_crypto2.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_CRYPTO2_H
Modified: trunk/openvas-libraries/nasl/nasl_debug.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_debug.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_debug.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_debug.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_debug.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_debug.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_DEBUG_H__
Modified: trunk/openvas-libraries/nasl/nasl_func.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_func.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_func.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_func.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_func.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_func.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_FUNC_H_INCLUDED
Modified: trunk/openvas-libraries/nasl/nasl_global_ctxt.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_global_ctxt.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_global_ctxt.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _NASL_CTX_H
Modified: trunk/openvas-libraries/nasl/nasl_grammar.y
===================================================================
--- trunk/openvas-libraries/nasl/nasl_grammar.y 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_grammar.y 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#define YYPARSE_PARAM parm
Modified: trunk/openvas-libraries/nasl/nasl_host.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_host.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_host.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
/*
Modified: trunk/openvas-libraries/nasl/nasl_host.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_host.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_host.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_HOST_H
Modified: trunk/openvas-libraries/nasl/nasl_http.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_http.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_http.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <glib.h>
Modified: trunk/openvas-libraries/nasl/nasl_http.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_http.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_http.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_HTTP_H
Modified: trunk/openvas-libraries/nasl/nasl_init.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_init.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_init.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_init.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_init.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_init.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_INIT_H
Modified: trunk/openvas-libraries/nasl/nasl_lex_ctxt.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_lex_ctxt.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_lex_ctxt.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_lex_ctxt.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_lex_ctxt.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_lex_ctxt.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _NASL_LEX_CTXT_H
Modified: trunk/openvas-libraries/nasl/nasl_misc_funcs.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_misc_funcs.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_misc_funcs.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
/*
Modified: trunk/openvas-libraries/nasl/nasl_misc_funcs.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_misc_funcs.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_misc_funcs.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_MISC_FUNCS_H
Modified: trunk/openvas-libraries/nasl/nasl_packet_forgery.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_packet_forgery.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_packet_forgery.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_packet_forgery.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_packet_forgery.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_packet_forgery.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_PACKET_FORGERY_H
Modified: trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*
* Modified for IPv6 packet forgery - 04/02/2010
Modified: trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_packet_forgery_v6.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*
* Modified for IPv6 packet forgery - 04/02/2010
Modified: trunk/openvas-libraries/nasl/nasl_raw.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_raw.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_raw.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_regex.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_regex.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_regex.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
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. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
#ifdef HAVE_REGEX_SUPPORT
#include <regex.h>
Modified: trunk/openvas-libraries/nasl/nasl_scanner_glue.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_scanner_glue.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_scanner_glue.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_scanner_glue.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_scanner_glue.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_scanner_glue.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_SCANNER_GLUE_H
Modified: trunk/openvas-libraries/nasl/nasl_socket.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_socket.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_socket.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_socket.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_socket.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_socket.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* -------------------------------------------------------------------- *
Modified: trunk/openvas-libraries/nasl/nasl_text_utils.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_text_utils.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_text_utils.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -14,7 +14,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_text_utils.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_text_utils.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_text_utils.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_TEXT_UTILS_H
Modified: trunk/openvas-libraries/nasl/nasl_tree.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_tree.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_tree.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_tree.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_tree.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_tree.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASLTREE_H_INCLUDED
Modified: trunk/openvas-libraries/nasl/nasl_var.c
===================================================================
--- trunk/openvas-libraries/nasl/nasl_var.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_var.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/nasl_var.h
===================================================================
--- trunk/openvas-libraries/nasl/nasl_var.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/nasl_var.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL_VAR_H_INCLUDED
Modified: trunk/openvas-libraries/nasl/preparse.c
===================================================================
--- trunk/openvas-libraries/nasl/preparse.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/preparse.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/preparse.h
===================================================================
--- trunk/openvas-libraries/nasl/preparse.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/preparse.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/regex.c
===================================================================
--- trunk/openvas-libraries/nasl/regex.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/regex.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
/* AIX requires this to be the first thing in the file. */
#if defined (_AIX) && !defined (REGEX_MALLOC)
Modified: trunk/openvas-libraries/nasl/smb.h
===================================================================
--- trunk/openvas-libraries/nasl/smb.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/smb.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -21,7 +21,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
Modified: trunk/openvas-libraries/nasl/smb_crypt.c
===================================================================
--- trunk/openvas-libraries/nasl/smb_crypt.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/smb_crypt.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -19,7 +19,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* NOTES:
Modified: trunk/openvas-libraries/nasl/smb_crypt2.c
===================================================================
--- trunk/openvas-libraries/nasl/smb_crypt2.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/smb_crypt2.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -19,7 +19,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <ctype.h>
Modified: trunk/openvas-libraries/nasl/smb_signing.c
===================================================================
--- trunk/openvas-libraries/nasl/smb_signing.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/smb_signing.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Modified by Preeti Subramanian <spreeti at secpod.com> for OpenVAS:
simple packet signature function argument struct smb_basic_signing_context
Modified: trunk/openvas-libraries/nasl/smb_signing.h
===================================================================
--- trunk/openvas-libraries/nasl/smb_signing.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/smb_signing.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -16,7 +16,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Modified by Preeti Subramanian <spreeti at secpod.com> for OpenVAS:
simple packet signature function argument struct smb_basic_signing_context
Modified: trunk/openvas-libraries/nasl/strutils.c
===================================================================
--- trunk/openvas-libraries/nasl/strutils.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/strutils.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
Modified: trunk/openvas-libraries/nasl/strutils.h
===================================================================
--- trunk/openvas-libraries/nasl/strutils.h 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/strutils.h 2011-11-07 09:27:42 UTC (rev 12010)
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef NASL2_STRUTILS_H__
Modified: trunk/openvas-libraries/nasl/time.c
===================================================================
--- trunk/openvas-libraries/nasl/time.c 2011-11-07 08:33:04 UTC (rev 12009)
+++ trunk/openvas-libraries/nasl/time.c 2011-11-07 09:27:42 UTC (rev 12010)
@@ -18,7 +18,7 @@
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.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*MODIFICATION: minor changes for OpenVAS*/
More information about the Openvas-commits
mailing list