From: Beroset Date: Sat, 29 Dec 2007 14:44:23 +0000 (-0500) Subject: regularized spelling of license to match name of LICENSE file X-Git-Tag: nasm-2.11.05~1705 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=095e6a29737e5c79236d0a8b72f54f7c0cd04d22;p=platform%2Fupstream%2Fnasm.git regularized spelling of license to match name of LICENSE file --- diff --git a/Makefile.in b/Makefile.in index 7109178..f9d4a3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. top_srcdir = @top_srcdir@ diff --git a/assemble.c b/assemble.c index 30921ed..af620fb 100644 --- a/assemble.c +++ b/assemble.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * the actual codes (C syntax, i.e. octal): diff --git a/assemble.h b/assemble.h index d7ab299..1e79be0 100644 --- a/assemble.h +++ b/assemble.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/compiler.h b/compiler.h index b660855..b7f26f2 100644 --- a/compiler.h +++ b/compiler.h @@ -3,7 +3,7 @@ * Copyright 2007 The NASM Authors - All Rights Reserved * * This program is free software; you can redistribute it and/or modify - * it under the terms of the license given in the file "License" + * it under the terms of the license given in the file "LICENSE" * distributed in the NASM archive. * * ----------------------------------------------------------------------- */ diff --git a/disasm.c b/disasm.c index ab6ac7b..e7e508e 100644 --- a/disasm.c +++ b/disasm.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version 27/iii/95 by Simon Tatham diff --git a/disasm.h b/disasm.h index ab79cf2..56785ce 100644 --- a/disasm.h +++ b/disasm.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/eval.c b/eval.c index e9f6c25..6da5bb1 100644 --- a/eval.c +++ b/eval.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version 27/iii/95 by Simon Tatham diff --git a/eval.h b/eval.h index 6fb64ae..24b9dfc 100644 --- a/eval.h +++ b/eval.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/float.c b/float.c index cbc5bc3..a0b22fb 100644 --- a/float.c +++ b/float.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version 13/ix/96 by Simon Tatham diff --git a/float.h b/float.h index 6f64436..40305bc 100644 --- a/float.h +++ b/float.h @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/insns.dat b/insns.dat index 3e6bc1f..ae89071 100644 --- a/insns.dat +++ b/insns.dat @@ -2,7 +2,7 @@ ; ; The Netwide Assembler is copyright (C) 1996 Simon Tatham and ; Julian Hall. All rights reserved. The software is -; redistributable under the licence given in the file "Licence" +; redistributable under the license given in the file "LICENSE" ; distributed in the NASM archive. ; ; Format of file: All four fields must be present on every functional diff --git a/insns.h b/insns.h index 4e1b901..3fefa45 100644 --- a/insns.h +++ b/insns.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/insns.pl b/insns.pl index f48e2cc..8192e90 100644 --- a/insns.pl +++ b/insns.pl @@ -4,7 +4,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. # Opcode prefixes which need their own opcode tables diff --git a/labels.c b/labels.c index 96e4248..1ea35cf 100644 --- a/labels.c +++ b/labels.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/labels.h b/labels.h index 178b794..fba7a50 100644 --- a/labels.h +++ b/labels.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/listing.c b/listing.c index beca2b7..30e1af4 100644 --- a/listing.c +++ b/listing.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version 2/vii/97 by Simon Tatham diff --git a/listing.h b/listing.h index 8baadb1..c5e9d20 100644 --- a/listing.h +++ b/listing.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/macros.pl b/macros.pl index f3ed616..13fbbf7 100644 --- a/macros.pl +++ b/macros.pl @@ -4,7 +4,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. use strict; diff --git a/names.c b/names.c index 58721f4..0394d69 100644 --- a/names.c +++ b/names.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/nasm.c b/nasm.c index c4e0c60..b1c2239 100644 --- a/nasm.c +++ b/nasm.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/nasm.h b/nasm.h index 3186f4f..6b43f45 100644 --- a/nasm.h +++ b/nasm.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version: 27/iii/95 by Simon Tatham diff --git a/nasmlib.c b/nasmlib.c index 5c3601e..7e4e91f 100644 --- a/nasmlib.c +++ b/nasmlib.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/nasmlib.h b/nasmlib.h index 200cc0e..6404904 100644 --- a/nasmlib.h +++ b/nasmlib.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/ndisasm.c b/ndisasm.c index a5ca292..8f912f8 100644 --- a/ndisasm.c +++ b/ndisasm.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/outform.c b/outform.c index 60b7695..2aa5513 100644 --- a/outform.c +++ b/outform.c @@ -5,7 +5,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/outform.h b/outform.h index 236fd54..d17d437 100644 --- a/outform.h +++ b/outform.h @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outaout.c b/output/outaout.c index fec1262..0cfa3d4 100644 --- a/output/outaout.c +++ b/output/outaout.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outas86.c b/output/outas86.c index 476e8c9..84acc53 100644 --- a/output/outas86.c +++ b/output/outas86.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outbin.c b/output/outbin.c index ba5c9f5..66a0b0b 100644 --- a/output/outbin.c +++ b/output/outbin.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outcoff.c b/output/outcoff.c index 9be558b..4a696e3 100644 --- a/output/outcoff.c +++ b/output/outcoff.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outdbg.c b/output/outdbg.c index a139699..1646b4b 100644 --- a/output/outdbg.c +++ b/output/outdbg.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outelf32.c b/output/outelf32.c index 33fe1b9..000a96f 100644 --- a/output/outelf32.c +++ b/output/outelf32.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outelf64.c b/output/outelf64.c index de3c868..effed92 100644 --- a/output/outelf64.c +++ b/output/outelf64.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outieee.c b/output/outieee.c index 93a27b5..c14064c 100644 --- a/output/outieee.c +++ b/output/outieee.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outmacho.c b/output/outmacho.c index 14633f4..420afcf 100644 --- a/output/outmacho.c +++ b/output/outmacho.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outobj.c b/output/outobj.c index 9592464..c0736f7 100644 --- a/output/outobj.c +++ b/output/outobj.c @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outrdf.c b/output/outrdf.c index 9c3785b..a6de475 100644 --- a/output/outrdf.c +++ b/output/outrdf.c @@ -8,7 +8,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/output/outrdf2.c b/output/outrdf2.c index 5bc00d5..a1e0b9a 100644 --- a/output/outrdf2.c +++ b/output/outrdf2.c @@ -5,7 +5,7 @@ * * The Netwide Assembler is copyright (C) 1996-1998 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/parser.c b/parser.c index bd9d380..6e6a052 100644 --- a/parser.c +++ b/parser.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version 27/iii/95 by Simon Tatham diff --git a/parser.h b/parser.h index 7e72994..0ebc19f 100644 --- a/parser.h +++ b/parser.h @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/preproc.c b/preproc.c index 8340ce4..8b2068f 100644 --- a/preproc.c +++ b/preproc.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * initial version 18/iii/97 by Simon Tatham diff --git a/preproc.h b/preproc.h index 13d70cd..b5eaa45 100644 --- a/preproc.h +++ b/preproc.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/rdoff/Makefile.in b/rdoff/Makefile.in index 5e84d74..9885eaa 100644 --- a/rdoff/Makefile.in +++ b/rdoff/Makefile.in @@ -4,7 +4,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. top_srcdir = @top_srcdir@ diff --git a/rdoff/Mkfiles/Makefile.dj b/rdoff/Mkfiles/Makefile.dj index 163d278..5621ed6 100644 --- a/rdoff/Mkfiles/Makefile.dj +++ b/rdoff/Mkfiles/Makefile.dj @@ -5,7 +5,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. # You may need to adjust these values. diff --git a/rdoff/Mkfiles/Makefile.emx b/rdoff/Mkfiles/Makefile.emx index 9a28745..aa53588 100644 --- a/rdoff/Mkfiles/Makefile.emx +++ b/rdoff/Mkfiles/Makefile.emx @@ -6,7 +6,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. top_srcdir = .. diff --git a/rdoff/Mkfiles/Makefile.sc b/rdoff/Mkfiles/Makefile.sc index 7b45fe7..501d487 100644 --- a/rdoff/Mkfiles/Makefile.sc +++ b/rdoff/Mkfiles/Makefile.sc @@ -2,7 +2,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. # # This Makefile is designed for use under Unix (probably fairly diff --git a/rdoff/Mkfiles/Makefile.unx b/rdoff/Mkfiles/Makefile.unx index 1bf9b96..9041b41 100644 --- a/rdoff/Mkfiles/Makefile.unx +++ b/rdoff/Mkfiles/Makefile.unx @@ -5,7 +5,7 @@ # # The Netwide Assembler is copyright (C) 1996 Simon Tatham and # Julian Hall. All rights reserved. The software is -# redistributable under the licence given in the file "Licence" +# redistributable under the license given in the file "LICENSE" # distributed in the NASM archive. # You may need to adjust these values. diff --git a/rdoff/hash.c b/rdoff/hash.c index 8b1d3cf..ebf1359 100644 --- a/rdoff/hash.c +++ b/rdoff/hash.c @@ -4,7 +4,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/rdoff/hash.h b/rdoff/hash.h index 949bc72..a6920e7 100644 --- a/rdoff/hash.h +++ b/rdoff/hash.h @@ -4,7 +4,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/rdoff/rdfload.c b/rdoff/rdfload.c index 03164b5..ac46de7 100644 --- a/rdoff/rdfload.c +++ b/rdoff/rdfload.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * Permission to use this file in your own projects is granted, as int32_t diff --git a/rdoff/rdfload.h b/rdoff/rdfload.h index 5e6ffba..8f66694 100644 --- a/rdoff/rdfload.h +++ b/rdoff/rdfload.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * See the file 'rdfload.c' for special license information for this diff --git a/rdoff/rdoff.c b/rdoff/rdoff.c index 6f84875..a77e6e1 100644 --- a/rdoff/rdoff.c +++ b/rdoff/rdoff.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * Permission to use this file in your own projects is granted, as int32_t diff --git a/rdoff/rdoff.h b/rdoff/rdoff.h index 88efd10..d204720 100644 --- a/rdoff/rdoff.h +++ b/rdoff/rdoff.h @@ -3,7 +3,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. * * Permission to use this file in your own projects is granted, as int32_t diff --git a/rdoff/rdx.c b/rdoff/rdx.c index 26be0c4..6b6986a 100644 --- a/rdoff/rdx.c +++ b/rdoff/rdx.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/rdoff/symtab.c b/rdoff/symtab.c index ce54d8e..f6b1fe5 100644 --- a/rdoff/symtab.c +++ b/rdoff/symtab.c @@ -4,7 +4,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/rdoff/symtab.h b/rdoff/symtab.h index 6a79ee2..e092495 100644 --- a/rdoff/symtab.h +++ b/rdoff/symtab.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/stdscan.h b/stdscan.h index c63f9ee..5435927 100644 --- a/stdscan.h +++ b/stdscan.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/sync.c b/sync.c index 419706c..eda062d 100644 --- a/sync.c +++ b/sync.c @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/sync.h b/sync.h index 51e0af2..9a256fb 100644 --- a/sync.h +++ b/sync.h @@ -2,7 +2,7 @@ * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is - * redistributable under the licence given in the file "Licence" + * redistributable under the license given in the file "LICENSE" * distributed in the NASM archive. */ diff --git a/test/changed.asm b/test/changed.asm index 29818d1..7ea2cc4 100644 --- a/test/changed.asm +++ b/test/changed.asm @@ -4,7 +4,7 @@ ; changed.asm is copyright (C) 1998 John S. Fine ; ; It may be redistributed under the same conditions as NASM as described in -; Licence file in the NASM archive +; LICENSE file in the NASM archive ;_________________________________ ; ; nasm changed.asm -l changed.lst