Adjusted names in license text.

This commit is contained in:
Oliver Schmidt 2014-04-13 18:36:04 +02:00
parent b861de5ce3
commit 416f93bc0c
11 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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