diff options
Diffstat (limited to '')
-rw-r--r-- | src/jit/v.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/v.lua b/src/jit/v.lua index 197e67c6..c622443d 100644 --- a/src/jit/v.lua +++ b/src/jit/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-2014 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2015 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 | -- |