aboutsummaryrefslogtreecommitdiff
path: root/lib/bc.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2012-01-23 22:42:30 +0100
committerMike Pall <mike>2012-01-23 22:42:42 +0100
commit10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b (patch)
tree12af3a480ea96a9dfde656a94701ddc2a966c981 /lib/bc.lua
parent20813bcee0a8a6b2d94b58a5b15a79d90503202f (diff)
downloadluajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.gz
luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.bz2
luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.zip
Bump copyright date to 2012.
Diffstat (limited to 'lib/bc.lua')
-rw-r--r--lib/bc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bc.lua b/lib/bc.lua
index c2c9502e..15317bcd 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-2011 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2012 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--