diff options
| -rw-r--r-- | core/src/luajit/COPYRIGHT | 2 | ||||
| -rw-r--r-- | core/src/luajit/README | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/src/luajit/COPYRIGHT b/core/src/luajit/COPYRIGHT index 1ef7df624..6ed40025a 100644 --- a/core/src/luajit/COPYRIGHT +++ b/core/src/luajit/COPYRIGHT @@ -1,7 +1,7 @@ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ -Copyright (C) 2005-2015 Mike Pall. All rights reserved. +Copyright (C) 2005-2017 Mike Pall. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/src/luajit/README b/core/src/luajit/README index 44366af51..2b9ae9d22 100644 --- a/core/src/luajit/README +++ b/core/src/luajit/README @@ -1,11 +1,11 @@ -README for LuaJIT 2.0.4 ------------------------ +README for LuaJIT 2.1.0-beta3 +----------------------------- LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. Project Homepage: http://luajit.org/ -LuaJIT is Copyright (C) 2005-2015 Mike Pall. +LuaJIT is Copyright (C) 2005-2017 Mike Pall. LuaJIT is free software, released under the MIT license. See full Copyright Notice in the COPYRIGHT file or in luajit.h. |
