aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Pall <mike>2010-01-09 14:28:11 +0100
committerMike Pall <mike>2010-01-09 14:28:11 +0100
commit4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a (patch)
tree444bdb55aa0465d080ca8694a9cf735c081a7424 /lib
parentc31ac26fb9803d4b09c27668b7c2d9a01385c9ba (diff)
downloadluajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.tar.gz
luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.tar.bz2
luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.zip
Bump all copyright dates to 2010.
Diffstat (limited to 'lib')
-rw-r--r--lib/bc.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
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/bc.lua b/lib/bc.lua
index 6296174e..89f22163 100644
--- a/lib/bc.lua
+++ b/lib/bc.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT bytecode listing module. 2-- LuaJIT bytecode listing module.
3-- 3--
4-- Copyright (C) 2005-2009 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/X license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--
diff --git a/lib/dis_x64.lua b/lib/dis_x64.lua
index da3d63f8..1ca5cf0a 100644
--- a/lib/dis_x64.lua
+++ b/lib/dis_x64.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT x64 disassembler wrapper module. 2-- LuaJIT x64 disassembler wrapper module.
3-- 3--
4-- Copyright (C) 2005-2009 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/X 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
diff --git a/lib/dis_x86.lua b/lib/dis_x86.lua
index 7c28f52e..a5e3b202 100644
--- a/lib/dis_x86.lua
+++ b/lib/dis_x86.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT x86/x64 disassembler module. 2-- LuaJIT x86/x64 disassembler module.
3-- 3--
4-- Copyright (C) 2005-2009 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/X 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.
diff --git a/lib/dump.lua b/lib/dump.lua
index 021fc1c9..41feff44 100644
--- a/lib/dump.lua
+++ b/lib/dump.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT compiler dump module. 2-- LuaJIT compiler dump module.
3-- 3--
4-- Copyright (C) 2005-2009 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/X license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--
diff --git a/lib/v.lua b/lib/v.lua
index 39fb8ed5..93f1cbb2 100644
--- a/lib/v.lua
+++ b/lib/v.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- Verbose mode of the LuaJIT compiler. 2-- Verbose mode of the LuaJIT compiler.
3-- 3--
4-- Copyright (C) 2005-2009 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/X license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--