aboutsummaryrefslogtreecommitdiff
path: root/src/jit/dump.lua
diff options
context:
space:
mode:
authorMike Pall <mike>2026-01-09 17:18:03 +0100
committerMike Pall <mike>2026-01-09 17:18:03 +0100
commit6e69e4731437d6876b96e843804a6ef0a671ed25 (patch)
treeb630d87267e682717625f9cfb43fa4d125a02547 /src/jit/dump.lua
parent406cf69b3ae0a3ecd5ede2bb97b937b7a5d92074 (diff)
downloadluajit-6e69e4731437d6876b96e843804a6ef0a671ed25.tar.gz
luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.tar.bz2
luajit-6e69e4731437d6876b96e843804a6ef0a671ed25.zip
Bump copyright date.
Diffstat (limited to 'src/jit/dump.lua')
-rw-r--r--src/jit/dump.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/dump.lua b/src/jit/dump.lua
index 669aa738..5097db94 100644
--- a/src/jit/dump.lua
+++ b/src/jit/dump.lua
@@ -1,7 +1,7 @@
1---------------------------------------------------------------------------- 1----------------------------------------------------------------------------
2-- LuaJIT compiler dump module. 2-- LuaJIT compiler dump module.
3-- 3--
4-- Copyright (C) 2005-2025 Mike Pall. All rights reserved. 4-- Copyright (C) 2005-2026 Mike Pall. All rights reserved.
5-- Released under the MIT license. See Copyright Notice in luajit.h 5-- Released under the MIT license. See Copyright Notice in luajit.h
6---------------------------------------------------------------------------- 6----------------------------------------------------------------------------
7-- 7--