diff options
author | Mike Pall <mike> | 2017-01-17 12:35:03 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2017-01-17 12:35:03 +0100 |
commit | b93a1dd0c831cab22f98163d0dde792a493c0eef (patch) | |
tree | 43bcce817982a9d735e9e0105405ad69b1bf65dc /src/jit/dis_mips.lua | |
parent | a1e13fa6e4382bcae44f97bf5954f0e57cfad90c (diff) | |
download | luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.gz luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.bz2 luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.zip |
Bump copyright date to 2017.
Diffstat (limited to 'src/jit/dis_mips.lua')
-rw-r--r-- | src/jit/dis_mips.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_mips.lua b/src/jit/dis_mips.lua index fe9cadb8..02dfc172 100644 --- a/src/jit/dis_mips.lua +++ b/src/jit/dis_mips.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPS disassembler module. | 2 | -- LuaJIT MIPS disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2017 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. |