diff options
Diffstat (limited to '')
-rw-r--r-- | COPYRIGHT | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | =============================================================================== | 1 | =============================================================================== |
2 | LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ | 2 | LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ |
3 | 3 | ||
4 | Copyright (C) 2005-2020 Mike Pall. All rights reserved. | 4 | Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | 5 | ||
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |||
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
22 | THE SOFTWARE. | 22 | THE SOFTWARE. |
23 | 23 | ||
24 | [ MIT license: http://www.opensource.org/licenses/mit-license.php ] | 24 | [ MIT license: https://www.opensource.org/licenses/mit-license.php ] |
25 | 25 | ||
26 | =============================================================================== | 26 | =============================================================================== |
27 | [ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] | 27 | [ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] |
@@ -51,6 +51,6 @@ THE SOFTWARE. | |||
51 | 51 | ||
52 | This is a version (aka dlmalloc) of malloc/free/realloc written by | 52 | This is a version (aka dlmalloc) of malloc/free/realloc written by |
53 | Doug Lea and released to the public domain, as explained at | 53 | Doug Lea and released to the public domain, as explained at |
54 | http://creativecommons.org/licenses/publicdomain | 54 | https://creativecommons.org/licenses/publicdomain |
55 | 55 | ||
56 | =============================================================================== | 56 | =============================================================================== |