diff options
| author | Mike Pall <mike> | 2015-01-05 23:59:31 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2015-01-05 23:59:31 +0100 |
| commit | 86913b9bbf75c78a5dcfa2bf6071db8db7df7c51 (patch) | |
| tree | 7d50628437c87712ff928614d0c290d0bf719ca0 /doc | |
| parent | 999f57de83180c4edd928eb9051e58602ba7e20a (diff) | |
| download | luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.gz luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.tar.bz2 luajit-86913b9bbf75c78a5dcfa2bf6071db8db7df7c51.zip | |
Bump copyright date to 2015.
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 21da8688..07f5c84a 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2014 Mike Pall. | 1 | /* Copyright (C) 2004-2015 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 05b092e4..ae531430 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2014 Mike Pall. | 1 | /* Copyright (C) 2004-2015 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 98412293..3d8f5dbb 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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"> |
| @@ -918,7 +918,7 @@ This is the initial non-public release of LuaJIT. | |||
| 918 | </div> | 918 | </div> |
| 919 | <div id="foot"> | 919 | <div id="foot"> |
| 920 | <hr class="hide"> | 920 | <hr class="hide"> |
| 921 | Copyright © 2005-2014 Mike Pall | 921 | Copyright © 2005-2015 Mike Pall |
| 922 | <span class="noprint"> | 922 | <span class="noprint"> |
| 923 | · | 923 | · |
| 924 | <a href="contact.html">Contact</a> | 924 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 0483a829..0ef01a7c 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall. | 87 | Copyright © 2005-2015 Mike Pall. |
| 88 | </p> | 88 | </p> |
| 89 | 89 | ||
| 90 | 90 | ||
| @@ -92,7 +92,7 @@ Copyright © 2005-2014 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-2014 Mike Pall | 95 | Copyright © 2005-2015 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 48503361..65981806 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 180 | Copyright © 2005-2015 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 fa9ca971..77b8e26c 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 323 | Copyright © 2005-2015 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 dcffcfa3..8f577e9f 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 559 | Copyright © 2005-2015 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 7e5f7035..c267b555 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 1238 | Copyright © 2005-2015 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 8e4eaf72..8f99bfb1 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 594 | Copyright © 2005-2015 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 434e41ba..27351dd6 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 192 | Copyright © 2005-2015 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 20b597f1..e9cd136c 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 401 | Copyright © 2005-2015 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 ffc2ae89..9902f090 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 177 | Copyright © 2005-2015 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 f8163153..7369aeb6 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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"> |
| @@ -636,7 +636,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 636 | </div> | 636 | </div> |
| 637 | <div id="foot"> | 637 | <div id="foot"> |
| 638 | <hr class="hide"> | 638 | <hr class="hide"> |
| 639 | Copyright © 2005-2014 Mike Pall | 639 | Copyright © 2005-2015 Mike Pall |
| 640 | <span class="noprint"> | 640 | <span class="noprint"> |
| 641 | · | 641 | · |
| 642 | <a href="contact.html">Contact</a> | 642 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index ddbc0164..45507c12 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall, released under the | 153 | LuaJIT is Copyright © 2005-2015 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-2014 Mike Pall | 227 | Copyright © 2005-2015 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> |
diff --git a/doc/running.html b/doc/running.html index c01c52d5..c2ec5113 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 299 | Copyright © 2005-2015 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 ddcaed33..e3655d48 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-2014, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2015, 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-2014 Mike Pall | 118 | Copyright © 2005-2015 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> |
