summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeroset <EJB@berosett42.ral.elsterus.com>2007-12-29 09:44:23 -0500
committerBeroset <EJB@berosett42.ral.elsterus.com>2007-12-29 09:44:23 -0500
commit095e6a29737e5c79236d0a8b72f54f7c0cd04d22 (patch)
treefae29b99c24a8e7af31d6ee9b1eee2979f8a1a96
parent1727b3d0ebe310721ce17bca4448d44cf28ff850 (diff)
downloadnasm-095e6a29737e5c79236d0a8b72f54f7c0cd04d22.tar.gz
regularized spelling of license to match name of LICENSE file
-rw-r--r--Makefile.in2
-rw-r--r--assemble.c2
-rw-r--r--assemble.h2
-rw-r--r--compiler.h2
-rw-r--r--disasm.c2
-rw-r--r--disasm.h2
-rw-r--r--eval.c2
-rw-r--r--eval.h2
-rw-r--r--float.c2
-rw-r--r--float.h2
-rw-r--r--insns.dat2
-rw-r--r--insns.h2
-rw-r--r--insns.pl2
-rw-r--r--labels.c2
-rw-r--r--labels.h2
-rw-r--r--listing.c2
-rw-r--r--listing.h2
-rw-r--r--macros.pl2
-rw-r--r--names.c2
-rw-r--r--nasm.c2
-rw-r--r--nasm.h2
-rw-r--r--nasmlib.c2
-rw-r--r--nasmlib.h2
-rw-r--r--ndisasm.c2
-rw-r--r--outform.c2
-rw-r--r--outform.h2
-rw-r--r--output/outaout.c2
-rw-r--r--output/outas86.c2
-rw-r--r--output/outbin.c2
-rw-r--r--output/outcoff.c2
-rw-r--r--output/outdbg.c2
-rw-r--r--output/outelf32.c2
-rw-r--r--output/outelf64.c2
-rw-r--r--output/outieee.c2
-rw-r--r--output/outmacho.c2
-rw-r--r--output/outobj.c2
-rw-r--r--output/outrdf.c2
-rw-r--r--output/outrdf2.c2
-rw-r--r--parser.c2
-rw-r--r--parser.h2
-rw-r--r--preproc.c2
-rw-r--r--preproc.h2
-rw-r--r--rdoff/Makefile.in2
-rw-r--r--rdoff/Mkfiles/Makefile.dj2
-rw-r--r--rdoff/Mkfiles/Makefile.emx2
-rw-r--r--rdoff/Mkfiles/Makefile.sc2
-rw-r--r--rdoff/Mkfiles/Makefile.unx2
-rw-r--r--rdoff/hash.c2
-rw-r--r--rdoff/hash.h2
-rw-r--r--rdoff/rdfload.c2
-rw-r--r--rdoff/rdfload.h2
-rw-r--r--rdoff/rdoff.c2
-rw-r--r--rdoff/rdoff.h2
-rw-r--r--rdoff/rdx.c2
-rw-r--r--rdoff/symtab.c2
-rw-r--r--rdoff/symtab.h2
-rw-r--r--stdscan.h2
-rw-r--r--sync.c2
-rw-r--r--sync.h2
-rw-r--r--test/changed.asm2
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