Skip to content

Commit cf7a054

Browse files
author
Mike Pall
committed
Bump copyright date to 2018.
1 parent 02b5219 commit cf7a054

16 files changed

+32
-46
lines changed

doc/bluequad-print.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2017 Mike Pall.
1+
/* Copyright (C) 2004-2018 Mike Pall.
22
*
33
* You are welcome to use the general ideas of this design for your own sites.
44
* But please do not steal the stylesheet, the layout or the color scheme.

doc/bluequad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2017 Mike Pall.
1+
/* Copyright (C) 2004-2018 Mike Pall.
22
*
33
* You are welcome to use the general ideas of this design for your own sites.
44
* But please do not steal the stylesheet, the layout or the color scheme.

doc/changes.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>LuaJIT Change History</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -1010,7 +1009,7 @@ <h2 id="LuaJIT-1.0.0">LuaJIT 1.0.0 &mdash; 2005-08-29</h2>
10101009
</div>
10111010
<div id="foot">
10121011
<hr class="hide">
1013-
Copyright &copy; 2005-2017 Mike Pall
1012+
Copyright &copy; 2005-2018
10141013
<span class="noprint">
10151014
&middot;
10161015
<a href="contact.html">Contact</a>

doc/contact.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>Contact</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -91,15 +90,15 @@ <h1>Contact</h1>
9190
<h2>Copyright</h2>
9291
<p>
9392
All documentation is
94-
Copyright &copy; 2005-2017 Mike Pall.
93+
Copyright &copy; 2005-2018 Mike Pall.
9594
</p>
9695

9796

9897
<br class="flush">
9998
</div>
10099
<div id="foot">
101100
<hr class="hide">
102-
Copyright &copy; 2005-2017 Mike Pall
101+
Copyright &copy; 2005-2018
103102
<span class="noprint">
104103
&middot;
105104
<a href="contact.html">Contact</a>

doc/ext_c_api.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>Lua/C API Extensions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -177,7 +176,7 @@ <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</
177176
</div>
178177
<div id="foot">
179178
<hr class="hide">
180-
Copyright &copy; 2005-2017 Mike Pall
179+
Copyright &copy; 2005-2018
181180
<span class="noprint">
182181
&middot;
183182
<a href="contact.html">Contact</a>

doc/ext_ffi.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>FFI Library</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -320,7 +319,7 @@ <h2 id="cdata">Motivating Example: Using C Data Structures</h2>
320319
</div>
321320
<div id="foot">
322321
<hr class="hide">
323-
Copyright &copy; 2005-2017 Mike Pall
322+
Copyright &copy; 2005-2018
324323
<span class="noprint">
325324
&middot;
326325
<a href="contact.html">Contact</a>

doc/ext_ffi_api.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>ffi.* API Functions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -556,7 +555,7 @@ <h2 id="literals">Extensions to the Lua Parser</h2>
556555
</div>
557556
<div id="foot">
558557
<hr class="hide">
559-
Copyright &copy; 2005-2017 Mike Pall
558+
Copyright &copy; 2005-2018
560559
<span class="noprint">
561560
&middot;
562561
<a href="contact.html">Contact</a>

doc/ext_ffi_semantics.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>FFI Semantics</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -1235,7 +1234,7 @@ <h2 id="status">Current Status</h2>
12351234
</div>
12361235
<div id="foot">
12371236
<hr class="hide">
1238-
Copyright &copy; 2005-2017 Mike Pall
1237+
Copyright &copy; 2005-2018
12391238
<span class="noprint">
12401239
&middot;
12411240
<a href="contact.html">Contact</a>

doc/ext_ffi_tutorial.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>FFI Tutorial</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -591,7 +590,7 @@ <h2 id="cache">To Cache or Not to Cache</h2>
591590
</div>
592591
<div id="foot">
593592
<hr class="hide">
594-
Copyright &copy; 2005-2017 Mike Pall
593+
Copyright &copy; 2005-2018
595594
<span class="noprint">
596595
&middot;
597596
<a href="contact.html">Contact</a>

doc/ext_jit.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<head>
44
<title>jit.* Library</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
6+
<meta name="Copyright" content="Copyright (C) 2005-2018">
87
<meta name="Language" content="en">
98
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
109
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -189,7 +188,7 @@ <h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
189188
</div>
190189
<div id="foot">
191190
<hr class="hide">
192-
Copyright &copy; 2005-2017 Mike Pall
191+
Copyright &copy; 2005-2018
193192
<span class="noprint">
194193
&middot;
195194
<a href="contact.html">Contact</a>

0 commit comments

Comments
 (0)