From 095e6a29737e5c79236d0a8b72f54f7c0cd04d22 Mon Sep 17 00:00:00 2001 From: Beroset Date: Sat, 29 Dec 2007 09:44:23 -0500 Subject: regularized spelling of license to match name of LICENSE file --- Makefile.in | 2 +- assemble.c | 2 +- assemble.h | 2 +- compiler.h | 2 +- disasm.c | 2 +- disasm.h | 2 +- eval.c | 2 +- eval.h | 2 +- float.c | 2 +- float.h | 2 +- insns.dat | 2 +- insns.h | 2 +- insns.pl | 2 +- labels.c | 2 +- labels.h | 2 +- listing.c | 2 +- listing.h | 2 +- macros.pl | 2 +- names.c | 2 +- nasm.c | 2 +- nasm.h | 2 +- nasmlib.c | 2 +- nasmlib.h | 2 +- ndisasm.c | 2 +- outform.c | 2 +- outform.h | 2 +- output/outaout.c | 2 +- output/outas86.c | 2 +- output/outbin.c | 2 +- output/outcoff.c | 2 +- output/outdbg.c | 2 +- output/outelf32.c | 2 +- output/outelf64.c | 2 +- output/outieee.c | 2 +- output/outmacho.c | 2 +- output/outobj.c | 2 +- output/outrdf.c | 2 +- output/outrdf2.c | 2 +- parser.c | 2 +- parser.h | 2 +- preproc.c | 2 +- preproc.h | 2 +- rdoff/Makefile.in | 2 +- rdoff/Mkfiles/Makefile.dj | 2 +- rdoff/Mkfiles/Makefile.emx | 2 +- rdoff/Mkfiles/Makefile.sc | 2 +- rdoff/Mkfiles/Makefile.unx | 2 +- rdoff/hash.c | 2 +- rdoff/hash.h | 2 +- rdoff/rdfload.c | 2 +- rdoff/rdfload.h | 2 +- rdoff/rdoff.c | 2 +- rdoff/rdoff.h | 2 +- rdoff/rdx.c | 2 +- rdoff/symtab.c | 2 +- rdoff/symtab.h | 2 +- stdscan.h | 2 +- sync.c | 2 +- sync.h | 2 +- test/changed.asm | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7109178b..f9d4a3da 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 30921edb..af620fba 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 d7ab2997..1e79be0a 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 b6608559..b7f26f2e 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 ab6ac7b1..e7e508eb 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 ab79cf2c..56785ce6 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 e9f6c25a..6da5bb11 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 6fb64ae5..24b9dfc9 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 cbc5bc31..a0b22fb3 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 6f644366..40305bc1 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 3e6bc1fb..ae890710 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 4e1b9016..3fefa457 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 f48e2cc2..8192e90e 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 96e42482..1ea35cf7 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 178b7940..fba7a501 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 beca2b7a..30e1af47 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 8baadb17..c5e9d207 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 f3ed6169..13fbbf7b 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 58721f47..0394d693 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 c4e0c60a..b1c2239c 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 3186f4f0..6b43f45d 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 5c3601e8..7e4e91f7 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 200cc0ed..6404904b 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 a5ca292a..8f912f83 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 60b76953..2aa55139 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 236fd547..d17d4378 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 fec12623..0cfa3d4c 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 476e8c95..84acc53e 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 ba5c9f5e..66a0b0b9 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 9be558bd..4a696e3e 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 a1396999..1646b4b7 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 33fe1b98..000a96f1 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 de3c8688..effed923 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 93a27b54..c14064cb 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 14633f47..420afcf9 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 9592464b..c0736f76 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 9c3785bb..a6de475c 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 5bc00d58..a1e0b9a7 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 bd9d3801..6e6a0521 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 7e729944..0ebc19f3 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 8340ce44..8b2068f9 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 13d70cdc..b5eaa451 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 5e84d74e..9885eaa2 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 163d278f..5621ed62 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 9a28745d..aa535886 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 7b45fe7e..501d487b 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 1bf9b969..9041b417 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 8b1d3cf8..ebf13598 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 949bc72f..a6920e70 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 03164b53..ac46de78 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 5e6ffba8..8f66694d 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 6f84875a..a77e6e11 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 88efd102..d2047201 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 26be0c41..6b6986a6 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 ce54d8ea..f6b1fe5d 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 6a79ee2f..e0924958 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 c63f9ee5..5435927d 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 419706c8..eda062d1 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 51e0af25..9a256fb5 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 29818d1b..7ea2cc4d 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 -- cgit v1.2.1