aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2015-01-05 23:59:31 +0100
committerMike Pall <mike>2015-01-05 23:59:31 +0100
commit86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (patch)
tree7d50628437c87712ff928614d0c290d0bf719ca0 /README
parent999f57de83180c4edd928eb9051e58602ba7e20a (diff)
downloadluajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.gz
luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.bz2
luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.zip
Bump copyright date to 2015.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 902a6d2e..d151bb7b 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-2014 Mike Pall. 8LuaJIT is Copyright (C) 2005-2015 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