diff --git a/Makefile.in b/Makefile.in index 7109178b4..f9d4a3da9 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 30921edb5..af620fbaa 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 d7ab29973..1e79be0ab 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 b66085598..b7f26f2ee 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 ab6ac7b17..e7e508eb5 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 ab79cf2cd..56785ce62 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 e9f6c25af..6da5bb11f 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 6fb64ae55..24b9dfc99 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 cbc5bc31b..a0b22fb39 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 6f6443669..40305bc1d 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 3e6bc1fbd..ae8907103 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 4e1b90166..3fefa4570 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 f48e2cc2d..8192e90ed 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 96e424827..1ea35cf77 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 178b79404..fba7a501a 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 beca2b7ae..30e1af475 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 8baadb17c..c5e9d2072 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 f3ed61695..13fbbf7b9 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 58721f475..0394d6936 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 c4e0c60a7..b1c2239c8 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 3186f4f07..6b43f45d0 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 5c3601e8f..7e4e91f75 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 200cc0eda..6404904b2 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 a5ca292a3..8f912f83f 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 60b76953c..2aa551399 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 236fd547e..d17d43788 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 fec126238..0cfa3d4cc 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 476e8c954..84acc53e6 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 ba5c9f5e7..66a0b0b91 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 9be558bdb..4a696e3e7 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 a13969991..1646b4b7e 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 33fe1b98f..000a96f1d 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 de3c86884..effed923b 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 93a27b549..c14064cb9 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 14633f47b..420afcf9a 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 9592464b6..c0736f763 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 9c3785bbf..a6de475ca 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 5bc00d58e..a1e0b9a7e 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 bd9d38019..6e6a0521b 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 7e729944e..0ebc19f3f 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 8340ce44f..8b2068f95 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 13d70cdca..b5eaa4518 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 5e84d74e3..9885eaa2b 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 163d278f0..5621ed629 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 9a28745d0..aa535886e 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 7b45fe7ec..501d487b1 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 1bf9b9690..9041b4178 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 8b1d3cf8d..ebf135983 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 949bc72fb..a6920e705 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 03164b53c..ac46de783 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 5e6ffba8c..8f66694d4 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 6f84875ad..a77e6e11b 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 88efd1028..d20472010 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 26be0c41a..6b6986a6e 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 ce54d8ea7..f6b1fe5d0 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 6a79ee2f7..e0924958b 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 c63f9ee54..5435927d0 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 419706c8c..eda062d13 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 51e0af250..9a256fb5e 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 29818d1b4..7ea2cc4d7 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