summaryrefslogtreecommitdiff
path: root/src/jit/dis_arm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/dis_arm.lua')
-rw-r--r--src/jit/dis_arm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dis_arm.lua b/src/jit/dis_arm.lua
index cd3acbd7..d572a5c3 100644
--- a/src/jit/dis_arm.lua
+++ b/src/jit/dis_arm.lua
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
-- LuaJIT ARM disassembler module.
--
--- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2022 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
-- This is a helper module used by the LuaJIT machine code dumper module.