diff options
author | Mike Pall <mike> | 2021-01-02 21:56:07 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2021-01-02 21:56:07 +0100 |
commit | 1e66d0f9e6698fdee672c40a9a5b4159c9254091 (patch) | |
tree | 06a019f1a74515bdcd11232f974390c590f5dfa7 /doc/luajit.html | |
parent | 3134359734062604f0554b77fde6812a02c1e2b4 (diff) | |
parent | f47c864b0186fc92a2264e68e1151d0d2b24969e (diff) | |
download | luajit-1e66d0f9e6698fdee672c40a9a5b4159c9254091.tar.gz luajit-1e66d0f9e6698fdee672c40a9a5b4159c9254091.tar.bz2 luajit-1e66d0f9e6698fdee672c40a9a5b4159c9254091.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 dd50674d..0d3bf31c 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-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
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"> |
@@ -146,7 +146,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
146 | It may be embedded or used as a general-purpose, stand-alone language. | 146 | It may be embedded or used as a general-purpose, stand-alone language. |
147 | </p> | 147 | </p> |
148 | <p> | 148 | <p> |
149 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the | 149 | LuaJIT is Copyright © 2005-2021 Mike Pall, released under the |
150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
151 | </p> | 151 | </p> |
152 | <p> | 152 | <p> |
@@ -220,7 +220,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
220 | </div> | 220 | </div> |
221 | <div id="foot"> | 221 | <div id="foot"> |
222 | <hr class="hide"> | 222 | <hr class="hide"> |
223 | Copyright © 2005-2020 | 223 | Copyright © 2005-2021 |
224 | <span class="noprint"> | 224 | <span class="noprint"> |
225 | · | 225 | · |
226 | <a href="contact.html">Contact</a> | 226 | <a href="contact.html">Contact</a> |