From 416f93bc0c0e0bfc89930d57b469b231a438c6b1 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 13 Apr 2014 18:36:04 +0200 Subject: [PATCH] Adjusted names in license text. --- ip65/parser.s | 2 +- test/cifs.s | 2 +- test/dns.s | 2 +- test/dottedquad.s | 2 +- test/geturl.s | 2 +- test/parsequerystring.s | 2 +- test/parser.s | 2 +- test/ping.s | 2 +- test/sntp.s | 2 +- test/tcp.s | 2 +- test/tftp.s | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ip65/parser.s b/ip65/parser.s index 3420796..934a580 100644 --- a/ip65/parser.s +++ b/ip65/parser.s @@ -32,7 +32,7 @@ current_string_ptr=get_next_byte+1 bne :+ inc current_string_ptr+1 : pha - pla ; reload A so flags are set correctly + pla ; reload A so flags are set correctly rts diff --git a/test/cifs.s b/test/cifs.s index 9e9275f..493e386 100644 --- a/test/cifs.s +++ b/test/cifs.s @@ -93,7 +93,7 @@ sample_msg: -; -- LICENSE FOR testdns.s -- +; -- LICENSE FOR cifs.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/dns.s b/test/dns.s index b3000fe..e442ac4 100644 --- a/test/dns.s +++ b/test/dns.s @@ -107,7 +107,7 @@ hardcoded_dns_server: -; -- LICENSE FOR testdns.s -- +; -- LICENSE FOR dns.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/dottedquad.s b/test/dottedquad.s index 73b0fc6..19afc2c 100644 --- a/test/dottedquad.s +++ b/test/dottedquad.s @@ -91,7 +91,7 @@ dotted_quad_7: -; -- LICENSE FOR testdottedquad.s -- +; -- LICENSE FOR dottedquad.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/geturl.s b/test/geturl.s index efdb3ad..3f70cfd 100644 --- a/test/geturl.s +++ b/test/geturl.s @@ -119,7 +119,7 @@ dl_buffer: .res dl_buffer_length -; -- LICENSE FOR test_get_url.s -- +; -- LICENSE FOR geturl.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/parsequerystring.s b/test/parsequerystring.s index 0e779b7..c146882 100644 --- a/test/parsequerystring.s +++ b/test/parsequerystring.s @@ -110,7 +110,7 @@ query_6: -; -- LICENSE FOR test_parse_querystring.s -- +; -- LICENSE FOR parsequerystring.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/parser.s b/test/parser.s index 0839d98..d583c54 100644 --- a/test/parser.s +++ b/test/parser.s @@ -208,7 +208,7 @@ atom_file: -; -- LICENSE FOR test_parser.s -- +; -- LICENSE FOR parser.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/ping.s b/test/ping.s index 31eb1e0..8d4a788 100644 --- a/test/ping.s +++ b/test/ping.s @@ -61,7 +61,7 @@ buffer2: .res 256 -; -- LICENSE FOR test_ping.s -- +; -- LICENSE FOR ping.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/sntp.s b/test/sntp.s index 8086c70..2e6d37e 100644 --- a/test/sntp.s +++ b/test/sntp.s @@ -85,7 +85,7 @@ dns_error: -; -- LICENSE FOR test_sntp.s -- +; -- LICENSE FOR sntp.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/tcp.s b/test/tcp.s index 97de0e5..e33f34d 100644 --- a/test/tcp.s +++ b/test/tcp.s @@ -550,7 +550,7 @@ get_next_byte: -; -- LICENSE FOR test_tcp.s -- +; -- LICENSE FOR tcp.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at diff --git a/test/tftp.s b/test/tftp.s index d0a4b3e..ba68fcb 100644 --- a/test/tftp.s +++ b/test/tftp.s @@ -101,7 +101,7 @@ buffer2: .res 256 -; -- LICENSE FOR testtftp.s -- +; -- LICENSE FOR tftp.s -- ; The contents of this file are subject to the Mozilla Public License ; Version 1.1 (the "License"); you may not use this file except in ; compliance with the License. You may obtain a copy of the License at