diff options
author | Mike Pall <mike> | 2023-08-20 21:25:30 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-20 21:25:30 +0200 |
commit | 158a284cc9c33ade9054df976018401e4996cfbd (patch) | |
tree | 13ab3d9a5e5182bbc9086708cf096d3937020a13 /doc | |
parent | abb27c7771947e082c9d919d184ad5f5f03e2e32 (diff) | |
download | luajit-158a284cc9c33ade9054df976018401e4996cfbd.tar.gz luajit-158a284cc9c33ade9054df976018401e4996cfbd.tar.bz2 luajit-158a284cc9c33ade9054df976018401e4996cfbd.zip |
Bump copyright date.
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 a49d309f..4a139278 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2022 Mike Pall. | 1 | /* Copyright (C) 2004-2023 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 4c1a9082..14a0d1b9 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2022 Mike Pall. | 1 | /* Copyright (C) 2004-2023 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 b09ef493..7b8cd404 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -90,7 +90,7 @@ don't like that, please complain to Google or Microsoft, not me. | |||
90 | <h2>Copyright</h2> | 90 | <h2>Copyright</h2> |
91 | <p> | 91 | <p> |
92 | All documentation is | 92 | All documentation is |
93 | Copyright © 2005-2022 Mike Pall. | 93 | Copyright © 2005-2023 Mike Pall. |
94 | </p> | 94 | </p> |
95 | 95 | ||
96 | 96 | ||
@@ -98,7 +98,7 @@ Copyright © 2005-2022 Mike Pall. | |||
98 | </div> | 98 | </div> |
99 | <div id="foot"> | 99 | <div id="foot"> |
100 | <hr class="hide"> | 100 | <hr class="hide"> |
101 | Copyright © 2005-2022 | 101 | Copyright © 2005-2023 |
102 | <span class="noprint"> | 102 | <span class="noprint"> |
103 | · | 103 | · |
104 | <a href="contact.html">Contact</a> | 104 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 6b5e06d3..ee64ec0f 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -169,7 +169,7 @@ Also note that this mechanism is not without overhead. | |||
169 | </div> | 169 | </div> |
170 | <div id="foot"> | 170 | <div id="foot"> |
171 | <hr class="hide"> | 171 | <hr class="hide"> |
172 | Copyright © 2005-2022 | 172 | Copyright © 2005-2023 |
173 | <span class="noprint"> | 173 | <span class="noprint"> |
174 | · | 174 | · |
175 | <a href="contact.html">Contact</a> | 175 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 82ee9425..c78fef84 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -312,7 +312,7 @@ without undue conversion penalties. | |||
312 | </div> | 312 | </div> |
313 | <div id="foot"> | 313 | <div id="foot"> |
314 | <hr class="hide"> | 314 | <hr class="hide"> |
315 | Copyright © 2005-2022 | 315 | Copyright © 2005-2023 |
316 | <span class="noprint"> | 316 | <span class="noprint"> |
317 | · | 317 | · |
318 | <a href="contact.html">Contact</a> | 318 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 2e0840df..570ea4fe 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -548,7 +548,7 @@ named <tt>i</tt>. | |||
548 | </div> | 548 | </div> |
549 | <div id="foot"> | 549 | <div id="foot"> |
550 | <hr class="hide"> | 550 | <hr class="hide"> |
551 | Copyright © 2005-2022 | 551 | Copyright © 2005-2023 |
552 | <span class="noprint"> | 552 | <span class="noprint"> |
553 | · | 553 | · |
554 | <a href="contact.html">Contact</a> | 554 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index e3491696..5ecb2f4e 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -1227,7 +1227,7 @@ compiled.</li> | |||
1227 | </div> | 1227 | </div> |
1228 | <div id="foot"> | 1228 | <div id="foot"> |
1229 | <hr class="hide"> | 1229 | <hr class="hide"> |
1230 | Copyright © 2005-2022 | 1230 | Copyright © 2005-2023 |
1231 | <span class="noprint"> | 1231 | <span class="noprint"> |
1232 | · | 1232 | · |
1233 | <a href="contact.html">Contact</a> | 1233 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 18b78d8b..94e2f61d 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -583,7 +583,7 @@ it to a local variable in the function scope is unnecessary. | |||
583 | </div> | 583 | </div> |
584 | <div id="foot"> | 584 | <div id="foot"> |
585 | <hr class="hide"> | 585 | <hr class="hide"> |
586 | Copyright © 2005-2022 | 586 | Copyright © 2005-2023 |
587 | <span class="noprint"> | 587 | <span class="noprint"> |
588 | · | 588 | · |
589 | <a href="contact.html">Contact</a> | 589 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 7778e618..908701b6 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -181,7 +181,7 @@ if you want to know more. | |||
181 | </div> | 181 | </div> |
182 | <div id="foot"> | 182 | <div id="foot"> |
183 | <hr class="hide"> | 183 | <hr class="hide"> |
184 | Copyright © 2005-2022 | 184 | Copyright © 2005-2023 |
185 | <span class="noprint"> | 185 | <span class="noprint"> |
186 | · | 186 | · |
187 | <a href="contact.html">Contact</a> | 187 | <a href="contact.html">Contact</a> |
diff --git a/doc/extensions.html b/doc/extensions.html index 19ec9907..fc673ef7 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -396,7 +396,7 @@ lead to the termination of the process.</li> | |||
396 | </div> | 396 | </div> |
397 | <div id="foot"> | 397 | <div id="foot"> |
398 | <hr class="hide"> | 398 | <hr class="hide"> |
399 | Copyright © 2005-2022 | 399 | Copyright © 2005-2023 |
400 | <span class="noprint"> | 400 | <span class="noprint"> |
401 | · | 401 | · |
402 | <a href="contact.html">Contact</a> | 402 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index 5427a5c8..f160fffe 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -181,7 +181,7 @@ actively developed branches.</dd> | |||
181 | </div> | 181 | </div> |
182 | <div id="foot"> | 182 | <div id="foot"> |
183 | <hr class="hide"> | 183 | <hr class="hide"> |
184 | Copyright © 2005-2022 | 184 | Copyright © 2005-2023 |
185 | <span class="noprint"> | 185 | <span class="noprint"> |
186 | · | 186 | · |
187 | <a href="contact.html">Contact</a> | 187 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 8bf05d99..c960e071 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -688,7 +688,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
688 | </div> | 688 | </div> |
689 | <div id="foot"> | 689 | <div id="foot"> |
690 | <hr class="hide"> | 690 | <hr class="hide"> |
691 | Copyright © 2005-2022 | 691 | Copyright © 2005-2023 |
692 | <span class="noprint"> | 692 | <span class="noprint"> |
693 | · | 693 | · |
694 | <a href="contact.html">Contact</a> | 694 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index ecb13fa8..2895a981 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -142,7 +142,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
142 | It may be embedded or used as a general-purpose, stand-alone language. | 142 | It may be embedded or used as a general-purpose, stand-alone language. |
143 | </p> | 143 | </p> |
144 | <p> | 144 | <p> |
145 | LuaJIT is Copyright © 2005-2022 Mike Pall, released under the | 145 | LuaJIT is Copyright © 2005-2023 Mike Pall, released under the |
146 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 146 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
147 | </p> | 147 | </p> |
148 | <p> | 148 | <p> |
@@ -216,7 +216,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
216 | </div> | 216 | </div> |
217 | <div id="foot"> | 217 | <div id="foot"> |
218 | <hr class="hide"> | 218 | <hr class="hide"> |
219 | Copyright © 2005-2022 | 219 | Copyright © 2005-2023 |
220 | <span class="noprint"> | 220 | <span class="noprint"> |
221 | · | 221 | · |
222 | <a href="contact.html">Contact</a> | 222 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index 5689249f..e8c9b1c6 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -288,7 +288,7 @@ Here are the parameters and their default settings: | |||
288 | </div> | 288 | </div> |
289 | <div id="foot"> | 289 | <div id="foot"> |
290 | <hr class="hide"> | 290 | <hr class="hide"> |
291 | Copyright © 2005-2022 | 291 | Copyright © 2005-2023 |
292 | <span class="noprint"> | 292 | <span class="noprint"> |
293 | · | 293 | · |
294 | <a href="contact.html">Contact</a> | 294 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 62a0d40a..b69a9721 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-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2023"> |
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"> |
@@ -97,7 +97,7 @@ handled correctly. The error may fall through an on-trace | |||
97 | </div> | 97 | </div> |
98 | <div id="foot"> | 98 | <div id="foot"> |
99 | <hr class="hide"> | 99 | <hr class="hide"> |
100 | Copyright © 2005-2022 | 100 | Copyright © 2005-2023 |
101 | <span class="noprint"> | 101 | <span class="noprint"> |
102 | · | 102 | · |
103 | <a href="contact.html">Contact</a> | 103 | <a href="contact.html">Contact</a> |