aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2023-08-20 21:25:30 +0200
committerMike Pall <mike>2023-08-20 21:25:30 +0200
commit158a284cc9c33ade9054df976018401e4996cfbd (patch)
tree13ab3d9a5e5182bbc9086708cf096d3937020a13 /README
parentabb27c7771947e082c9d919d184ad5f5f03e2e32 (diff)
downloadluajit-158a284cc9c33ade9054df976018401e4996cfbd.tar.gz
luajit-158a284cc9c33ade9054df976018401e4996cfbd.tar.bz2
luajit-158a284cc9c33ade9054df976018401e4996cfbd.zip
Bump copyright date.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 107ff66c..7a97df6b 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