From b500b50edc0d421e72a1126620fbe99e822d05ba Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 14 Aug 2011 21:11:58 +0200 Subject: Clarify name of MIT license. --- lib/bc.lua | 2 +- lib/bcsave.lua | 2 +- lib/dis_arm.lua | 2 +- lib/dis_x64.lua | 2 +- lib/dis_x86.lua | 2 +- lib/dump.lua | 2 +- lib/v.lua | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'lib') 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 @@ -- LuaJIT bytecode listing module. -- -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- -- 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 @@ -- LuaJIT module to save/list bytecode. -- -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- -- 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 @@ -- LuaJIT ARM disassembler module. -- -- Copyright (C) 2005-2010 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This is a helper module used by the LuaJIT machine code dumper module. -- 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 @@ -- LuaJIT x64 disassembler wrapper module. -- -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This module just exports the 64 bit functions from the combined -- 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 @@ -- LuaJIT x86/x64 disassembler module. -- -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- This is a helper module used by the LuaJIT machine code dumper module. -- 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 @@ -- LuaJIT compiler dump module. -- -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- -- 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 @@ -- Verbose mode of the LuaJIT compiler. -- -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. --- Released under the MIT/X license. See Copyright Notice in luajit.h +-- Released under the MIT license. See Copyright Notice in luajit.h ---------------------------------------------------------------------------- -- -- This module shows verbose information about the progress of the -- cgit v1.2.3-55-g6feb