diff options
author | Mike Pall <mike> | 2016-03-03 12:02:22 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2016-03-03 12:02:22 +0100 |
commit | db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1 (patch) | |
tree | 24aae4d9c3f611b7af398c4ac864acd0009ba32d /src/host/genminilua.lua | |
parent | a44388967763d0f7f5f78dfd71703437afa69fc0 (diff) | |
download | luajit-db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1.tar.gz luajit-db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1.tar.bz2 luajit-db1b399af134e715b8ba9a0e4ad9cbafbe06ecb1.zip |
Bump copyright date to 2016.
Diffstat (limited to 'src/host/genminilua.lua')
-rw-r--r-- | src/host/genminilua.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/genminilua.lua b/src/host/genminilua.lua index cd0d9466..0a4690c1 100644 --- a/src/host/genminilua.lua +++ b/src/host/genminilua.lua | |||
@@ -2,7 +2,7 @@ | |||
2 | -- Lua script to generate a customized, minified version of Lua. | 2 | -- Lua script to generate a customized, minified version of Lua. |
3 | -- The resulting 'minilua' is used for the build process of LuaJIT. | 3 | -- The resulting 'minilua' is used for the build process of LuaJIT. |
4 | ---------------------------------------------------------------------------- | 4 | ---------------------------------------------------------------------------- |
5 | -- Copyright (C) 2005-2015 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2016 Mike Pall. All rights reserved. |
6 | -- Released under the MIT license. See Copyright Notice in luajit.h | 6 | -- Released under the MIT license. See Copyright Notice in luajit.h |
7 | ---------------------------------------------------------------------------- | 7 | ---------------------------------------------------------------------------- |
8 | 8 | ||