aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2020-01-20 23:34:21 +0100
committerMike Pall <mike>2020-01-20 23:34:21 +0100
commit87b111f0fe18788d38dbafd9d768d720f77f052b (patch)
tree0b31f7728ccfee8426506cc04528471e362fef75 /README
parent981ec8d2aac5cac76bdedd4015b6d32447b29597 (diff)
parent38a5ed4b434618662372c0c1665ed08782f5faa5 (diff)
downloadluajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.gz
luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.bz2
luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.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 2b9ae9d2..5c74038f 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: http://luajit.org/ 6Project Homepage: http://luajit.org/
7 7
8LuaJIT is Copyright (C) 2005-2017 Mike Pall. 8LuaJIT is Copyright (C) 2005-2020 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