diff options
| author | Mike Pall <mike> | 2014-01-16 23:10:16 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2014-01-16 23:10:16 +0100 |
| commit | ef59e5482055ed4477144518fc79a993288e855b (patch) | |
| tree | 6bd95460a9aa15da40b8df9c12dc5c9bf3749374 /doc | |
| parent | 6964a7752ae314dcae693abcb0c1175c95ad22e0 (diff) | |
| download | luajit-ef59e5482055ed4477144518fc79a993288e855b.tar.gz luajit-ef59e5482055ed4477144518fc79a993288e855b.tar.bz2 luajit-ef59e5482055ed4477144518fc79a993288e855b.zip | |
Bump copyright date to 2014.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/bluequad-print.css | 2 | ||||
| -rw-r--r-- | doc/bluequad.css | 2 | ||||
| -rw-r--r-- | doc/changes.html | 4 | ||||
| -rw-r--r-- | doc/contact.html | 6 | ||||
| -rw-r--r-- | doc/ext_c_api.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi_api.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi_semantics.html | 4 | ||||
| -rw-r--r-- | doc/ext_ffi_tutorial.html | 4 | ||||
| -rw-r--r-- | doc/ext_jit.html | 4 | ||||
| -rw-r--r-- | doc/extensions.html | 4 | ||||
| -rw-r--r-- | doc/faq.html | 4 | ||||
| -rw-r--r-- | doc/install.html | 4 | ||||
| -rw-r--r-- | doc/luajit.html | 6 | ||||
| -rw-r--r-- | doc/running.html | 4 | ||||
| -rw-r--r-- | doc/status.html | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 41ae7575..21da8688 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2013 Mike Pall. | 1 | /* Copyright (C) 2004-2014 Mike Pall. |
| 2 | * | 2 | * |
| 3 | * You are welcome to use the general ideas of this design for your own sites. | 3 | * You are welcome to use the general ideas of this design for your own sites. |
| 4 | * But please do not steal the stylesheet, the layout or the color scheme. | 4 | * But please do not steal the stylesheet, the layout or the color scheme. |
diff --git a/doc/bluequad.css b/doc/bluequad.css index 5e8d5ce7..05b092e4 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2013 Mike Pall. | 1 | /* Copyright (C) 2004-2014 Mike Pall. |
| 2 | * | 2 | * |
| 3 | * You are welcome to use the general ideas of this design for your own sites. | 3 | * You are welcome to use the general ideas of this design for your own sites. |
| 4 | * But please do not steal the stylesheet, the layout or the color scheme. | 4 | * But please do not steal the stylesheet, the layout or the color scheme. |
diff --git a/doc/changes.html b/doc/changes.html index b3deeaf2..f58cde83 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>LuaJIT Change History</title> | 4 | <title>LuaJIT Change History</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -882,7 +882,7 @@ This is the initial non-public release of LuaJIT. | |||
| 882 | </div> | 882 | </div> |
| 883 | <div id="foot"> | 883 | <div id="foot"> |
| 884 | <hr class="hide"> | 884 | <hr class="hide"> |
| 885 | Copyright © 2005-2013 Mike Pall | 885 | Copyright © 2005-2014 Mike Pall |
| 886 | <span class="noprint"> | 886 | <span class="noprint"> |
| 887 | · | 887 | · |
| 888 | <a href="contact.html">Contact</a> | 888 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 4735faf4..0483a829 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Contact</title> | 4 | <title>Contact</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -84,7 +84,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
| 84 | <h2>Copyright</h2> | 84 | <h2>Copyright</h2> |
| 85 | <p> | 85 | <p> |
| 86 | All documentation is | 86 | All documentation is |
| 87 | Copyright © 2005-2013 Mike Pall. | 87 | Copyright © 2005-2014 Mike Pall. |
| 88 | </p> | 88 | </p> |
| 89 | 89 | ||
| 90 | 90 | ||
| @@ -92,7 +92,7 @@ Copyright © 2005-2013 Mike Pall. | |||
| 92 | </div> | 92 | </div> |
| 93 | <div id="foot"> | 93 | <div id="foot"> |
| 94 | <hr class="hide"> | 94 | <hr class="hide"> |
| 95 | Copyright © 2005-2013 Mike Pall | 95 | Copyright © 2005-2014 Mike Pall |
| 96 | <span class="noprint"> | 96 | <span class="noprint"> |
| 97 | · | 97 | · |
| 98 | <a href="contact.html">Contact</a> | 98 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index c6feb8e1..48503361 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Lua/C API Extensions</title> | 4 | <title>Lua/C API Extensions</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -177,7 +177,7 @@ Also note that this mechanism is not without overhead. | |||
| 177 | </div> | 177 | </div> |
| 178 | <div id="foot"> | 178 | <div id="foot"> |
| 179 | <hr class="hide"> | 179 | <hr class="hide"> |
| 180 | Copyright © 2005-2013 Mike Pall | 180 | Copyright © 2005-2014 Mike Pall |
| 181 | <span class="noprint"> | 181 | <span class="noprint"> |
| 182 | · | 182 | · |
| 183 | <a href="contact.html">Contact</a> | 183 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index a146b055..fa9ca971 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>FFI Library</title> | 4 | <title>FFI Library</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -320,7 +320,7 @@ without undue conversion penalties. | |||
| 320 | </div> | 320 | </div> |
| 321 | <div id="foot"> | 321 | <div id="foot"> |
| 322 | <hr class="hide"> | 322 | <hr class="hide"> |
| 323 | Copyright © 2005-2013 Mike Pall | 323 | Copyright © 2005-2014 Mike Pall |
| 324 | <span class="noprint"> | 324 | <span class="noprint"> |
| 325 | · | 325 | · |
| 326 | <a href="contact.html">Contact</a> | 326 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 8b2555b5..dcffcfa3 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>ffi.* API Functions</title> | 4 | <title>ffi.* API Functions</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -556,7 +556,7 @@ named <tt>i</tt>. | |||
| 556 | </div> | 556 | </div> |
| 557 | <div id="foot"> | 557 | <div id="foot"> |
| 558 | <hr class="hide"> | 558 | <hr class="hide"> |
| 559 | Copyright © 2005-2013 Mike Pall | 559 | Copyright © 2005-2014 Mike Pall |
| 560 | <span class="noprint"> | 560 | <span class="noprint"> |
| 561 | · | 561 | · |
| 562 | <a href="contact.html">Contact</a> | 562 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 57839b16..7e5f7035 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>FFI Semantics</title> | 4 | <title>FFI Semantics</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -1235,7 +1235,7 @@ compiled.</li> | |||
| 1235 | </div> | 1235 | </div> |
| 1236 | <div id="foot"> | 1236 | <div id="foot"> |
| 1237 | <hr class="hide"> | 1237 | <hr class="hide"> |
| 1238 | Copyright © 2005-2013 Mike Pall | 1238 | Copyright © 2005-2014 Mike Pall |
| 1239 | <span class="noprint"> | 1239 | <span class="noprint"> |
| 1240 | · | 1240 | · |
| 1241 | <a href="contact.html">Contact</a> | 1241 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 30213b31..01fb8992 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>FFI Tutorial</title> | 4 | <title>FFI Tutorial</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -591,7 +591,7 @@ it to a local variable in the function scope is unnecessary. | |||
| 591 | </div> | 591 | </div> |
| 592 | <div id="foot"> | 592 | <div id="foot"> |
| 593 | <hr class="hide"> | 593 | <hr class="hide"> |
| 594 | Copyright © 2005-2013 Mike Pall | 594 | Copyright © 2005-2014 Mike Pall |
| 595 | <span class="noprint"> | 595 | <span class="noprint"> |
| 596 | · | 596 | · |
| 597 | <a href="contact.html">Contact</a> | 597 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index cc00e72b..098be5e0 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>jit.* Library</title> | 4 | <title>jit.* Library</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -189,7 +189,7 @@ if you want to know more. | |||
| 189 | </div> | 189 | </div> |
| 190 | <div id="foot"> | 190 | <div id="foot"> |
| 191 | <hr class="hide"> | 191 | <hr class="hide"> |
| 192 | Copyright © 2005-2013 Mike Pall | 192 | Copyright © 2005-2014 Mike Pall |
| 193 | <span class="noprint"> | 193 | <span class="noprint"> |
| 194 | · | 194 | · |
| 195 | <a href="contact.html">Contact</a> | 195 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index 8684dc32..20b597f1 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Extensions</title> | 4 | <title>Extensions</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -398,7 +398,7 @@ lead to the termination of the process.</li> | |||
| 398 | </div> | 398 | </div> |
| 399 | <div id="foot"> | 399 | <div id="foot"> |
| 400 | <hr class="hide"> | 400 | <hr class="hide"> |
| 401 | Copyright © 2005-2013 Mike Pall | 401 | Copyright © 2005-2014 Mike Pall |
| 402 | <span class="noprint"> | 402 | <span class="noprint"> |
| 403 | · | 403 | · |
| 404 | <a href="contact.html">Contact</a> | 404 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index c61b8dcf..ffc2ae89 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Frequently Asked Questions (FAQ)</title> | 4 | <title>Frequently Asked Questions (FAQ)</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -174,7 +174,7 @@ the development of certain features, if they are important to you. | |||
| 174 | </div> | 174 | </div> |
| 175 | <div id="foot"> | 175 | <div id="foot"> |
| 176 | <hr class="hide"> | 176 | <hr class="hide"> |
| 177 | Copyright © 2005-2013 Mike Pall | 177 | Copyright © 2005-2014 Mike Pall |
| 178 | <span class="noprint"> | 178 | <span class="noprint"> |
| 179 | · | 179 | · |
| 180 | <a href="contact.html">Contact</a> | 180 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index b7bf75ce..15193b81 100644 --- a/doc/install.html +++ b/doc/install.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Installation</title> | 4 | <title>Installation</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -605,7 +605,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 605 | </div> | 605 | </div> |
| 606 | <div id="foot"> | 606 | <div id="foot"> |
| 607 | <hr class="hide"> | 607 | <hr class="hide"> |
| 608 | Copyright © 2005-2013 Mike Pall | 608 | Copyright © 2005-2014 Mike Pall |
| 609 | <span class="noprint"> | 609 | <span class="noprint"> |
| 610 | · | 610 | · |
| 611 | <a href="contact.html">Contact</a> | 611 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index e8581d3a..07ef9b97 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -147,7 +147,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
| 147 | It may be embedded or used as a general-purpose, stand-alone language. | 147 | It may be embedded or used as a general-purpose, stand-alone language. |
| 148 | </p> | 148 | </p> |
| 149 | <p> | 149 | <p> |
| 150 | LuaJIT is Copyright © 2005-2013 Mike Pall, released under the | 150 | LuaJIT is Copyright © 2005-2014 Mike Pall, released under the |
| 151 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 151 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
| 152 | </p> | 152 | </p> |
| 153 | <p> | 153 | <p> |
| @@ -218,7 +218,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
| 218 | </div> | 218 | </div> |
| 219 | <div id="foot"> | 219 | <div id="foot"> |
| 220 | <hr class="hide"> | 220 | <hr class="hide"> |
| 221 | Copyright © 2005-2013 Mike Pall | 221 | Copyright © 2005-2014 Mike Pall |
| 222 | <span class="noprint"> | 222 | <span class="noprint"> |
| 223 | · | 223 | · |
| 224 | <a href="contact.html">Contact</a> | 224 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index 3149b381..bbbe8be6 100644 --- a/doc/running.html +++ b/doc/running.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Running LuaJIT</title> | 4 | <title>Running 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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -296,7 +296,7 @@ Here are the parameters and their default settings: | |||
| 296 | </div> | 296 | </div> |
| 297 | <div id="foot"> | 297 | <div id="foot"> |
| 298 | <hr class="hide"> | 298 | <hr class="hide"> |
| 299 | Copyright © 2005-2013 Mike Pall | 299 | Copyright © 2005-2014 Mike Pall |
| 300 | <span class="noprint"> | 300 | <span class="noprint"> |
| 301 | · | 301 | · |
| 302 | <a href="contact.html">Contact</a> | 302 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 3d148b0a..ddcaed33 100644 --- a/doc/status.html +++ b/doc/status.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title>Status & Roadmap</title> | 4 | <title>Status & Roadmap</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-2013, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2014, 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"> |
| @@ -115,7 +115,7 @@ Please refer to the | |||
| 115 | </div> | 115 | </div> |
| 116 | <div id="foot"> | 116 | <div id="foot"> |
| 117 | <hr class="hide"> | 117 | <hr class="hide"> |
| 118 | Copyright © 2005-2013 Mike Pall | 118 | Copyright © 2005-2014 Mike Pall |
| 119 | <span class="noprint"> | 119 | <span class="noprint"> |
| 120 | · | 120 | · |
| 121 | <a href="contact.html">Contact</a> | 121 | <a href="contact.html">Contact</a> |
