diff options
author | Mike Pall <mike> | 2018-04-25 12:07:08 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2018-04-25 12:07:08 +0200 |
commit | cf7a0540a3a9f80fc729211eb21d1e9b72acc89c (patch) | |
tree | a1a8b80a6272590825a4fecc1fb06b6fd90f817c /doc/luajit.html | |
parent | 02b521981a1ab919ff2cd4d9bcaee80baf77dce2 (diff) | |
download | luajit-cf7a0540a3a9f80fc729211eb21d1e9b72acc89c.tar.gz luajit-cf7a0540a3a9f80fc729211eb21d1e9b72acc89c.tar.bz2 luajit-cf7a0540a3a9f80fc729211eb21d1e9b72acc89c.zip |
Bump copyright date to 2018.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 00030081..d8f531d5 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -3,8 +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="Author" content="Mike Pall"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2018"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall"> | ||
8 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <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"> |
@@ -150,7 +149,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. | 149 | It may be embedded or used as a general-purpose, stand-alone language. |
151 | </p> | 150 | </p> |
152 | <p> | 151 | <p> |
153 | LuaJIT is Copyright © 2005-2017 Mike Pall, released under the | 152 | LuaJIT is Copyright © 2005-2018 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>. | 153 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
155 | </p> | 154 | </p> |
156 | <p> | 155 | <p> |
@@ -224,7 +223,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
224 | </div> | 223 | </div> |
225 | <div id="foot"> | 224 | <div id="foot"> |
226 | <hr class="hide"> | 225 | <hr class="hide"> |
227 | Copyright © 2005-2017 Mike Pall | 226 | Copyright © 2005-2018 |
228 | <span class="noprint"> | 227 | <span class="noprint"> |
229 | · | 228 | · |
230 | <a href="contact.html">Contact</a> | 229 | <a href="contact.html">Contact</a> |