aboutsummaryrefslogtreecommitdiff
path: root/lib/v.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/v.lua
parent20813bcee0a8a6b2d94b58a5b15a79d90503202f (diff)
downloadluajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.gz
luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.bz2
luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.zip
Bump copyright date to 2012.
Diffstat (limited to 'lib/v.lua')
-rw-r--r--lib/v.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/v.lua b/lib/v.lua
index ca9b4ac8..8f58fe3b 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-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--