diff options
| author | Mike Pall <mike> | 2013-02-11 12:54:48 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2013-02-11 12:54:48 +0100 |
| commit | 4a44c4ff69a890f98fe116901c803018e27847e3 (patch) | |
| tree | cfe6d85bbc060b3baa3b7c8a3106362400f1f415 /doc | |
| parent | 8b46013fdd7a7aad2f3da5cd9b35e0a17be34225 (diff) | |
| download | luajit-4a44c4ff69a890f98fe116901c803018e27847e3.tar.gz luajit-4a44c4ff69a890f98fe116901c803018e27847e3.tar.bz2 luajit-4a44c4ff69a890f98fe116901c803018e27847e3.zip | |
Bump copyright date to 2013.
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 16a6a72a..41ae7575 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2012 Mike Pall. | 1 | /* Copyright (C) 2004-2013 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 e2513794..5e8d5ce7 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2004-2012 Mike Pall. | 1 | /* Copyright (C) 2004-2013 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 aea75d67..71678c35 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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"> |
| @@ -831,7 +831,7 @@ This is the initial non-public release of LuaJIT. | |||
| 831 | </div> | 831 | </div> |
| 832 | <div id="foot"> | 832 | <div id="foot"> |
| 833 | <hr class="hide"> | 833 | <hr class="hide"> |
| 834 | Copyright © 2005-2012 Mike Pall | 834 | Copyright © 2005-2013 Mike Pall |
| 835 | <span class="noprint"> | 835 | <span class="noprint"> |
| 836 | · | 836 | · |
| 837 | <a href="contact.html">Contact</a> | 837 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 54c3aa9c..4735faf4 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall. | 87 | Copyright © 2005-2013 Mike Pall. |
| 88 | </p> | 88 | </p> |
| 89 | 89 | ||
| 90 | 90 | ||
| @@ -92,7 +92,7 @@ Copyright © 2005-2012 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-2012 Mike Pall | 95 | Copyright © 2005-2013 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 812dce86..c6feb8e1 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 180 | Copyright © 2005-2013 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 1dad3384..a146b055 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 323 | Copyright © 2005-2013 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 e894f84b..8b2555b5 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 559 | Copyright © 2005-2013 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 30aa9648..03229012 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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"> |
| @@ -1233,7 +1233,7 @@ compiled.</li> | |||
| 1233 | </div> | 1233 | </div> |
| 1234 | <div id="foot"> | 1234 | <div id="foot"> |
| 1235 | <hr class="hide"> | 1235 | <hr class="hide"> |
| 1236 | Copyright © 2005-2012 Mike Pall | 1236 | Copyright © 2005-2013 Mike Pall |
| 1237 | <span class="noprint"> | 1237 | <span class="noprint"> |
| 1238 | · | 1238 | · |
| 1239 | <a href="contact.html">Contact</a> | 1239 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index b8a08227..30213b31 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 594 | Copyright © 2005-2013 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 c42ab788..cc00e72b 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 192 | Copyright © 2005-2013 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 dc5fb00a..2bfcc76c 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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"> |
| @@ -397,7 +397,7 @@ lead to the termination of the process.</li> | |||
| 397 | </div> | 397 | </div> |
| 398 | <div id="foot"> | 398 | <div id="foot"> |
| 399 | <hr class="hide"> | 399 | <hr class="hide"> |
| 400 | Copyright © 2005-2012 Mike Pall | 400 | Copyright © 2005-2013 Mike Pall |
| 401 | <span class="noprint"> | 401 | <span class="noprint"> |
| 402 | · | 402 | · |
| 403 | <a href="contact.html">Contact</a> | 403 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index 21997e77..c61b8dcf 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 177 | Copyright © 2005-2013 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 bb625ec8..5a1ea525 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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"> |
| @@ -603,7 +603,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
| 603 | </div> | 603 | </div> |
| 604 | <div id="foot"> | 604 | <div id="foot"> |
| 605 | <hr class="hide"> | 605 | <hr class="hide"> |
| 606 | Copyright © 2005-2012 Mike Pall | 606 | Copyright © 2005-2013 Mike Pall |
| 607 | <span class="noprint"> | 607 | <span class="noprint"> |
| 608 | · | 608 | · |
| 609 | <a href="contact.html">Contact</a> | 609 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 51338412..f02c668c 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall, released under the | 150 | LuaJIT is Copyright © 2005-2013 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-2012 Mike Pall | 221 | Copyright © 2005-2013 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 97c5c039..d30a1f94 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 299 | Copyright © 2005-2013 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 f665b9b3..3d148b0a 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-2012, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2013, 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-2012 Mike Pall | 118 | Copyright © 2005-2013 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> |
