Skip to content

Commit f47c864

Browse files
author
Mike Pall
committed
Bump copyright date.
1 parent ee85574 commit f47c864

File tree

176 files changed

+193
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+193
-193
lines changed

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
===============================================================================
22
LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
33

4-
Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# For MSVC, please follow the instructions given in src/msvcbuild.bat.
1111
# For MinGW and Cygwin, cd to src and run make with the Makefile there.
1212
#
13-
# Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
13+
# Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
1414
##############################################################################
1515

1616
MAJVER= 2

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
55

66
Project Homepage: https://luajit.org/
77

8-
LuaJIT is Copyright (C) 2005-2020 Mike Pall.
8+
LuaJIT is Copyright (C) 2005-2021 Mike Pall.
99
LuaJIT is free software, released under the MIT license.
1010
See full Copyright Notice in the COPYRIGHT file or in luajit.h.
1111

doc/bluequad-print.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2020 Mike Pall.
1+
/* Copyright (C) 2004-2021 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2004-2020 Mike Pall.
1+
/* Copyright (C) 2004-2021 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/contact.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Contact</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -85,15 +85,15 @@ <h1>Contact</h1>
8585
<h2>Copyright</h2>
8686
<p>
8787
All documentation is
88-
Copyright &copy; 2005-2020 Mike Pall.
88+
Copyright &copy; 2005-2021 Mike Pall.
8989
</p>
9090

9191

9292
<br class="flush">
9393
</div>
9494
<div id="foot">
9595
<hr class="hide">
96-
Copyright &copy; 2005-2020
96+
Copyright &copy; 2005-2021
9797
<span class="noprint">
9898
&middot;
9999
<a href="contact.html">Contact</a>

doc/ext_c_api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -171,7 +171,7 @@ <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</
171171
</div>
172172
<div id="foot">
173173
<hr class="hide">
174-
Copyright &copy; 2005-2020
174+
Copyright &copy; 2005-2021
175175
<span class="noprint">
176176
&middot;
177177
<a href="contact.html">Contact</a>

doc/ext_ffi.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -314,7 +314,7 @@ <h2 id="cdata">Motivating Example: Using C Data Structures</h2>
314314
</div>
315315
<div id="foot">
316316
<hr class="hide">
317-
Copyright &copy; 2005-2020
317+
Copyright &copy; 2005-2021
318318
<span class="noprint">
319319
&middot;
320320
<a href="contact.html">Contact</a>

doc/ext_ffi_api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -550,7 +550,7 @@ <h2 id="literals">Extensions to the Lua Parser</h2>
550550
</div>
551551
<div id="foot">
552552
<hr class="hide">
553-
Copyright &copy; 2005-2020
553+
Copyright &copy; 2005-2021
554554
<span class="noprint">
555555
&middot;
556556
<a href="contact.html">Contact</a>

doc/ext_ffi_semantics.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -1229,7 +1229,7 @@ <h2 id="status">Current Status</h2>
12291229
</div>
12301230
<div id="foot">
12311231
<hr class="hide">
1232-
Copyright &copy; 2005-2020
1232+
Copyright &copy; 2005-2021
12331233
<span class="noprint">
12341234
&middot;
12351235
<a href="contact.html">Contact</a>

doc/ext_ffi_tutorial.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -585,7 +585,7 @@ <h2 id="cache">To Cache or Not to Cache</h2>
585585
</div>
586586
<div id="foot">
587587
<hr class="hide">
588-
Copyright &copy; 2005-2020
588+
Copyright &copy; 2005-2021
589589
<span class="noprint">
590590
&middot;
591591
<a href="contact.html">Contact</a>

doc/ext_jit.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="Copyright" content="Copyright (C) 2005-2020">
6+
<meta name="Copyright" content="Copyright (C) 2005-2021">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -183,7 +183,7 @@ <h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
183183
</div>
184184
<div id="foot">
185185
<hr class="hide">
186-
Copyright &copy; 2005-2020
186+
Copyright &copy; 2005-2021
187187
<span class="noprint">
188188
&middot;
189189
<a href="contact.html">Contact</a>

doc/extensions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Extensions</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -396,7 +396,7 @@ <h2 id="exceptions">C++ Exception Interoperability</h2>
396396
</div>
397397
<div id="foot">
398398
<hr class="hide">
399-
Copyright &copy; 2005-2020
399+
Copyright &copy; 2005-2021
400400
<span class="noprint">
401401
&middot;
402402
<a href="contact.html">Contact</a>

doc/faq.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Frequently Asked Questions (FAQ)</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -173,7 +173,7 @@ <h1>Frequently Asked Questions (FAQ)</h1>
173173
</div>
174174
<div id="foot">
175175
<hr class="hide">
176-
Copyright &copy; 2005-2020
176+
Copyright &copy; 2005-2021
177177
<span class="noprint">
178178
&middot;
179179
<a href="contact.html">Contact</a>

doc/install.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Installation</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -556,7 +556,7 @@ <h2 id="distro">Hints for Distribution Maintainers</h2>
556556
</div>
557557
<div id="foot">
558558
<hr class="hide">
559-
Copyright &copy; 2005-2020
559+
Copyright &copy; 2005-2021
560560
<span class="noprint">
561561
&middot;
562562
<a href="contact.html">Contact</a>

doc/luajit.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>LuaJIT</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -144,7 +144,7 @@ <h1>LuaJIT</h1>
144144
It may be embedded or used as a general-purpose, stand-alone language.
145145
</p>
146146
<p>
147-
LuaJIT is Copyright &copy; 2005-2020 Mike Pall, released under the
147+
LuaJIT is Copyright &copy; 2005-2021 Mike Pall, released under the
148148
<a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT open source license</a>.
149149
</p>
150150
<p>
@@ -218,7 +218,7 @@ <h2>More ...</h2>
218218
</div>
219219
<div id="foot">
220220
<hr class="hide">
221-
Copyright &copy; 2005-2020
221+
Copyright &copy; 2005-2021
222222
<span class="noprint">
223223
&middot;
224224
<a href="contact.html">Contact</a>

doc/running.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Running LuaJIT</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -290,7 +290,7 @@ <h3 id="opt_O"><tt>-O[level]</tt><br>
290290
</div>
291291
<div id="foot">
292292
<hr class="hide">
293-
Copyright &copy; 2005-2020
293+
Copyright &copy; 2005-2021
294294
<span class="noprint">
295295
&middot;
296296
<a href="contact.html">Contact</a>

doc/status.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Status</title>
55
<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">
77
<meta name="Language" content="en">
88
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
99
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -99,7 +99,7 @@ <h2>Current Status</h2>
9999
</div>
100100
<div id="foot">
101101
<hr class="hide">
102-
Copyright &copy; 2005-2020
102+
Copyright &copy; 2005-2021
103103
<span class="noprint">
104104
&middot;
105105
<a href="contact.html">Contact</a>

dynasm/dasm_arm.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM ARM encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_arm.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM ARM module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dasm_mips.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM MIPS encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_mips.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM MIPS module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dasm_ppc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM PPC encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_ppc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM PPC module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dasm_proto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM encoding engine prototypes.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_x64.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM x64 module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77
-- This module just sets 64 bit mode for the combined x86/x64 module.

dynasm/dasm_x86.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
** DynASM x86 encoding engine.
3-
** Copyright (C) 2005-2020 Mike Pall. All rights reserved.
3+
** Copyright (C) 2005-2021 Mike Pall. All rights reserved.
44
** Released under the MIT license. See dynasm.lua for full copyright notice.
55
*/
66

dynasm/dasm_x86.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------------------------------------------------------------
22
-- DynASM x86/x64 module.
33
--
4-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
4+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
55
-- See dynasm.lua for full copyright notice.
66
------------------------------------------------------------------------------
77

dynasm/dynasm.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- DynASM. A dynamic assembler for code generation engines.
33
-- Originally designed and implemented for LuaJIT.
44
--
5-
-- Copyright (C) 2005-2020 Mike Pall. All rights reserved.
5+
-- Copyright (C) 2005-2021 Mike Pall. All rights reserved.
66
-- See below for full copyright notice.
77
------------------------------------------------------------------------------
88

@@ -17,7 +17,7 @@ local _info = {
1717
url = "https://luajit.org/dynasm.html",
1818
license = "MIT",
1919
copyright = [[
20-
Copyright (C) 2005-2020 Mike Pall. All rights reserved.
20+
Copyright (C) 2005-2021 Mike Pall. All rights reserved.
2121
2222
Permission is hereby granted, free of charge, to any person obtaining
2323
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)