summaryrefslogtreecommitdiff
path: root/rdoff
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 /rdoff
parent1727b3d0ebe310721ce17bca4448d44cf28ff850 (diff)
downloadnasm-095e6a29737e5c79236d0a8b72f54f7c0cd04d22.tar.gz
regularized spelling of license to match name of LICENSE file
Diffstat (limited to 'rdoff')
-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
14 files changed, 14 insertions, 14 deletions
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.
*/