diff options
author | Mike Pall <mike> | 2025-01-13 15:59:10 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2025-01-13 15:59:10 +0100 |
commit | e8236561d4f71d9fe9faeee4d24197ea3a2de601 (patch) | |
tree | 3efa26fb845177ced2b388bf91ca1627be0da924 /doc | |
parent | e2e0b1dd2dcb180f9f4500eac0ad43aeb7ae0a81 (diff) | |
download | luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.tar.gz luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.tar.bz2 luajit-e8236561d4f71d9fe9faeee4d24197ea3a2de601.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/install.html | 4 | ||||
-rw-r--r-- | doc/luajit.html | 6 | ||||
-rw-r--r-- | doc/running.html | 4 |
13 files changed, 26 insertions, 26 deletions
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 4a139278..5bfda5d3 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2023 Mike Pall. | 1 | /* Copyright (C) 2004-2025 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 7399f625..5334a759 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2023 Mike Pall. | 1 | /* Copyright (C) 2004-2025 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 c32bc9dc..f3ebf646 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 Mike Pall. | 93 | Copyright © 2005-2025 Mike Pall. |
94 | </p> | 94 | </p> |
95 | 95 | ||
96 | 96 | ||
@@ -98,7 +98,7 @@ Copyright © 2005-2023 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-2023 | 101 | Copyright © 2005-2025 |
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 43c82047..7dee5b9b 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 | 172 | Copyright © 2005-2025 |
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 683c0cd0..93d644f2 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 | 315 | Copyright © 2005-2025 |
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 d5f7032f..383af943 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 | 551 | Copyright © 2005-2025 |
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 381a2010..5dd6a197 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 | 1230 | Copyright © 2005-2025 |
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 03b6ec56..90c42b29 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 | 586 | Copyright © 2005-2025 |
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 b1dbf36c..1eabe65c 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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-2023 | 186 | Copyright © 2005-2025 |
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 04a9ae07..d10ed634 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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"> |
@@ -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-2023 | 400 | Copyright © 2005-2025 |
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/install.html b/doc/install.html index 7f2e40e4..1324e535 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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"> |
@@ -493,7 +493,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
493 | </div> | 493 | </div> |
494 | <div id="foot"> | 494 | <div id="foot"> |
495 | <hr class="hide"> | 495 | <hr class="hide"> |
496 | Copyright © 2005-2023 | 496 | Copyright © 2005-2025 |
497 | <span class="noprint"> | 497 | <span class="noprint"> |
498 | · | 498 | · |
499 | <a href="contact.html">Contact</a> | 499 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 7346acb3..fb7b3e80 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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"> |
@@ -118,7 +118,7 @@ Lua is a powerful, dynamic and light-weight programming language. | |||
118 | It may be embedded or used as a general-purpose, stand-alone language. | 118 | It may be embedded or used as a general-purpose, stand-alone language. |
119 | </p> | 119 | </p> |
120 | <p> | 120 | <p> |
121 | LuaJIT is Copyright © 2005-2023 Mike Pall, released under the | 121 | LuaJIT is Copyright © 2005-2025 Mike Pall, released under the |
122 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 122 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
123 | </p> | 123 | </p> |
124 | <p> | 124 | <p> |
@@ -189,7 +189,7 @@ Please select a sub-topic in the navigation bar to learn more about LuaJIT. | |||
189 | </div> | 189 | </div> |
190 | <div id="foot"> | 190 | <div id="foot"> |
191 | <hr class="hide"> | 191 | <hr class="hide"> |
192 | Copyright © 2005-2023 | 192 | Copyright © 2005-2025 |
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/running.html b/doc/running.html index c7d9e9b6..b62c0134 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-2023"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2025"> |
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"> |
@@ -289,7 +289,7 @@ Here are the parameters and their default settings: | |||
289 | </div> | 289 | </div> |
290 | <div id="foot"> | 290 | <div id="foot"> |
291 | <hr class="hide"> | 291 | <hr class="hide"> |
292 | Copyright © 2005-2023 | 292 | Copyright © 2005-2025 |
293 | <span class="noprint"> | 293 | <span class="noprint"> |
294 | · | 294 | · |
295 | <a href="contact.html">Contact</a> | 295 | <a href="contact.html">Contact</a> |