diff options
author | Mike Pall <mike> | 2020-01-20 23:34:21 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2020-01-20 23:34:21 +0100 |
commit | 87b111f0fe18788d38dbafd9d768d720f77f052b (patch) | |
tree | 0b31f7728ccfee8426506cc04528471e362fef75 /doc/luajit.html | |
parent | 981ec8d2aac5cac76bdedd4015b6d32447b29597 (diff) | |
parent | 38a5ed4b434618662372c0c1665ed08782f5faa5 (diff) | |
download | luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.gz luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.bz2 luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index a85c2015..a3ffa476 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
4 | <title>LuaJIT</title> | 4 | <title>LuaJIT</title> |
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 | <meta name="Copyright" content="Copyright (C) 2005-2018"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2020"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -151,7 +151,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
151 | It may be embedded or used as a general-purpose, stand-alone language. | 151 | It may be embedded or used as a general-purpose, stand-alone language. |
152 | </p> | 152 | </p> |
153 | <p> | 153 | <p> |
154 | LuaJIT is Copyright © 2005-2018 Mike Pall, released under the | 154 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the |
155 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 155 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
156 | </p> | 156 | </p> |
157 | <p> | 157 | <p> |
@@ -225,7 +225,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
225 | </div> | 225 | </div> |
226 | <div id="foot"> | 226 | <div id="foot"> |
227 | <hr class="hide"> | 227 | <hr class="hide"> |
228 | Copyright © 2005-2018 | 228 | Copyright © 2005-2020 |
229 | <span class="noprint"> | 229 | <span class="noprint"> |
230 | · | 230 | · |
231 | <a href="contact.html">Contact</a> | 231 | <a href="contact.html">Contact</a> |