regularized spelling of license to match name of LICENSE file
authorBeroset <EJB@berosett42.ral.elsterus.com>
Sat, 29 Dec 2007 14:44:23 +0000 (09:44 -0500)
committerBeroset <EJB@berosett42.ral.elsterus.com>
Sat, 29 Dec 2007 14:44:23 +0000 (09:44 -0500)
60 files changed:
Makefile.in
assemble.c
assemble.h
compiler.h
disasm.c
disasm.h
eval.c
eval.h
float.c
float.h
insns.dat
insns.h
insns.pl
labels.c
labels.h
listing.c
listing.h
macros.pl
names.c
nasm.c
nasm.h
nasmlib.c
nasmlib.h
ndisasm.c
outform.c
outform.h
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outdbg.c
output/outelf32.c
output/outelf64.c
output/outieee.c
output/outmacho.c
output/outobj.c
output/outrdf.c
output/outrdf2.c
parser.c
parser.h
preproc.c
preproc.h
rdoff/Makefile.in
rdoff/Mkfiles/Makefile.dj
rdoff/Mkfiles/Makefile.emx
rdoff/Mkfiles/Makefile.sc
rdoff/Mkfiles/Makefile.unx
rdoff/hash.c
rdoff/hash.h
rdoff/rdfload.c
rdoff/rdfload.h
rdoff/rdoff.c
rdoff/rdoff.h
rdoff/rdx.c
rdoff/symtab.c
rdoff/symtab.h
stdscan.h
sync.c
sync.h
test/changed.asm

index 7109178..f9d4a3d 100644 (file)
@@ -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@
index 30921ed..af620fb 100644 (file)
@@ -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):
index d7ab299..1e79be0 100644 (file)
@@ -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.
  */
 
index b660855..b7f26f2 100644 (file)
@@ -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.
  *
  * ----------------------------------------------------------------------- */
index ab6ac7b..e7e508e 100644 (file)
--- 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
index ab79cf2..56785ce 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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.
  */
 
index 3e6bc1f..ae89071 100644 (file)
--- 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 (file)
--- 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.
  */
 
index f48e2cc..8192e90 100644 (file)
--- 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
index 96e4248..1ea35cf 100644 (file)
--- 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.
  */
 
index 178b794..fba7a50 100644 (file)
--- 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.
  */
 
index beca2b7..30e1af4 100644 (file)
--- 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
index 8baadb1..c5e9d20 100644 (file)
--- 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.
  */
 
index f3ed616..13fbbf7 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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 (file)
--- 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
index 5c3601e..7e4e91f 100644 (file)
--- 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.
  */
 
index 200cc0e..6404904 100644 (file)
--- 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.
  */
 
index a5ca292..8f912f8 100644 (file)
--- 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.
  */
 
index 60b7695..2aa5513 100644 (file)
--- 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.
  */
 
index 236fd54..d17d437 100644 (file)
--- 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.
  */
 
index fec1262..0cfa3d4 100644 (file)
@@ -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.
  */
 
index 476e8c9..84acc53 100644 (file)
@@ -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.
  */
 
index ba5c9f5..66a0b0b 100644 (file)
@@ -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.
  */
 
index 9be558b..4a696e3 100644 (file)
@@ -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.
  */
 
index a139699..1646b4b 100644 (file)
@@ -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.
  */
 
index 33fe1b9..000a96f 100644 (file)
@@ -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.
  */
 
index de3c868..effed92 100644 (file)
@@ -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.
  */
 
index 93a27b5..c14064c 100644 (file)
@@ -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.
  */
 
index 14633f4..420afcf 100644 (file)
@@ -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.
  */
 
index 9592464..c0736f7 100644 (file)
@@ -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.
  */
 
index 9c3785b..a6de475 100644 (file)
@@ -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.
  */
 
index 5bc00d5..a1e0b9a 100644 (file)
@@ -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.
  */
 
index bd9d380..6e6a052 100644 (file)
--- 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
index 7e72994..0ebc19f 100644 (file)
--- 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.
  */
 
index 8340ce4..8b2068f 100644 (file)
--- 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
index 13d70cd..b5eaa45 100644 (file)
--- 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.
  */
 
index 5e84d74..9885eaa 100644 (file)
@@ -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@
index 163d278..5621ed6 100644 (file)
@@ -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.
index 9a28745..aa53588 100644 (file)
@@ -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     = ..
index 7b45fe7..501d487 100644 (file)
@@ -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
index 1bf9b96..9041b41 100644 (file)
@@ -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.
index 8b1d3cf..ebf1359 100644 (file)
@@ -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.
  */
 
index 949bc72..a6920e7 100644 (file)
@@ -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.
  */
 
index 03164b5..ac46de7 100644 (file)
@@ -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
index 5e6ffba..8f66694 100644 (file)
@@ -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
index 6f84875..a77e6e1 100644 (file)
@@ -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
index 88efd10..d204720 100644 (file)
@@ -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
index 26be0c4..6b6986a 100644 (file)
@@ -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.
  */
 
index ce54d8e..f6b1fe5 100644 (file)
@@ -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.
  */
 
index 6a79ee2..e092495 100644 (file)
@@ -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.
  */
 
index c63f9ee..5435927 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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.
  */
 
index 29818d1..7ea2cc4 100644 (file)
@@ -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