diff options
author | Mike Pall <mike> | 2025-01-13 16:15:19 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-01-13 16:15:19 +0100 |
commit | 8358eb0cceb0aab0ba2872afa4a68ef391093d88 (patch) | |
tree | 281647b8ac9a97c3f67da92bc24affdb140d11ba /src/jit/p.lua | |
parent | f73e649a954b599fc184726c376476e7a5c439ca (diff) | |
parent | e8236561d4f71d9fe9faeee4d24197ea3a2de601 (diff) | |
download | luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.gz luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.bz2 luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit/p.lua')
-rw-r--r-- | src/jit/p.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/p.lua b/src/jit/p.lua index ef2ee82f..3002c19f 100644 --- a/src/jit/p.lua +++ b/src/jit/p.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT profiler. | 2 | -- LuaJIT profiler. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2023 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2025 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 | -- |