diff options
| author | yangjz1125 <[email protected]> | 2018-08-15 12:36:19 +0800 |
|---|---|---|
| committer | yangjz1125 <[email protected]> | 2018-08-15 12:36:19 +0800 |
| commit | be03b89501a829e19932f86f491df80962bfe8d5 (patch) | |
| tree | 9f2b2ec6103f223dddcca3fbda9af992c8964934 /core/src | |
| parent | d3dbe5cf8359483e46d5a938fa6d0b7921747b12 (diff) | |
update luajit README & COPYRIGHT
Diffstat (limited to 'core/src')
| -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. |
