diff options
author | Mike Pall <mike> | 2017-01-17 12:35:03 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2017-01-17 12:35:03 +0100 |
commit | b93a1dd0c831cab22f98163d0dde792a493c0eef (patch) | |
tree | 43bcce817982a9d735e9e0105405ad69b1bf65dc /doc/luajit.html | |
parent | a1e13fa6e4382bcae44f97bf5954f0e57cfad90c (diff) | |
download | luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.gz luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.tar.bz2 luajit-b93a1dd0c831cab22f98163d0dde792a493c0eef.zip |
Bump copyright date to 2017.
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 0fc491f1..00030081 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2016, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -150,7 +150,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
150 | It may be embedded or used as a general-purpose, stand-alone language. | 150 | It may be embedded or used as a general-purpose, stand-alone language. |
151 | </p> | 151 | </p> |
152 | <p> | 152 | <p> |
153 | LuaJIT is Copyright © 2005-2016 Mike Pall, released under the | 153 | LuaJIT is Copyright © 2005-2017 Mike Pall, released under the |
154 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 154 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
155 | </p> | 155 | </p> |
156 | <p> | 156 | <p> |
@@ -224,7 +224,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
224 | </div> | 224 | </div> |
225 | <div id="foot"> | 225 | <div id="foot"> |
226 | <hr class="hide"> | 226 | <hr class="hide"> |
227 | Copyright © 2005-2016 Mike Pall | 227 | Copyright © 2005-2017 Mike Pall |
228 | <span class="noprint"> | 228 | <span class="noprint"> |
229 | · | 229 | · |
230 | <a href="contact.html">Contact</a> | 230 | <a href="contact.html">Contact</a> |