diff options
author | Mike Pall <mike> | 2025-01-13 15:59:10 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-01-13 15:59:10 +0100 |
commit | e8236561d4f71d9fe9faeee4d24197ea3a2de601 (patch) | |
tree | 3efa26fb845177ced2b388bf91ca1627be0da924 /src/host/buildvm.c | |
parent | e2e0b1dd2dcb180f9f4500eac0ad43aeb7ae0a81 (diff) | |
download | luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.tar.gz luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.tar.bz2 luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.zip |
Bump copyright date.
Diffstat (limited to 'src/host/buildvm.c')
-rw-r--r-- | src/host/buildvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm.c b/src/host/buildvm.c index 39c2bc24..57a8c3d5 100644 --- a/src/host/buildvm.c +++ b/src/host/buildvm.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder. | 2 | ** LuaJIT VM builder. |
3 | ** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** This is a tool to build the hand-tuned assembler code required for | 5 | ** This is a tool to build the hand-tuned assembler code required for |
6 | ** LuaJIT's bytecode interpreter. It supports a variety of output formats | 6 | ** LuaJIT's bytecode interpreter. It supports a variety of output formats |