aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2025-01-13 16:15:19 +0100
committerMike Pall <mike>2025-01-13 16:15:19 +0100
commit8358eb0cceb0aab0ba2872afa4a68ef391093d88 (patch)
tree281647b8ac9a97c3f67da92bc24affdb140d11ba /README
parentf73e649a954b599fc184726c376476e7a5c439ca (diff)
parente8236561d4f71d9fe9faeee4d24197ea3a2de601 (diff)
downloadluajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.gz
luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.tar.bz2
luajit-8358eb0cceb0aab0ba2872afa4a68ef391093d88.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e4a69265..201f1b72 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
5 5
6Project Homepage: https://luajit.org/ 6Project Homepage: https://luajit.org/
7 7
8LuaJIT is Copyright (C) 2005-2023 Mike Pall. 8LuaJIT is Copyright (C) 2005-2025 Mike Pall.
9LuaJIT is free software, released under the MIT license. 9LuaJIT is free software, released under the MIT license.
10See full Copyright Notice in the COPYRIGHT file or in luajit.h. 10See full Copyright Notice in the COPYRIGHT file or in luajit.h.
11 11