aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2020-01-20 23:26:51 +0100
committerMike Pall <mike>2020-01-20 23:26:51 +0100
commit38a5ed4b434618662372c0c1665ed08782f5faa5 (patch)
tree1fe5cbed5b8bf4309b953bf29eb6196044d62582 /README
parent820339960123dc78a7ce03edf53fcf4fdae0e55d (diff)
downloadluajit-38a5ed4b434618662372c0c1665ed08782f5faa5.tar.gz
luajit-38a5ed4b434618662372c0c1665ed08782f5faa5.tar.bz2
luajit-38a5ed4b434618662372c0c1665ed08782f5faa5.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 6cb7cebb..aa177ae2 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