diff options
author | Mike Pall <mike> | 2023-08-20 21:25:30 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-20 21:25:30 +0200 |
commit | 158a284cc9c33ade9054df976018401e4996cfbd (patch) | |
tree | 13ab3d9a5e5182bbc9086708cf096d3937020a13 /src/jit/dis_mips.lua | |
parent | abb27c7771947e082c9d919d184ad5f5f03e2e32 (diff) | |
download | luajit-158a284cc9c33ade9054df976018401e4996cfbd.tar.gz luajit-158a284cc9c33ade9054df976018401e4996cfbd.tar.bz2 luajit-158a284cc9c33ade9054df976018401e4996cfbd.zip |
Bump copyright date.
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 ed65702a..ebfed56a 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-2022 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2023 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. |