aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2017-01-17 12:35:03 +0100
committerMike Pall <mike>2017-01-17 12:35:03 +0100
commitb93a1dd0c831cab22f98163d0dde792a493c0eef (patch)
tree43bcce817982a9d735e9e0105405ad69b1bf65dc /README
parenta1e13fa6e4382bcae44f97bf5954f0e57cfad90c (diff)
downloadluajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.gz
luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.bz2
luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.zip
Bump copyright date to 2017.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e5bb1c62..1b0abed2 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-2016 Mike Pall. 8LuaJIT is Copyright (C) 2005-2017 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