aboutsummaryrefslogtreecommitdiff
path: root/src/jit/dis_mips.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2021-01-02 21:49:41 +0100
committerMike Pall <mike>2021-01-02 21:49:41 +0100
commitf47c864b0186fc92a2264e68e1151d0d2b24969e (patch)
tree091117a96d80a74147f695fcfe21f21bb9dbacaa /src/jit/dis_mips.lua
parentee855749a188d3d13bba9a0e58f430e138e641ae (diff)
downloadluajit-f47c864b0186fc92a2264e68e1151d0d2b24969e.tar.gz
luajit-f47c864b0186fc92a2264e68e1151d0d2b24969e.tar.bz2
luajit-f47c864b0186fc92a2264e68e1151d0d2b24969e.zip
Bump copyright date.
Diffstat (limited to 'src/jit/dis_mips.lua')
-rw-r--r--src/jit/dis_mips.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_mips.lua b/src/jit/dis_mips.lua
index c720b537..8f5734ed 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-2020 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2021 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.