diff options
Diffstat (limited to 'doc')
-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/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 |
15 files changed, 30 insertions, 30 deletions
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 0b385cee..a49d309f 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2021 Mike Pall. | 1 | /* Copyright (C) 2004-2022 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 86cd9ac0..4c1a9082 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2021 Mike Pall. | 1 | /* Copyright (C) 2004-2022 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 ba45a03a..5629eb23 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -85,7 +85,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
85 | <h2>Copyright</h2> | 85 | <h2>Copyright</h2> |
86 | <p> | 86 | <p> |
87 | All documentation is | 87 | All documentation is |
88 | Copyright © 2005-2021 Mike Pall. | 88 | Copyright © 2005-2022 Mike Pall. |
89 | </p> | 89 | </p> |
90 | 90 | ||
91 | 91 | ||
@@ -93,7 +93,7 @@ Copyright © 2005-2021 Mike Pall. | |||
93 | </div> | 93 | </div> |
94 | <div id="foot"> | 94 | <div id="foot"> |
95 | <hr class="hide"> | 95 | <hr class="hide"> |
96 | Copyright © 2005-2021 | 96 | Copyright © 2005-2022 |
97 | <span class="noprint"> | 97 | <span class="noprint"> |
98 | · | 98 | · |
99 | <a href="contact.html">Contact</a> | 99 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index ea33c701..a5d02473 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -171,7 +171,7 @@ Also note that this mechanism is not without overhead. | |||
171 | </div> | 171 | </div> |
172 | <div id="foot"> | 172 | <div id="foot"> |
173 | <hr class="hide"> | 173 | <hr class="hide"> |
174 | Copyright © 2005-2021 | 174 | Copyright © 2005-2022 |
175 | <span class="noprint"> | 175 | <span class="noprint"> |
176 | · | 176 | · |
177 | <a href="contact.html">Contact</a> | 177 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 654d4980..7a87ca65 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -314,7 +314,7 @@ without undue conversion penalties. | |||
314 | </div> | 314 | </div> |
315 | <div id="foot"> | 315 | <div id="foot"> |
316 | <hr class="hide"> | 316 | <hr class="hide"> |
317 | Copyright © 2005-2021 | 317 | Copyright © 2005-2022 |
318 | <span class="noprint"> | 318 | <span class="noprint"> |
319 | · | 319 | · |
320 | <a href="contact.html">Contact</a> | 320 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index a2af25df..687b85c5 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -550,7 +550,7 @@ named <tt>i</tt>. | |||
550 | </div> | 550 | </div> |
551 | <div id="foot"> | 551 | <div id="foot"> |
552 | <hr class="hide"> | 552 | <hr class="hide"> |
553 | Copyright © 2005-2021 | 553 | Copyright © 2005-2022 |
554 | <span class="noprint"> | 554 | <span class="noprint"> |
555 | · | 555 | · |
556 | <a href="contact.html">Contact</a> | 556 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index e42d1a97..4909fedd 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -1229,7 +1229,7 @@ compiled.</li> | |||
1229 | </div> | 1229 | </div> |
1230 | <div id="foot"> | 1230 | <div id="foot"> |
1231 | <hr class="hide"> | 1231 | <hr class="hide"> |
1232 | Copyright © 2005-2021 | 1232 | Copyright © 2005-2022 |
1233 | <span class="noprint"> | 1233 | <span class="noprint"> |
1234 | · | 1234 | · |
1235 | <a href="contact.html">Contact</a> | 1235 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index a5235186..c5e423b8 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -585,7 +585,7 @@ it to a local variable in the function scope is unnecessary. | |||
585 | </div> | 585 | </div> |
586 | <div id="foot"> | 586 | <div id="foot"> |
587 | <hr class="hide"> | 587 | <hr class="hide"> |
588 | Copyright © 2005-2021 | 588 | Copyright © 2005-2022 |
589 | <span class="noprint"> | 589 | <span class="noprint"> |
590 | · | 590 | · |
591 | <a href="contact.html">Contact</a> | 591 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 93240fda..be1bdcf6 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -183,7 +183,7 @@ if you want to know more. | |||
183 | </div> | 183 | </div> |
184 | <div id="foot"> | 184 | <div id="foot"> |
185 | <hr class="hide"> | 185 | <hr class="hide"> |
186 | Copyright © 2005-2021 | 186 | Copyright © 2005-2022 |
187 | <span class="noprint"> | 187 | <span class="noprint"> |
188 | · | 188 | · |
189 | <a href="contact.html">Contact</a> | 189 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index e3ab081e..fe4df6f7 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -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-2021 | 401 | Copyright © 2005-2022 |
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 cb777acc..36b2eafc 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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 @@ actively developed branches.</dd> | |||
185 | </div> | 185 | </div> |
186 | <div id="foot"> | 186 | <div id="foot"> |
187 | <hr class="hide"> | 187 | <hr class="hide"> |
188 | Copyright © 2005-2021 | 188 | Copyright © 2005-2022 |
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/install.html b/doc/install.html index 98778d8f..6de31846 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -564,7 +564,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
564 | </div> | 564 | </div> |
565 | <div id="foot"> | 565 | <div id="foot"> |
566 | <hr class="hide"> | 566 | <hr class="hide"> |
567 | Copyright © 2005-2021 | 567 | Copyright © 2005-2022 |
568 | <span class="noprint"> | 568 | <span class="noprint"> |
569 | · | 569 | · |
570 | <a href="contact.html">Contact</a> | 570 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 42f32750..88d4c194 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -144,7 +144,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
144 | It may be embedded or used as a general-purpose, stand-alone language. | 144 | It may be embedded or used as a general-purpose, stand-alone language. |
145 | </p> | 145 | </p> |
146 | <p> | 146 | <p> |
147 | LuaJIT is Copyright © 2005-2021 Mike Pall, released under the | 147 | LuaJIT is Copyright © 2005-2022 Mike Pall, released under the |
148 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 148 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
149 | </p> | 149 | </p> |
150 | <p> | 150 | <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-2021 | 221 | Copyright © 2005-2022 |
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 ea46a97e..2ce02bc4 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -290,7 +290,7 @@ Here are the parameters and their default settings: | |||
290 | </div> | 290 | </div> |
291 | <div id="foot"> | 291 | <div id="foot"> |
292 | <hr class="hide"> | 292 | <hr class="hide"> |
293 | Copyright © 2005-2021 | 293 | Copyright © 2005-2022 |
294 | <span class="noprint"> | 294 | <span class="noprint"> |
295 | · | 295 | · |
296 | <a href="contact.html">Contact</a> | 296 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 4ab20dd3..c251d224 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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
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"> |
@@ -99,7 +99,7 @@ handled correctly. The error may fall through an on-trace | |||
99 | </div> | 99 | </div> |
100 | <div id="foot"> | 100 | <div id="foot"> |
101 | <hr class="hide"> | 101 | <hr class="hide"> |
102 | Copyright © 2005-2021 | 102 | Copyright © 2005-2022 |
103 | <span class="noprint"> | 103 | <span class="noprint"> |
104 | · | 104 | · |
105 | <a href="contact.html">Contact</a> | 105 | <a href="contact.html">Contact</a> |