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