aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Pall <mike>2013-02-11 12:54:48 +0100
committerMike Pall <mike>2013-02-11 12:54:48 +0100
commit4a44c4ff69a890f98fe116901c803018e27847e3 (patch)
treecfe6d85bbc060b3baa3b7c8a3106362400f1f415 /README
parent8b46013fdd7a7aad2f3da5cd9b35e0a17be34225 (diff)
downloadluajit-4a44c4ff69a890f98fe116901c803018e27847e3.tar.gz
luajit-4a44c4ff69a890f98fe116901c803018e27847e3.tar.bz2
luajit-4a44c4ff69a890f98fe116901c803018e27847e3.zip
Bump copyright date to 2013.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d45ca906..90a24685 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-2012 Mike Pall. 8LuaJIT is Copyright (C) 2005-2013 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