aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2021-01-02 21:49:41 +0100
committerMike Pall <mike>2021-01-02 21:49:41 +0100
commitf47c864b0186fc92a2264e68e1151d0d2b24969e (patch)
tree091117a96d80a74147f695fcfe21f21bb9dbacaa /README
parentee855749a188d3d13bba9a0e58f430e138e641ae (diff)
downloadluajit-f47c864b0186fc92a2264e68e1151d0d2b24969e.tar.gz
luajit-f47c864b0186fc92a2264e68e1151d0d2b24969e.tar.bz2
luajit-f47c864b0186fc92a2264e68e1151d0d2b24969e.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 c04d8b19..5aa4f0ed 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-2020 Mike Pall. 8LuaJIT is Copyright (C) 2005-2021 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