aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2023-08-20 21:33:37 +0200
committerMike Pall <mike>2023-08-20 21:33:37 +0200
commitef587afb2cd7267c0defd04aa642593b76a6b23d (patch)
treeea6d8da73d4f97b6fcddd2bfdba0c55d329a03ce /README
parentcbb187aea5e9bbe708faee7f03f92b4c62a74720 (diff)
parent158a284cc9c33ade9054df976018401e4996cfbd (diff)
downloadluajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.gz
luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.tar.bz2
luajit-ef587afb2cd7267c0defd04aa642593b76a6b23d.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 1faef255..e6631432 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-2022 Mike Pall. 8LuaJIT is Copyright (C) 2005-2023 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