aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2011-08-14 21:11:58 +0200
committerMike Pall <mike>2011-08-14 21:18:58 +0200
commitb500b50edc0d421e72a1126620fbe99e822d05ba (patch)
treed7c83ae824715aed53b61036a192d9616db4afd5
parent4a42933b1734b7ed07af748012f6a151373b145f (diff)
downloadluajit-b500b50edc0d421e72a1126620fbe99e822d05ba.tar.gz
luajit-b500b50edc0d421e72a1126620fbe99e822d05ba.tar.bz2
luajit-b500b50edc0d421e72a1126620fbe99e822d05ba.zip
Clarify name of MIT license.
-rw-r--r--README2
-rw-r--r--doc/luajit.html2
-rw-r--r--dynasm/dasm_arm.h2
-rw-r--r--dynasm/dasm_ppc.h2
-rw-r--r--dynasm/dasm_proto.h2
-rw-r--r--dynasm/dasm_x86.h2
-rw-r--r--etc/luajit.12
-rw-r--r--lib/bc.lua2
-rw-r--r--lib/bcsave.lua2
-rw-r--r--lib/dis_arm.lua2
-rw-r--r--lib/dis_x64.lua2
-rw-r--r--lib/dis_x86.lua2
-rw-r--r--lib/dump.lua2
-rw-r--r--lib/v.lua2
14 files changed, 14 insertions, 14 deletions
diff --git a/README b/README
index e288bdfb..e8756a0b 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
6Project Homepage: http://luajit.org/ 6Project Homepage: http://luajit.org/
7 7
8LuaJIT is Copyright (C) 2005-2011 Mike Pall. 8LuaJIT is Copyright (C) 2005-2011 Mike Pall.
9LuaJIT is free software, released under the MIT/X license. 9LuaJIT is free software, released under the MIT license.
10See full Copyright Notice in the COPYRIGHT file or in luajit.h. 10See full Copyright Notice in the COPYRIGHT file or in luajit.h.
11 11
12Documentation for LuaJIT is available in HTML format. 12Documentation for LuaJIT is available in HTML format.
diff --git a/doc/luajit.html b/doc/luajit.html
index 28ebff61..1d5a0b64 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -62,7 +62,7 @@ programming language.
62<p> 62<p>
63LuaJIT is Copyright &copy; 2005-2011 Mike Pall. 63LuaJIT is Copyright &copy; 2005-2011 Mike Pall.
64LuaJIT is open source software, released under the 64LuaJIT is open source software, released under the
65<a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT/X license</a>. 65<a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT license</a>.
66</p> 66</p>
67<p class="indent" style="color: #606060;"> 67<p class="indent" style="color: #606060;">
68* Lua is a powerful, dynamic and light-weight programming language 68* Lua is a powerful, dynamic and light-weight programming language
diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h
index 87db7f00..43d29633 100644
--- a/dynasm/dasm_arm.h
+++ b/dynasm/dasm_arm.h
@@ -1,7 +1,7 @@
1/* 1/*
2** DynASM ARM encoding engine. 2** DynASM ARM encoding engine.
3** Copyright (C) 2005-2011 Mike Pall. All rights reserved. 3** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
4** Released under the MIT/X license. See dynasm.lua for full copyright notice. 4** Released under the MIT license. See dynasm.lua for full copyright notice.
5*/ 5*/
6 6
7#include <stddef.h> 7#include <stddef.h>
diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h
index 1c8580fb..4b4ffe8a 100644
--- a/dynasm/dasm_ppc.h
+++ b/dynasm/dasm_ppc.h
@@ -1,7 +1,7 @@
1/* 1/*
2** DynASM PPC encoding engine. 2** DynASM PPC encoding engine.
3** Copyright (C) 2005-2011 Mike Pall. All rights reserved. 3** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
4** Released under the MIT/X license. See dynasm.lua for full copyright notice. 4** Released under the MIT license. See dynasm.lua for full copyright notice.
5*/ 5*/
6 6
7#include <stddef.h> 7#include <stddef.h>
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h
index dc9ed510..3cc3af24 100644
--- a/dynasm/dasm_proto.h
+++ b/dynasm/dasm_proto.h
@@ -1,7 +1,7 @@
1/* 1/*
2** DynASM encoding engine prototypes. 2** DynASM encoding engine prototypes.
3** Copyright (C) 2005-2011 Mike Pall. All rights reserved. 3** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
4** Released under the MIT/X license. See dynasm.lua for full copyright notice. 4** Released under the MIT license. See dynasm.lua for full copyright notice.
5*/ 5*/
6 6
7#ifndef _DASM_PROTO_H 7#ifndef _DASM_PROTO_H
diff --git a/dynasm/dasm_x86.h b/dynasm/dasm_x86.h
index 23e213cb..8f2dd1ca 100644
--- a/dynasm/dasm_x86.h
+++ b/dynasm/dasm_x86.h
@@ -1,7 +1,7 @@
1/* 1/*
2** DynASM x86 encoding engine. 2** DynASM x86 encoding engine.
3** Copyright (C) 2005-2011 Mike Pall. All rights reserved. 3** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
4** Released under the MIT/X license. See dynasm.lua for full copyright notice. 4** Released under the MIT license. See dynasm.lua for full copyright notice.
5*/ 5*/
6 6
7#include <stddef.h> 7#include <stddef.h>
diff --git a/etc/luajit.1 b/etc/luajit.1
index b8713d4e..57080bce 100644
--- a/etc/luajit.1
+++ b/etc/luajit.1
@@ -73,7 +73,7 @@ Runs some nested loops and shows the resulting traces.
73.PP 73.PP
74\fBLuaJIT\fR is Copyright \(co 2005-2011 Mike Pall. 74\fBLuaJIT\fR is Copyright \(co 2005-2011 Mike Pall.
75.br 75.br
76\fBLuaJIT\fR is open source software, released under the MIT/X license. 76\fBLuaJIT\fR is open source software, released under the MIT license.
77.SH SEE ALSO 77.SH SEE ALSO
78.PP 78.PP
79More details in the provided HTML docs or at: 79More details in the provided HTML docs or at:
diff --git a/lib/bc.lua b/lib/bc.lua
index f4ee8e8a..c2c9502e 100644
--- a/lib/bc.lua
+++ b/lib/bc.lua
@@ -2,7 +2,7 @@
2-- LuaJIT bytecode listing module. 2-- LuaJIT bytecode listing module.
3-- 3--
4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--
8-- This module lists the bytecode of a Lua function. If it's loaded by -jbc 8-- This module lists the bytecode of a Lua function. If it's loaded by -jbc
diff --git a/lib/bcsave.lua b/lib/bcsave.lua
index c34bec89..6c6d9f0a 100644
--- a/lib/bcsave.lua
+++ b/lib/bcsave.lua
@@ -2,7 +2,7 @@
2-- LuaJIT module to save/list bytecode. 2-- LuaJIT module to save/list bytecode.
3-- 3--
4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--
8-- This module saves or lists the bytecode for an input file. 8-- This module saves or lists the bytecode for an input file.
diff --git a/lib/dis_arm.lua b/lib/dis_arm.lua
index e4e98afc..c2d1408f 100644
--- a/lib/dis_arm.lua
+++ b/lib/dis_arm.lua
@@ -2,7 +2,7 @@
2-- LuaJIT ARM disassembler module. 2-- LuaJIT ARM disassembler module.
3-- 3--
4-- Copyright (C) 2005-2010 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- This is a helper module used by the LuaJIT machine code dumper module. 7-- This is a helper module used by the LuaJIT machine code dumper module.
8-- 8--
diff --git a/lib/dis_x64.lua b/lib/dis_x64.lua
index 6ba49143..8c9cb4fa 100644
--- a/lib/dis_x64.lua
+++ b/lib/dis_x64.lua
@@ -2,7 +2,7 @@
2-- LuaJIT x64 disassembler wrapper module. 2-- LuaJIT x64 disassembler wrapper module.
3-- 3--
4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- This module just exports the 64 bit functions from the combined 7-- This module just exports the 64 bit functions from the combined
8-- x86/x64 disassembler module. All the interesting stuff is there. 8-- x86/x64 disassembler module. All the interesting stuff is there.
diff --git a/lib/dis_x86.lua b/lib/dis_x86.lua
index f489a861..d9a1f321 100644
--- a/lib/dis_x86.lua
+++ b/lib/dis_x86.lua
@@ -2,7 +2,7 @@
2-- LuaJIT x86/x64 disassembler module. 2-- LuaJIT x86/x64 disassembler module.
3-- 3--
4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- This is a helper module used by the LuaJIT machine code dumper module. 7-- This is a helper module used by the LuaJIT machine code dumper module.
8-- 8--
diff --git a/lib/dump.lua b/lib/dump.lua
index 6ada21bc..7ddc9c07 100644
--- a/lib/dump.lua
+++ b/lib/dump.lua
@@ -2,7 +2,7 @@
2-- LuaJIT compiler dump module. 2-- LuaJIT compiler dump module.
3-- 3--
4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--
8-- This module can be used to debug the JIT compiler itself. It dumps the 8-- This module can be used to debug the JIT compiler itself. It dumps the
diff --git a/lib/v.lua b/lib/v.lua
index d2a0c235..ca9b4ac8 100644
--- a/lib/v.lua
+++ b/lib/v.lua
@@ -2,7 +2,7 @@
2-- Verbose mode of the LuaJIT compiler. 2-- Verbose mode of the LuaJIT compiler.
3-- 3--
4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2011 Mike Pall. All rights reserved.
5-- Released under the MIT/X license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--
8-- This module shows verbose information about the progress of the 8-- This module shows verbose information about the progress of the