diff options
author | Beroset <EJB@berosett42.ral.elsterus.com> | 2007-12-29 09:44:23 -0500 |
---|---|---|
committer | Beroset <EJB@berosett42.ral.elsterus.com> | 2007-12-29 09:44:23 -0500 |
commit | 095e6a29737e5c79236d0a8b72f54f7c0cd04d22 (patch) | |
tree | fae29b99c24a8e7af31d6ee9b1eee2979f8a1a96 | |
parent | 1727b3d0ebe310721ce17bca4448d44cf28ff850 (diff) | |
download | nasm-095e6a29737e5c79236d0a8b72f54f7c0cd04d22.tar.gz nasm-095e6a29737e5c79236d0a8b72f54f7c0cd04d22.tar.bz2 nasm-095e6a29737e5c79236d0a8b72f54f7c0cd04d22.zip |
regularized spelling of license to match name of LICENSE file
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | assemble.c | 2 | ||||
-rw-r--r-- | assemble.h | 2 | ||||
-rw-r--r-- | compiler.h | 2 | ||||
-rw-r--r-- | disasm.c | 2 | ||||
-rw-r--r-- | disasm.h | 2 | ||||
-rw-r--r-- | eval.c | 2 | ||||
-rw-r--r-- | eval.h | 2 | ||||
-rw-r--r-- | float.c | 2 | ||||
-rw-r--r-- | float.h | 2 | ||||
-rw-r--r-- | insns.dat | 2 | ||||
-rw-r--r-- | insns.h | 2 | ||||
-rw-r--r-- | insns.pl | 2 | ||||
-rw-r--r-- | labels.c | 2 | ||||
-rw-r--r-- | labels.h | 2 | ||||
-rw-r--r-- | listing.c | 2 | ||||
-rw-r--r-- | listing.h | 2 | ||||
-rw-r--r-- | macros.pl | 2 | ||||
-rw-r--r-- | names.c | 2 | ||||
-rw-r--r-- | nasm.c | 2 | ||||
-rw-r--r-- | nasm.h | 2 | ||||
-rw-r--r-- | nasmlib.c | 2 | ||||
-rw-r--r-- | nasmlib.h | 2 | ||||
-rw-r--r-- | ndisasm.c | 2 | ||||
-rw-r--r-- | outform.c | 2 | ||||
-rw-r--r-- | outform.h | 2 | ||||
-rw-r--r-- | output/outaout.c | 2 | ||||
-rw-r--r-- | output/outas86.c | 2 | ||||
-rw-r--r-- | output/outbin.c | 2 | ||||
-rw-r--r-- | output/outcoff.c | 2 | ||||
-rw-r--r-- | output/outdbg.c | 2 | ||||
-rw-r--r-- | output/outelf32.c | 2 | ||||
-rw-r--r-- | output/outelf64.c | 2 | ||||
-rw-r--r-- | output/outieee.c | 2 | ||||
-rw-r--r-- | output/outmacho.c | 2 | ||||
-rw-r--r-- | output/outobj.c | 2 | ||||
-rw-r--r-- | output/outrdf.c | 2 | ||||
-rw-r--r-- | output/outrdf2.c | 2 | ||||
-rw-r--r-- | parser.c | 2 | ||||
-rw-r--r-- | parser.h | 2 | ||||
-rw-r--r-- | preproc.c | 2 | ||||
-rw-r--r-- | preproc.h | 2 | ||||
-rw-r--r-- | rdoff/Makefile.in | 2 | ||||
-rw-r--r-- | rdoff/Mkfiles/Makefile.dj | 2 | ||||
-rw-r--r-- | rdoff/Mkfiles/Makefile.emx | 2 | ||||
-rw-r--r-- | rdoff/Mkfiles/Makefile.sc | 2 | ||||
-rw-r--r-- | rdoff/Mkfiles/Makefile.unx | 2 | ||||
-rw-r--r-- | rdoff/hash.c | 2 | ||||
-rw-r--r-- | rdoff/hash.h | 2 | ||||
-rw-r--r-- | rdoff/rdfload.c | 2 | ||||
-rw-r--r-- | rdoff/rdfload.h | 2 | ||||
-rw-r--r-- | rdoff/rdoff.c | 2 | ||||
-rw-r--r-- | rdoff/rdoff.h | 2 | ||||
-rw-r--r-- | rdoff/rdx.c | 2 | ||||
-rw-r--r-- | rdoff/symtab.c | 2 | ||||
-rw-r--r-- | rdoff/symtab.h | 2 | ||||
-rw-r--r-- | stdscan.h | 2 | ||||
-rw-r--r-- | sync.c | 2 | ||||
-rw-r--r-- | sync.h | 2 | ||||
-rw-r--r-- | test/changed.asm | 2 |
60 files changed, 60 insertions, 60 deletions
diff --git a/Makefile.in b/Makefile.in index 7109178..f9d4a3d 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@ @@ -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): @@ -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. */ @@ -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. * * ----------------------------------------------------------------------- */ @@ -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 @@ -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. */ @@ -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 @@ -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. */ @@ -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 @@ -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. */ @@ -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 @@ -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. */ @@ -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 @@ -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. */ @@ -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. */ @@ -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 @@ -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. */ @@ -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; @@ -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. */ @@ -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. */ @@ -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 @@ -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. */ @@ -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. */ @@ -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. */ @@ -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. */ @@ -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 fec1262..0cfa3d4 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 476e8c9..84acc53 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 ba5c9f5..66a0b0b 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 9be558b..4a696e3 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 a139699..1646b4b 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 33fe1b9..000a96f 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 de3c868..effed92 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 93a27b5..c14064c 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 14633f4..420afcf 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 9592464..c0736f7 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 9c3785b..a6de475 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 5bc00d5..a1e0b9a 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. */ @@ -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 @@ -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. */ @@ -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 @@ -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 5e84d74..9885eaa 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 163d278..5621ed6 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 9a28745..aa53588 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 7b45fe7..501d487 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 1bf9b96..9041b41 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 8b1d3cf..ebf1359 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 949bc72..a6920e7 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 03164b5..ac46de7 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 5e6ffba..8f66694 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 6f84875..a77e6e1 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 88efd10..d204720 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 26be0c4..6b6986a 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 ce54d8e..f6b1fe5 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 6a79ee2..e092495 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. */ @@ -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. */ @@ -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. */ @@ -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 29818d1..7ea2cc4 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 |