aboutsummaryrefslogtreecommitdiff
path: root/src/jit/bc.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2014-01-16 23:10:16 +0100
committerMike Pall <mike>2014-01-16 23:10:16 +0100
commitef59e5482055ed4477144518fc79a993288e855b (patch)
tree6bd95460a9aa15da40b8df9c12dc5c9bf3749374 /src/jit/bc.lua
parent6964a7752ae314dcae693abcb0c1175c95ad22e0 (diff)
downloadluajit-ef59e5482055ed4477144518fc79a993288e855b.tar.gz
luajit-ef59e5482055ed4477144518fc79a993288e855b.tar.bz2
luajit-ef59e5482055ed4477144518fc79a993288e855b.zip
Bump copyright date to 2014.
Diffstat (limited to 'src/jit/bc.lua')
-rw-r--r--src/jit/bc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/bc.lua b/src/jit/bc.lua
index cef47524..9192cb98 100644
--- a/src/jit/bc.lua
+++ b/src/jit/bc.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT bytecode listing module. 2-- LuaJIT bytecode listing module.
3-- 3--
4-- Copyright (C) 2005-2013 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2014 Mike Pall. All rights reserved.
5-- Released under the MIT license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--