diff options
Diffstat (limited to '')
-rw-r--r-- | doc/bluequad-print.css | 2 | ||||
-rw-r--r-- | doc/bluequad.css | 2 | ||||
-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/ext_profiler.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 13ee876f..0b385cee 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2020 Mike Pall. | 1 | /* Copyright (C) 2004-2021 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 978719e8..86cd9ac0 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2020 Mike Pall. | 1 | /* Copyright (C) 2004-2021 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/contact.html b/doc/contact.html index c2f34283..0c775f98 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -87,7 +87,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
87 | <h2>Copyright</h2> | 87 | <h2>Copyright</h2> |
88 | <p> | 88 | <p> |
89 | All documentation is | 89 | All documentation is |
90 | Copyright © 2005-2020 Mike Pall. | 90 | Copyright © 2005-2021 Mike Pall. |
91 | </p> | 91 | </p> |
92 | 92 | ||
93 | 93 | ||
@@ -95,7 +95,7 @@ Copyright © 2005-2020 Mike Pall. | |||
95 | </div> | 95 | </div> |
96 | <div id="foot"> | 96 | <div id="foot"> |
97 | <hr class="hide"> | 97 | <hr class="hide"> |
98 | Copyright © 2005-2020 | 98 | Copyright © 2005-2021 |
99 | <span class="noprint"> | 99 | <span class="noprint"> |
100 | · | 100 | · |
101 | <a href="contact.html">Contact</a> | 101 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index c841b1dc..e204459a 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -173,7 +173,7 @@ Also note that this mechanism is not without overhead. | |||
173 | </div> | 173 | </div> |
174 | <div id="foot"> | 174 | <div id="foot"> |
175 | <hr class="hide"> | 175 | <hr class="hide"> |
176 | Copyright © 2005-2020 | 176 | Copyright © 2005-2021 |
177 | <span class="noprint"> | 177 | <span class="noprint"> |
178 | · | 178 | · |
179 | <a href="contact.html">Contact</a> | 179 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 0be54411..115a77fe 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -316,7 +316,7 @@ without undue conversion penalties. | |||
316 | </div> | 316 | </div> |
317 | <div id="foot"> | 317 | <div id="foot"> |
318 | <hr class="hide"> | 318 | <hr class="hide"> |
319 | Copyright © 2005-2020 | 319 | Copyright © 2005-2021 |
320 | <span class="noprint"> | 320 | <span class="noprint"> |
321 | · | 321 | · |
322 | <a href="contact.html">Contact</a> | 322 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 8b2a605d..65761aa7 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -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-2020 | 559 | Copyright © 2005-2021 |
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 7c4f0d1d..16f87739 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -1246,7 +1246,7 @@ compiled.</li> | |||
1246 | </div> | 1246 | </div> |
1247 | <div id="foot"> | 1247 | <div id="foot"> |
1248 | <hr class="hide"> | 1248 | <hr class="hide"> |
1249 | Copyright © 2005-2020 | 1249 | Copyright © 2005-2021 |
1250 | <span class="noprint"> | 1250 | <span class="noprint"> |
1251 | · | 1251 | · |
1252 | <a href="contact.html">Contact</a> | 1252 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index d06c11f1..c7d453ae 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -587,7 +587,7 @@ it to a local variable in the function scope is unnecessary. | |||
587 | </div> | 587 | </div> |
588 | <div id="foot"> | 588 | <div id="foot"> |
589 | <hr class="hide"> | 589 | <hr class="hide"> |
590 | Copyright © 2005-2020 | 590 | Copyright © 2005-2021 |
591 | <span class="noprint"> | 591 | <span class="noprint"> |
592 | · | 592 | · |
593 | <a href="contact.html">Contact</a> | 593 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index fdc97aa1..17362d6a 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -185,7 +185,7 @@ if you want to know more. | |||
185 | </div> | 185 | </div> |
186 | <div id="foot"> | 186 | <div id="foot"> |
187 | <hr class="hide"> | 187 | <hr class="hide"> |
188 | Copyright © 2005-2020 | 188 | Copyright © 2005-2021 |
189 | <span class="noprint"> | 189 | <span class="noprint"> |
190 | · | 190 | · |
191 | <a href="contact.html">Contact</a> | 191 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_profiler.html b/doc/ext_profiler.html index f1937ba5..a2f9cab0 100644 --- a/doc/ext_profiler.html +++ b/doc/ext_profiler.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
4 | <title>Profiler</title> | 4 | <title>Profiler</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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -349,7 +349,7 @@ use. | |||
349 | </div> | 349 | </div> |
350 | <div id="foot"> | 350 | <div id="foot"> |
351 | <hr class="hide"> | 351 | <hr class="hide"> |
352 | Copyright © 2005-2020 | 352 | Copyright © 2005-2021 |
353 | <span class="noprint"> | 353 | <span class="noprint"> |
354 | · | 354 | · |
355 | <a href="contact.html">Contact</a> | 355 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index 5b7bb58f..d0c3ca7a 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -470,7 +470,7 @@ C++ destructors.</li> | |||
470 | </div> | 470 | </div> |
471 | <div id="foot"> | 471 | <div id="foot"> |
472 | <hr class="hide"> | 472 | <hr class="hide"> |
473 | Copyright © 2005-2020 | 473 | Copyright © 2005-2021 |
474 | <span class="noprint"> | 474 | <span class="noprint"> |
475 | · | 475 | · |
476 | <a href="contact.html">Contact</a> | 476 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index 484d2f20..891a3402 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -175,7 +175,7 @@ actively developed branches.</dd> | |||
175 | </div> | 175 | </div> |
176 | <div id="foot"> | 176 | <div id="foot"> |
177 | <hr class="hide"> | 177 | <hr class="hide"> |
178 | Copyright © 2005-2020 | 178 | Copyright © 2005-2021 |
179 | <span class="noprint"> | 179 | <span class="noprint"> |
180 | · | 180 | · |
181 | <a href="contact.html">Contact</a> | 181 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 07f0f8a3..b7217537 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -608,7 +608,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
608 | </div> | 608 | </div> |
609 | <div id="foot"> | 609 | <div id="foot"> |
610 | <hr class="hide"> | 610 | <hr class="hide"> |
611 | Copyright © 2005-2020 | 611 | Copyright © 2005-2021 |
612 | <span class="noprint"> | 612 | <span class="noprint"> |
613 | · | 613 | · |
614 | <a href="contact.html">Contact</a> | 614 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index dd50674d..0d3bf31c 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -146,7 +146,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
146 | It may be embedded or used as a general-purpose, stand-alone language. | 146 | It may be embedded or used as a general-purpose, stand-alone language. |
147 | </p> | 147 | </p> |
148 | <p> | 148 | <p> |
149 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the | 149 | LuaJIT is Copyright © 2005-2021 Mike Pall, released under the |
150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
151 | </p> | 151 | </p> |
152 | <p> | 152 | <p> |
@@ -220,7 +220,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
220 | </div> | 220 | </div> |
221 | <div id="foot"> | 221 | <div id="foot"> |
222 | <hr class="hide"> | 222 | <hr class="hide"> |
223 | Copyright © 2005-2020 | 223 | Copyright © 2005-2021 |
224 | <span class="noprint"> | 224 | <span class="noprint"> |
225 | · | 225 | · |
226 | <a href="contact.html">Contact</a> | 226 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index 686d8d90..6dd3f196 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -293,7 +293,7 @@ Here are the parameters and their default settings: | |||
293 | </div> | 293 | </div> |
294 | <div id="foot"> | 294 | <div id="foot"> |
295 | <hr class="hide"> | 295 | <hr class="hide"> |
296 | Copyright © 2005-2020 | 296 | Copyright © 2005-2021 |
297 | <span class="noprint"> | 297 | <span class="noprint"> |
298 | · | 298 | · |
299 | <a href="contact.html">Contact</a> | 299 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 1a8c473c..f607f5cb 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <head> | 3 | <head> |
4 | <title>Status</title> | 4 | <title>Status</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="Copyright" content="Copyright (C) 2005-2020"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
9 | <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"> |
@@ -101,7 +101,7 @@ handled correctly. The error may fall through an on-trace | |||
101 | </div> | 101 | </div> |
102 | <div id="foot"> | 102 | <div id="foot"> |
103 | <hr class="hide"> | 103 | <hr class="hide"> |
104 | Copyright © 2005-2020 | 104 | Copyright © 2005-2021 |
105 | <span class="noprint"> | 105 | <span class="noprint"> |
106 | · | 106 | · |
107 | <a href="contact.html">Contact</a> | 107 | <a href="contact.html">Contact</a> |