diff options
author | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
commit | 050466552bf7eb8b7944aa52c93b45326ae14d7a (patch) | |
tree | f92ad9dd6963ffc3168ea46bed892894adcc7339 /COPYRIGHT | |
parent | 5c46f47736f7609be407c88d531ecd1689d40a79 (diff) | |
download | luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.gz luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.bz2 luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.zip |
Minor changes and https-ify links.
Diffstat (limited to 'COPYRIGHT')
-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 | =============================================================================== |