diff options
author | Mike Pall <mike> | 2012-01-23 22:42:30 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2012-01-23 22:42:42 +0100 |
commit | 10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b (patch) | |
tree | 12af3a480ea96a9dfde656a94701ddc2a966c981 | |
parent | 20813bcee0a8a6b2d94b58a5b15a79d90503202f (diff) | |
download | luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.gz luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.tar.bz2 luajit-10ef109eefdf5c1742ea4c0a62e7a127bf1bb43b.zip |
Bump copyright date to 2012.
164 files changed, 183 insertions, 183 deletions
@@ -1,7 +1,7 @@ | |||
1 | =============================================================================== | 1 | =============================================================================== |
2 | LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ | 2 | LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ |
3 | 3 | ||
4 | Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | 5 | ||
6 | Permission is hereby granted, free of charge, to any person obtaining a copy | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy |
7 | of this software and associated documentation files (the "Software"), to deal | 7 | of this software and associated documentation files (the "Software"), to deal |
@@ -26,7 +26,7 @@ THE SOFTWARE. | |||
26 | =============================================================================== | 26 | =============================================================================== |
27 | [ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] | 27 | [ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] |
28 | 28 | ||
29 | Copyright (C) 1994-2011 Lua.org, PUC-Rio. | 29 | Copyright (C) 1994-2012 Lua.org, PUC-Rio. |
30 | 30 | ||
31 | Permission is hereby granted, free of charge, to any person obtaining a copy | 31 | Permission is hereby granted, free of charge, to any person obtaining a copy |
32 | of this software and associated documentation files (the "Software"), to deal | 32 | of this software and associated documentation files (the "Software"), to deal |
@@ -10,7 +10,7 @@ | |||
10 | # For MSVC, please follow the instructions given in src/msvcbuild.bat. | 10 | # For MSVC, please follow the instructions given in src/msvcbuild.bat. |
11 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. | 11 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. |
12 | # | 12 | # |
13 | # Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 13 | # Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
14 | ############################################################################## | 14 | ############################################################################## |
15 | 15 | ||
16 | MAJVER= 2 | 16 | MAJVER= 2 |
@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. | |||
5 | 5 | ||
6 | Project Homepage: http://luajit.org/ | 6 | Project Homepage: http://luajit.org/ |
7 | 7 | ||
8 | LuaJIT is Copyright (C) 2005-2011 Mike Pall. | 8 | LuaJIT is Copyright (C) 2005-2012 Mike Pall. |
9 | LuaJIT is free software, released under the MIT license. | 9 | LuaJIT is free software, released under the MIT license. |
10 | See full Copyright Notice in the COPYRIGHT file or in luajit.h. | 10 | See full Copyright Notice in the COPYRIGHT file or in luajit.h. |
11 | 11 | ||
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 69c07d6a..16a6a72a 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2011 Mike Pall. | 1 | /* Copyright (C) 2004-2012 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 49849fb7..ffd32019 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2011 Mike Pall. | 1 | /* Copyright (C) 2004-2012 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/changes.html b/doc/changes.html index 51027a93..253df6d7 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -4,7 +4,7 @@ | |||
4 | <title>LuaJIT Change History</title> | 4 | <title>LuaJIT Change History</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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -630,7 +630,7 @@ This is the initial non-public release of LuaJIT. | |||
630 | </div> | 630 | </div> |
631 | <div id="foot"> | 631 | <div id="foot"> |
632 | <hr class="hide"> | 632 | <hr class="hide"> |
633 | Copyright © 2005-2011 Mike Pall | 633 | Copyright © 2005-2012 Mike Pall |
634 | <span class="noprint"> | 634 | <span class="noprint"> |
635 | · | 635 | · |
636 | <a href="contact.html">Contact</a> | 636 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index a85c4884..14c93295 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -80,7 +80,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
80 | <h2>Copyright</h2> | 80 | <h2>Copyright</h2> |
81 | <p> | 81 | <p> |
82 | All documentation is | 82 | All documentation is |
83 | Copyright © 2005-2011 Mike Pall. | 83 | Copyright © 2005-2012 Mike Pall. |
84 | </p> | 84 | </p> |
85 | 85 | ||
86 | 86 | ||
@@ -88,7 +88,7 @@ Copyright © 2005-2011 Mike Pall. | |||
88 | </div> | 88 | </div> |
89 | <div id="foot"> | 89 | <div id="foot"> |
90 | <hr class="hide"> | 90 | <hr class="hide"> |
91 | Copyright © 2005-2011 Mike Pall | 91 | Copyright © 2005-2012 Mike Pall |
92 | <span class="noprint"> | 92 | <span class="noprint"> |
93 | · | 93 | · |
94 | <a href="contact.html">Contact</a> | 94 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 35e2234e..416c141e 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -173,7 +173,7 @@ Also note that this mechanism is not without overhead. | |||
173 | </div> | 173 | </div> |
174 | <div id="foot"> | 174 | <div id="foot"> |
175 | <hr class="hide"> | 175 | <hr class="hide"> |
176 | Copyright © 2005-2011 Mike Pall | 176 | Copyright © 2005-2012 Mike Pall |
177 | <span class="noprint"> | 177 | <span class="noprint"> |
178 | · | 178 | · |
179 | <a href="contact.html">Contact</a> | 179 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 9b59a3f6..c12a781b 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -322,7 +322,7 @@ without undue conversion penalties. | |||
322 | </div> | 322 | </div> |
323 | <div id="foot"> | 323 | <div id="foot"> |
324 | <hr class="hide"> | 324 | <hr class="hide"> |
325 | Copyright © 2005-2011 Mike Pall | 325 | Copyright © 2005-2012 Mike Pall |
326 | <span class="noprint"> | 326 | <span class="noprint"> |
327 | · | 327 | · |
328 | <a href="contact.html">Contact</a> | 328 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index 222c580e..c85b8560 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -543,7 +543,7 @@ named <tt>i</tt>. | |||
543 | </div> | 543 | </div> |
544 | <div id="foot"> | 544 | <div id="foot"> |
545 | <hr class="hide"> | 545 | <hr class="hide"> |
546 | Copyright © 2005-2011 Mike Pall | 546 | Copyright © 2005-2012 Mike Pall |
547 | <span class="noprint"> | 547 | <span class="noprint"> |
548 | · | 548 | · |
549 | <a href="contact.html">Contact</a> | 549 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 661b0b4c..aac5ff5e 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -1136,7 +1136,7 @@ compiled.</li> | |||
1136 | </div> | 1136 | </div> |
1137 | <div id="foot"> | 1137 | <div id="foot"> |
1138 | <hr class="hide"> | 1138 | <hr class="hide"> |
1139 | Copyright © 2005-2011 Mike Pall | 1139 | Copyright © 2005-2012 Mike Pall |
1140 | <span class="noprint"> | 1140 | <span class="noprint"> |
1141 | · | 1141 | · |
1142 | <a href="contact.html">Contact</a> | 1142 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index fb46a842..802a2041 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -588,7 +588,7 @@ it to a local variable in the function scope is unnecessary. | |||
588 | </div> | 588 | </div> |
589 | <div id="foot"> | 589 | <div id="foot"> |
590 | <hr class="hide"> | 590 | <hr class="hide"> |
591 | Copyright © 2005-2011 Mike Pall | 591 | Copyright © 2005-2012 Mike Pall |
592 | <span class="noprint"> | 592 | <span class="noprint"> |
593 | · | 593 | · |
594 | <a href="contact.html">Contact</a> | 594 | <a href="contact.html">Contact</a> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index e8f5518e..7fa2dc7f 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -185,7 +185,7 @@ if you want to know more. | |||
185 | </div> | 185 | </div> |
186 | <div id="foot"> | 186 | <div id="foot"> |
187 | <hr class="hide"> | 187 | <hr class="hide"> |
188 | Copyright © 2005-2011 Mike Pall | 188 | Copyright © 2005-2012 Mike Pall |
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/extensions.html b/doc/extensions.html index b0e11644..9d6a4f20 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -326,7 +326,7 @@ lead to the termination of the process.</li> | |||
326 | </div> | 326 | </div> |
327 | <div id="foot"> | 327 | <div id="foot"> |
328 | <hr class="hide"> | 328 | <hr class="hide"> |
329 | Copyright © 2005-2011 Mike Pall | 329 | Copyright © 2005-2012 Mike Pall |
330 | <span class="noprint"> | 330 | <span class="noprint"> |
331 | · | 331 | · |
332 | <a href="contact.html">Contact</a> | 332 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index b28a72cf..f4bc9edd 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -170,7 +170,7 @@ the development of certain features, if they are important to you. | |||
170 | </div> | 170 | </div> |
171 | <div id="foot"> | 171 | <div id="foot"> |
172 | <hr class="hide"> | 172 | <hr class="hide"> |
173 | Copyright © 2005-2011 Mike Pall | 173 | Copyright © 2005-2012 Mike Pall |
174 | <span class="noprint"> | 174 | <span class="noprint"> |
175 | · | 175 | · |
176 | <a href="contact.html">Contact</a> | 176 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 6fc10002..d1d5f112 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -555,7 +555,7 @@ to me (the upstream) and not you (the package maintainer), anyway. | |||
555 | </div> | 555 | </div> |
556 | <div id="foot"> | 556 | <div id="foot"> |
557 | <hr class="hide"> | 557 | <hr class="hide"> |
558 | Copyright © 2005-2011 Mike Pall | 558 | Copyright © 2005-2012 Mike Pall |
559 | <span class="noprint"> | 559 | <span class="noprint"> |
560 | · | 560 | · |
561 | <a href="contact.html">Contact</a> | 561 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 9725f5c2..abf87568 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -60,7 +60,7 @@ LuaJIT is a <b>Just-In-Time Compiler</b> for the Lua<sup>*</sup> | |||
60 | programming language. | 60 | programming language. |
61 | </p> | 61 | </p> |
62 | <p> | 62 | <p> |
63 | LuaJIT is Copyright © 2005-2011 Mike Pall. | 63 | LuaJIT is Copyright © 2005-2012 Mike Pall. |
64 | LuaJIT is open source software, released under the | 64 | LuaJIT is open source software, released under the |
65 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT license</a>. | 65 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT license</a>. |
66 | </p> | 66 | </p> |
@@ -132,7 +132,7 @@ resources are marked with a '<span class="ext">»</span>'. | |||
132 | </div> | 132 | </div> |
133 | <div id="foot"> | 133 | <div id="foot"> |
134 | <hr class="hide"> | 134 | <hr class="hide"> |
135 | Copyright © 2005-2011 Mike Pall | 135 | Copyright © 2005-2012 Mike Pall |
136 | <span class="noprint"> | 136 | <span class="noprint"> |
137 | · | 137 | · |
138 | <a href="contact.html">Contact</a> | 138 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index e2afdeef..b74ebd4a 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -4,7 +4,7 @@ | |||
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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -303,7 +303,7 @@ Here are the parameters and their default settings: | |||
303 | </div> | 303 | </div> |
304 | <div id="foot"> | 304 | <div id="foot"> |
305 | <hr class="hide"> | 305 | <hr class="hide"> |
306 | Copyright © 2005-2011 Mike Pall | 306 | Copyright © 2005-2012 Mike Pall |
307 | <span class="noprint"> | 307 | <span class="noprint"> |
308 | · | 308 | · |
309 | <a href="contact.html">Contact</a> | 309 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index d9cffe03..dd16e71e 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -4,7 +4,7 @@ | |||
4 | <title>Status & Roadmap</title> | 4 | <title>Status & Roadmap</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="Author" content="Mike Pall"> | 6 | <meta name="Author" content="Mike Pall"> |
7 | <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2012, Mike Pall"> |
8 | <meta name="Language" content="en"> | 8 | <meta name="Language" content="en"> |
9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 9 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> | 10 | <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> |
@@ -230,7 +230,7 @@ for efficient <b>vectorization</b>. | |||
230 | </div> | 230 | </div> |
231 | <div id="foot"> | 231 | <div id="foot"> |
232 | <hr class="hide"> | 232 | <hr class="hide"> |
233 | Copyright © 2005-2011 Mike Pall | 233 | Copyright © 2005-2012 Mike Pall |
234 | <span class="noprint"> | 234 | <span class="noprint"> |
235 | · | 235 | · |
236 | <a href="contact.html">Contact</a> | 236 | <a href="contact.html">Contact</a> |
diff --git a/dynasm/dasm_arm.h b/dynasm/dasm_arm.h index 43d29633..b770c2df 100644 --- a/dynasm/dasm_arm.h +++ b/dynasm/dasm_arm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM ARM encoding engine. | 2 | ** DynASM ARM encoding engine. |
3 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
5 | */ | 5 | */ |
6 | 6 | ||
diff --git a/dynasm/dasm_arm.lua b/dynasm/dasm_arm.lua index b8a595b0..cc4fa177 100644 --- a/dynasm/dasm_arm.lua +++ b/dynasm/dasm_arm.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM ARM module. | 2 | -- DynASM ARM module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | 7 | ||
diff --git a/dynasm/dasm_mips.h b/dynasm/dasm_mips.h index 832f9f2e..af87d99a 100644 --- a/dynasm/dasm_mips.h +++ b/dynasm/dasm_mips.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM MIPS encoding engine. | 2 | ** DynASM MIPS encoding engine. |
3 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
5 | */ | 5 | */ |
6 | 6 | ||
diff --git a/dynasm/dasm_mips.lua b/dynasm/dasm_mips.lua index d8ce3b0c..aa33f0cc 100644 --- a/dynasm/dasm_mips.lua +++ b/dynasm/dasm_mips.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM MIPS module. | 2 | -- DynASM MIPS module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | 7 | ||
diff --git a/dynasm/dasm_ppc.h b/dynasm/dasm_ppc.h index 645e0601..bf5957e7 100644 --- a/dynasm/dasm_ppc.h +++ b/dynasm/dasm_ppc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM PPC encoding engine. | 2 | ** DynASM PPC encoding engine. |
3 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
5 | */ | 5 | */ |
6 | 6 | ||
diff --git a/dynasm/dasm_ppc.lua b/dynasm/dasm_ppc.lua index b2bee2cf..dc2af69e 100644 --- a/dynasm/dasm_ppc.lua +++ b/dynasm/dasm_ppc.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM PPC module. | 2 | -- DynASM PPC module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | 7 | ||
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index 3cc3af24..30028116 100644 --- a/dynasm/dasm_proto.h +++ b/dynasm/dasm_proto.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM encoding engine prototypes. | 2 | ** DynASM encoding engine prototypes. |
3 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
5 | */ | 5 | */ |
6 | 6 | ||
diff --git a/dynasm/dasm_x64.lua b/dynasm/dasm_x64.lua index 73e01e91..bae72ac9 100644 --- a/dynasm/dasm_x64.lua +++ b/dynasm/dasm_x64.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM x64 module. | 2 | -- DynASM x64 module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | -- This module just sets 64 bit mode for the combined x86/x64 module. | 7 | -- This module just sets 64 bit mode for the combined x86/x64 module. |
diff --git a/dynasm/dasm_x86.h b/dynasm/dasm_x86.h index 8f2dd1ca..7c6dcd3d 100644 --- a/dynasm/dasm_x86.h +++ b/dynasm/dasm_x86.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DynASM x86 encoding engine. | 2 | ** DynASM x86 encoding engine. |
3 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT license. See dynasm.lua for full copyright notice. |
5 | */ | 5 | */ |
6 | 6 | ||
diff --git a/dynasm/dasm_x86.lua b/dynasm/dasm_x86.lua index 5571f93e..13319285 100644 --- a/dynasm/dasm_x86.lua +++ b/dynasm/dasm_x86.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ------------------------------------------------------------------------------ | 1 | ------------------------------------------------------------------------------ |
2 | -- DynASM x86/x64 module. | 2 | -- DynASM x86/x64 module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- See dynasm.lua for full copyright notice. | 5 | -- See dynasm.lua for full copyright notice. |
6 | ------------------------------------------------------------------------------ | 6 | ------------------------------------------------------------------------------ |
7 | 7 | ||
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index 34974c06..b89d6cfc 100644 --- a/dynasm/dynasm.lua +++ b/dynasm/dynasm.lua | |||
@@ -2,7 +2,7 @@ | |||
2 | -- DynASM. A dynamic assembler for code generation engines. | 2 | -- DynASM. A dynamic assembler for code generation engines. |
3 | -- Originally designed and implemented for LuaJIT. | 3 | -- Originally designed and implemented for LuaJIT. |
4 | -- | 4 | -- |
5 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
6 | -- See below for full copyright notice. | 6 | -- See below for full copyright notice. |
7 | ------------------------------------------------------------------------------ | 7 | ------------------------------------------------------------------------------ |
8 | 8 | ||
@@ -17,7 +17,7 @@ local _info = { | |||
17 | url = "http://luajit.org/dynasm.html", | 17 | url = "http://luajit.org/dynasm.html", |
18 | license = "MIT", | 18 | license = "MIT", |
19 | copyright = [[ | 19 | copyright = [[ |
20 | Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 20 | Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
21 | 21 | ||
22 | Permission is hereby granted, free of charge, to any person obtaining | 22 | Permission is hereby granted, free of charge, to any person obtaining |
23 | a copy of this software and associated documentation files (the | 23 | a copy of this software and associated documentation files (the |
diff --git a/etc/luajit.1 b/etc/luajit.1 index 57080bce..bd1074a0 100644 --- a/etc/luajit.1 +++ b/etc/luajit.1 | |||
@@ -71,7 +71,7 @@ luajit \-jv \-e "for i=1,10 do for j=1,10 do for k=1,100 do end end end" | |||
71 | Runs some nested loops and shows the resulting traces. | 71 | Runs some nested loops and shows the resulting traces. |
72 | .SH COPYRIGHT | 72 | .SH COPYRIGHT |
73 | .PP | 73 | .PP |
74 | \fBLuaJIT\fR is Copyright \(co 2005-2011 Mike Pall. | 74 | \fBLuaJIT\fR is Copyright \(co 2005-2012 Mike Pall. |
75 | .br | 75 | .br |
76 | \fBLuaJIT\fR is open source software, released under the MIT license. | 76 | \fBLuaJIT\fR is open source software, released under the MIT license. |
77 | .SH SEE ALSO | 77 | .SH SEE ALSO |
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT bytecode listing module. | 2 | -- LuaJIT bytecode listing module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/lib/bcsave.lua b/lib/bcsave.lua index 1783014f..7ac0ce35 100644 --- a/lib/bcsave.lua +++ b/lib/bcsave.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT module to save/list bytecode. | 2 | -- LuaJIT module to save/list bytecode. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/lib/dis_arm.lua b/lib/dis_arm.lua index c2d1408f..0fcd1bed 100644 --- a/lib/dis_arm.lua +++ b/lib/dis_arm.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT ARM disassembler module. | 2 | -- LuaJIT ARM disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2010 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/lib/dis_ppc.lua b/lib/dis_ppc.lua index 79b306d5..ad8599fc 100644 --- a/lib/dis_ppc.lua +++ b/lib/dis_ppc.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT PPC disassembler module. | 2 | -- LuaJIT PPC disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2010 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/lib/dis_x64.lua b/lib/dis_x64.lua index 8c9cb4fa..d95d7ded 100644 --- a/lib/dis_x64.lua +++ b/lib/dis_x64.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT x64 disassembler wrapper module. | 2 | -- LuaJIT x64 disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the 64 bit functions from the combined | 7 | -- This module just exports the 64 bit functions from the combined |
diff --git a/lib/dis_x86.lua b/lib/dis_x86.lua index d9a1f321..5aeeb449 100644 --- a/lib/dis_x86.lua +++ b/lib/dis_x86.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT x86/x64 disassembler module. | 2 | -- LuaJIT x86/x64 disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/lib/dump.lua b/lib/dump.lua index 0f0e9058..37c06502 100644 --- a/lib/dump.lua +++ b/lib/dump.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT compiler dump module. | 2 | -- LuaJIT compiler dump module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- Verbose mode of the LuaJIT compiler. | 2 | -- Verbose mode of the LuaJIT compiler. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/src/Makefile b/src/Makefile index d4db8774..6a9461f0 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -7,7 +7,7 @@ | |||
7 | # Also works with MinGW and Cygwin on Windows. | 7 | # Also works with MinGW and Cygwin on Windows. |
8 | # Please check msvcbuild.bat for building with MSVC on Windows. | 8 | # Please check msvcbuild.bat for building with MSVC on Windows. |
9 | # | 9 | # |
10 | # Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 10 | # Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
11 | ############################################################################## | 11 | ############################################################################## |
12 | 12 | ||
13 | MAJVER= 2 | 13 | MAJVER= 2 |
diff --git a/src/buildvm.c b/src/buildvm.c index 43e6d88b..29cf7378 100644 --- a/src/buildvm.c +++ b/src/buildvm.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder. | 2 | ** LuaJIT VM builder. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** This is a tool to build the hand-tuned assembler code required for | 5 | ** This is a tool to build the hand-tuned assembler code required for |
6 | ** LuaJIT's bytecode interpreter. It supports a variety of output formats | 6 | ** LuaJIT's bytecode interpreter. It supports a variety of output formats |
diff --git a/src/buildvm.h b/src/buildvm.h index a24d9453..2b7168ed 100644 --- a/src/buildvm.h +++ b/src/buildvm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder. | 2 | ** LuaJIT VM builder. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _BUILDVM_H | 6 | #ifndef _BUILDVM_H |
diff --git a/src/buildvm_arm.dasc b/src/buildvm_arm.dasc index 09420553..2e0914a1 100644 --- a/src/buildvm_arm.dasc +++ b/src/buildvm_arm.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for ARM CPUs. | 1 | |// Low-level VM code for ARM CPUs. |
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | | | 4 | | |
5 | |.arch arm | 5 | |.arch arm |
6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/buildvm_asm.c b/src/buildvm_asm.c index 4ba60638..f975eadc 100644 --- a/src/buildvm_asm.c +++ b/src/buildvm_asm.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder: Assembler source code emitter. | 2 | ** LuaJIT VM builder: Assembler source code emitter. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "buildvm.h" | 6 | #include "buildvm.h" |
diff --git a/src/buildvm_fold.c b/src/buildvm_fold.c index b43d2c48..73f4f80a 100644 --- a/src/buildvm_fold.c +++ b/src/buildvm_fold.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder: IR folding hash table generator. | 2 | ** LuaJIT VM builder: IR folding hash table generator. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "buildvm.h" | 6 | #include "buildvm.h" |
diff --git a/src/buildvm_lib.c b/src/buildvm_lib.c index 8d9bcea3..3231d3ad 100644 --- a/src/buildvm_lib.c +++ b/src/buildvm_lib.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder: library definition compiler. | 2 | ** LuaJIT VM builder: library definition compiler. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "buildvm.h" | 6 | #include "buildvm.h" |
diff --git a/src/buildvm_peobj.c b/src/buildvm_peobj.c index eb1d345f..17b3293a 100644 --- a/src/buildvm_peobj.c +++ b/src/buildvm_peobj.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM builder: PE object emitter. | 2 | ** LuaJIT VM builder: PE object emitter. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Only used for building on Windows, since we cannot assume the presence | 5 | ** Only used for building on Windows, since we cannot assume the presence |
6 | ** of a suitable assembler. The host and target byte order must match. | 6 | ** of a suitable assembler. The host and target byte order must match. |
diff --git a/src/buildvm_ppc.dasc b/src/buildvm_ppc.dasc index 77854ae1..132242d8 100644 --- a/src/buildvm_ppc.dasc +++ b/src/buildvm_ppc.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for PowerPC CPUs. | 1 | |// Low-level VM code for PowerPC CPUs. |
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | | | 4 | | |
5 | |.arch ppc | 5 | |.arch ppc |
6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/buildvm_ppcspe.dasc b/src/buildvm_ppcspe.dasc index 3ec36f76..b9ee5b01 100644 --- a/src/buildvm_ppcspe.dasc +++ b/src/buildvm_ppcspe.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for PowerPC/e500 CPUs. | 1 | |// Low-level VM code for PowerPC/e500 CPUs. |
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | | | 4 | | |
5 | |.arch ppc | 5 | |.arch ppc |
6 | |.section code_op, code_sub | 6 | |.section code_op, code_sub |
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc index d6dfde88..30ee5b67 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -1,6 +1,6 @@ | |||
1 | |// Low-level VM code for x86 CPUs. | 1 | |// Low-level VM code for x86 CPUs. |
2 | |// Bytecode interpreter, fast functions and helper functions. | 2 | |// Bytecode interpreter, fast functions and helper functions. |
3 | |// Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | | | 4 | | |
5 | |.if X64 | 5 | |.if X64 |
6 | |.arch x64 | 6 | |.arch x64 |
diff --git a/src/lib_aux.c b/src/lib_aux.c index 628d6a57..104888bd 100644 --- a/src/lib_aux.c +++ b/src/lib_aux.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Auxiliary library for the Lua/C API. | 2 | ** Auxiliary library for the Lua/C API. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major parts taken verbatim or adapted from the Lua interpreter. | 5 | ** Major parts taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_base.c b/src/lib_base.c index 1f8bb5fd..927c1bca 100644 --- a/src/lib_base.c +++ b/src/lib_base.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Base and coroutine library. | 2 | ** Base and coroutine library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_bit.c b/src/lib_bit.c index c6c5c6fe..f44ed37f 100644 --- a/src/lib_bit.c +++ b/src/lib_bit.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Bit manipulation library. | 2 | ** Bit manipulation library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lib_bit_c | 6 | #define lib_bit_c |
diff --git a/src/lib_debug.c b/src/lib_debug.c index 3f1cb8c6..f9b7a478 100644 --- a/src/lib_debug.c +++ b/src/lib_debug.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Debug library. | 2 | ** Debug library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_ffi.c b/src/lib_ffi.c index 0a8a7282..2a674b88 100644 --- a/src/lib_ffi.c +++ b/src/lib_ffi.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI library. | 2 | ** FFI library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lib_ffi_c | 6 | #define lib_ffi_c |
diff --git a/src/lib_io.c b/src/lib_io.c index 7a59cc4f..6078e74d 100644 --- a/src/lib_io.c +++ b/src/lib_io.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** I/O library. | 2 | ** I/O library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_jit.c b/src/lib_jit.c index 8cb511ca..05a79d51 100644 --- a/src/lib_jit.c +++ b/src/lib_jit.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** JIT library. | 2 | ** JIT library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lib_jit_c | 6 | #define lib_jit_c |
diff --git a/src/lib_math.c b/src/lib_math.c index 599f948e..3a56514b 100644 --- a/src/lib_math.c +++ b/src/lib_math.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Math library. | 2 | ** Math library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <math.h> | 6 | #include <math.h> |
diff --git a/src/lib_os.c b/src/lib_os.c index 72929408..a3c951ba 100644 --- a/src/lib_os.c +++ b/src/lib_os.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** OS library. | 2 | ** OS library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_package.c b/src/lib_package.c index a13c45ba..e8ea740f 100644 --- a/src/lib_package.c +++ b/src/lib_package.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Package library. | 2 | ** Package library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2011 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_string.c b/src/lib_string.c index 5cbe6e4d..3dac9d37 100644 --- a/src/lib_string.c +++ b/src/lib_string.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** String library. | 2 | ** String library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lib_table.c b/src/lib_table.c index 64684b78..973daaed 100644 --- a/src/lib_table.c +++ b/src/lib_table.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Table library. | 2 | ** Table library. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_api.c b/src/lj_api.c index 5ef2dff1..6c129164 100644 --- a/src/lj_api.c +++ b/src/lj_api.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Public Lua/C API. | 2 | ** Public Lua/C API. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_arch.h b/src/lj_arch.h index 4b680306..50741154 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Target architecture selection. | 2 | ** Target architecture selection. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_ARCH_H | 6 | #ifndef _LJ_ARCH_H |
diff --git a/src/lj_asm.c b/src/lj_asm.c index 1103e998..7164cfd8 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** IR assembler (SSA IR -> machine code). | 2 | ** IR assembler (SSA IR -> machine code). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_asm_c | 6 | #define lj_asm_c |
diff --git a/src/lj_asm.h b/src/lj_asm.h index 64240efa..b9ad9a24 100644 --- a/src/lj_asm.h +++ b/src/lj_asm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** IR assembler (SSA IR -> machine code). | 2 | ** IR assembler (SSA IR -> machine code). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_ASM_H | 6 | #ifndef _LJ_ASM_H |
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h index 087fc0fb..a618c8a9 100644 --- a/src/lj_asm_arm.h +++ b/src/lj_asm_arm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** ARM IR assembler (SSA IR -> machine code). | 2 | ** ARM IR assembler (SSA IR -> machine code). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* -- Register allocator extensions --------------------------------------- */ | 6 | /* -- Register allocator extensions --------------------------------------- */ |
diff --git a/src/lj_asm_ppc.h b/src/lj_asm_ppc.h index f3f9e2e0..12f5d79f 100644 --- a/src/lj_asm_ppc.h +++ b/src/lj_asm_ppc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** PPC IR assembler (SSA IR -> machine code). | 2 | ** PPC IR assembler (SSA IR -> machine code). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* -- Register allocator extensions --------------------------------------- */ | 6 | /* -- Register allocator extensions --------------------------------------- */ |
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 1170b663..c4ebdb1f 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** x86/x64 IR assembler (SSA IR -> machine code). | 2 | ** x86/x64 IR assembler (SSA IR -> machine code). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* -- Guard handling ------------------------------------------------------ */ | 6 | /* -- Guard handling ------------------------------------------------------ */ |
diff --git a/src/lj_bc.c b/src/lj_bc.c index feb8e44d..1770273d 100644 --- a/src/lj_bc.c +++ b/src/lj_bc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Bytecode instruction modes. | 2 | ** Bytecode instruction modes. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_bc_c | 6 | #define lj_bc_c |
diff --git a/src/lj_bc.h b/src/lj_bc.h index 97e4d926..0a82c9d4 100644 --- a/src/lj_bc.h +++ b/src/lj_bc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Bytecode instruction format. | 2 | ** Bytecode instruction format. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_BC_H | 6 | #ifndef _LJ_BC_H |
diff --git a/src/lj_bcdump.h b/src/lj_bcdump.h index 49b59e85..5b461cc2 100644 --- a/src/lj_bcdump.h +++ b/src/lj_bcdump.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Bytecode dump definitions. | 2 | ** Bytecode dump definitions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_BCDUMP_H | 6 | #ifndef _LJ_BCDUMP_H |
diff --git a/src/lj_bcread.c b/src/lj_bcread.c index 30479230..dfef3947 100644 --- a/src/lj_bcread.c +++ b/src/lj_bcread.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Bytecode reader. | 2 | ** Bytecode reader. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_bcread_c | 6 | #define lj_bcread_c |
diff --git a/src/lj_bcwrite.c b/src/lj_bcwrite.c index de9b4cf2..3c15f6f0 100644 --- a/src/lj_bcwrite.c +++ b/src/lj_bcwrite.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Bytecode writer. | 2 | ** Bytecode writer. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_bcwrite_c | 6 | #define lj_bcwrite_c |
diff --git a/src/lj_carith.c b/src/lj_carith.c index b0f4c65a..56708bf6 100644 --- a/src/lj_carith.c +++ b/src/lj_carith.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C data arithmetic. | 2 | ** C data arithmetic. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_carith.h b/src/lj_carith.h index c39594ac..6e0f29bb 100644 --- a/src/lj_carith.h +++ b/src/lj_carith.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C data arithmetic. | 2 | ** C data arithmetic. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CARITH_H | 6 | #ifndef _LJ_CARITH_H |
diff --git a/src/lj_ccall.c b/src/lj_ccall.c index 97ad4f02..eb9f709c 100644 --- a/src/lj_ccall.c +++ b/src/lj_ccall.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI C call handling. | 2 | ** FFI C call handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_ccall.h b/src/lj_ccall.h index c94b6193..5985c4a9 100644 --- a/src/lj_ccall.h +++ b/src/lj_ccall.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI C call handling. | 2 | ** FFI C call handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CCALL_H | 6 | #ifndef _LJ_CCALL_H |
diff --git a/src/lj_ccallback.c b/src/lj_ccallback.c index d73153b1..8e89bc6c 100644 --- a/src/lj_ccallback.c +++ b/src/lj_ccallback.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI C callback handling. | 2 | ** FFI C callback handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_ccallback.h b/src/lj_ccallback.h index cbdc1e89..ba92cc9e 100644 --- a/src/lj_ccallback.h +++ b/src/lj_ccallback.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI C callback handling. | 2 | ** FFI C callback handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CCALLBACK_H | 6 | #ifndef _LJ_CCALLBACK_H |
diff --git a/src/lj_cconv.c b/src/lj_cconv.c index 9d478355..818c1f44 100644 --- a/src/lj_cconv.c +++ b/src/lj_cconv.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C type conversions. | 2 | ** C type conversions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_cconv.h b/src/lj_cconv.h index 47c14596..c53a7cf8 100644 --- a/src/lj_cconv.h +++ b/src/lj_cconv.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C type conversions. | 2 | ** C type conversions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CCONV_H | 6 | #ifndef _LJ_CCONV_H |
diff --git a/src/lj_cdata.c b/src/lj_cdata.c index 497b84ee..482add4b 100644 --- a/src/lj_cdata.c +++ b/src/lj_cdata.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C data management. | 2 | ** C data management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_cdata.h b/src/lj_cdata.h index feb1bbf2..4618bc99 100644 --- a/src/lj_cdata.h +++ b/src/lj_cdata.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C data management. | 2 | ** C data management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CDATA_H | 6 | #ifndef _LJ_CDATA_H |
diff --git a/src/lj_clib.c b/src/lj_clib.c index 68398cf5..ec889e51 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI C library loader. | 2 | ** FFI C library loader. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_clib.h b/src/lj_clib.h index 51c32703..f862bbac 100644 --- a/src/lj_clib.h +++ b/src/lj_clib.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** FFI C library loader. | 2 | ** FFI C library loader. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CLIB_H | 6 | #ifndef _LJ_CLIB_H |
diff --git a/src/lj_cparse.c b/src/lj_cparse.c index 4f562dff..526332d4 100644 --- a/src/lj_cparse.c +++ b/src/lj_cparse.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C declaration parser. | 2 | ** C declaration parser. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_cparse.h b/src/lj_cparse.h index c9477003..eaa1bdb5 100644 --- a/src/lj_cparse.h +++ b/src/lj_cparse.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C declaration parser. | 2 | ** C declaration parser. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CPARSE_H | 6 | #ifndef _LJ_CPARSE_H |
diff --git a/src/lj_crecord.c b/src/lj_crecord.c index 27001f67..38d44e4b 100644 --- a/src/lj_crecord.c +++ b/src/lj_crecord.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace recorder for C data operations. | 2 | ** Trace recorder for C data operations. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_ffrecord_c | 6 | #define lj_ffrecord_c |
diff --git a/src/lj_crecord.h b/src/lj_crecord.h index fb042c56..0f93e145 100644 --- a/src/lj_crecord.h +++ b/src/lj_crecord.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace recorder for C data operations. | 2 | ** Trace recorder for C data operations. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CRECORD_H | 6 | #ifndef _LJ_CRECORD_H |
diff --git a/src/lj_ctype.c b/src/lj_ctype.c index 7187d6ff..353fe9e3 100644 --- a/src/lj_ctype.c +++ b/src/lj_ctype.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C type management. | 2 | ** C type management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "lj_obj.h" | 6 | #include "lj_obj.h" |
diff --git a/src/lj_ctype.h b/src/lj_ctype.h index da313851..7953654f 100644 --- a/src/lj_ctype.h +++ b/src/lj_ctype.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** C type management. | 2 | ** C type management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_CTYPE_H | 6 | #ifndef _LJ_CTYPE_H |
diff --git a/src/lj_debug.c b/src/lj_debug.c index 89434aaf..fab198fe 100644 --- a/src/lj_debug.c +++ b/src/lj_debug.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Debugging and introspection. | 2 | ** Debugging and introspection. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_debug_c | 6 | #define lj_debug_c |
diff --git a/src/lj_debug.h b/src/lj_debug.h index f82fdfed..e00769ae 100644 --- a/src/lj_debug.h +++ b/src/lj_debug.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Debugging and introspection. | 2 | ** Debugging and introspection. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_DEBUG_H | 6 | #ifndef _LJ_DEBUG_H |
diff --git a/src/lj_def.h b/src/lj_def.h index 5d21d584..e00ed939 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT common internal definitions. | 2 | ** LuaJIT common internal definitions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_DEF_H | 6 | #ifndef _LJ_DEF_H |
diff --git a/src/lj_dispatch.c b/src/lj_dispatch.c index d99eb878..427036b4 100644 --- a/src/lj_dispatch.c +++ b/src/lj_dispatch.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Instruction dispatch handling. | 2 | ** Instruction dispatch handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_dispatch_c | 6 | #define lj_dispatch_c |
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index 7dec0437..41f80d43 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Instruction dispatch handling. | 2 | ** Instruction dispatch handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_DISPATCH_H | 6 | #ifndef _LJ_DISPATCH_H |
diff --git a/src/lj_emit_arm.h b/src/lj_emit_arm.h index ea908520..7654c19b 100644 --- a/src/lj_emit_arm.h +++ b/src/lj_emit_arm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** ARM instruction emitter. | 2 | ** ARM instruction emitter. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* -- Constant encoding --------------------------------------------------- */ | 6 | /* -- Constant encoding --------------------------------------------------- */ |
diff --git a/src/lj_emit_ppc.h b/src/lj_emit_ppc.h index e44221cd..bc361c5b 100644 --- a/src/lj_emit_ppc.h +++ b/src/lj_emit_ppc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** PPC instruction emitter. | 2 | ** PPC instruction emitter. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* -- Emit basic instructions --------------------------------------------- */ | 6 | /* -- Emit basic instructions --------------------------------------------- */ |
diff --git a/src/lj_emit_x86.h b/src/lj_emit_x86.h index 6c06184d..4f3a08a1 100644 --- a/src/lj_emit_x86.h +++ b/src/lj_emit_x86.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** x86/x64 instruction emitter. | 2 | ** x86/x64 instruction emitter. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* -- Emit basic instructions --------------------------------------------- */ | 6 | /* -- Emit basic instructions --------------------------------------------- */ |
diff --git a/src/lj_err.c b/src/lj_err.c index b0f3e5c7..4ebef8a0 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Error handling. | 2 | ** Error handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_err_c | 6 | #define lj_err_c |
diff --git a/src/lj_err.h b/src/lj_err.h index c65f484e..064f4a48 100644 --- a/src/lj_err.h +++ b/src/lj_err.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Error handling. | 2 | ** Error handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_ERR_H | 6 | #ifndef _LJ_ERR_H |
diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index 10c8395d..83c69ea8 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** VM error messages. | 2 | ** VM error messages. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* This file may be included multiple times with different ERRDEF macros. */ | 6 | /* This file may be included multiple times with different ERRDEF macros. */ |
diff --git a/src/lj_ff.h b/src/lj_ff.h index 0b01e16a..6473ec93 100644 --- a/src/lj_ff.h +++ b/src/lj_ff.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Fast function IDs. | 2 | ** Fast function IDs. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_FF_H | 6 | #ifndef _LJ_FF_H |
diff --git a/src/lj_ffrecord.c b/src/lj_ffrecord.c index 6cdd79a9..b2b6282d 100644 --- a/src/lj_ffrecord.c +++ b/src/lj_ffrecord.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Fast function call recorder. | 2 | ** Fast function call recorder. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_ffrecord_c | 6 | #define lj_ffrecord_c |
diff --git a/src/lj_ffrecord.h b/src/lj_ffrecord.h index 7ff270a0..3a107d41 100644 --- a/src/lj_ffrecord.h +++ b/src/lj_ffrecord.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Fast function call recorder. | 2 | ** Fast function call recorder. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_FFRECORD_H | 6 | #ifndef _LJ_FFRECORD_H |
diff --git a/src/lj_frame.h b/src/lj_frame.h index 8b2f3b4f..e5a56897 100644 --- a/src/lj_frame.h +++ b/src/lj_frame.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Stack frames. | 2 | ** Stack frames. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_FRAME_H | 6 | #ifndef _LJ_FRAME_H |
diff --git a/src/lj_func.c b/src/lj_func.c index 97be0a2a..0c0b9014 100644 --- a/src/lj_func.c +++ b/src/lj_func.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Function handling (prototypes, functions and upvalues). | 2 | ** Function handling (prototypes, functions and upvalues). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_func.h b/src/lj_func.h index 6ec4ab95..7c69e60f 100644 --- a/src/lj_func.h +++ b/src/lj_func.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Function handling (prototypes, functions and upvalues). | 2 | ** Function handling (prototypes, functions and upvalues). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_FUNC_H | 6 | #ifndef _LJ_FUNC_H |
diff --git a/src/lj_gc.c b/src/lj_gc.c index 1985abc7..9d0e7559 100644 --- a/src/lj_gc.c +++ b/src/lj_gc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Garbage collector. | 2 | ** Garbage collector. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_gc.h b/src/lj_gc.h index dd7f87ba..df66259e 100644 --- a/src/lj_gc.h +++ b/src/lj_gc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Garbage collector. | 2 | ** Garbage collector. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_GC_H | 6 | #ifndef _LJ_GC_H |
diff --git a/src/lj_gdbjit.c b/src/lj_gdbjit.c index 130ab991..e4f96212 100644 --- a/src/lj_gdbjit.c +++ b/src/lj_gdbjit.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Client for the GDB JIT API. | 2 | ** Client for the GDB JIT API. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_gdbjit_c | 6 | #define lj_gdbjit_c |
diff --git a/src/lj_gdbjit.h b/src/lj_gdbjit.h index 5e42d3cb..66c57a78 100644 --- a/src/lj_gdbjit.h +++ b/src/lj_gdbjit.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Client for the GDB JIT API. | 2 | ** Client for the GDB JIT API. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_GDBJIT_H | 6 | #ifndef _LJ_GDBJIT_H |
diff --git a/src/lj_ir.c b/src/lj_ir.c index 457d9187..f198a6df 100644 --- a/src/lj_ir.c +++ b/src/lj_ir.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** SSA IR (Intermediate Representation) emitter. | 2 | ** SSA IR (Intermediate Representation) emitter. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_ir_c | 6 | #define lj_ir_c |
diff --git a/src/lj_ir.h b/src/lj_ir.h index 8cf8129f..99ad8d9c 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** SSA IR (Intermediate Representation) format. | 2 | ** SSA IR (Intermediate Representation) format. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_IR_H | 6 | #ifndef _LJ_IR_H |
diff --git a/src/lj_ircall.h b/src/lj_ircall.h index 1a9599af..b30db5ea 100644 --- a/src/lj_ircall.h +++ b/src/lj_ircall.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** IR CALL* instruction definitions. | 2 | ** IR CALL* instruction definitions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_IRCALL_H | 6 | #ifndef _LJ_IRCALL_H |
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 3059fb9e..caa420f4 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Common header for IR emitter and optimizations. | 2 | ** Common header for IR emitter and optimizations. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_IROPT_H | 6 | #ifndef _LJ_IROPT_H |
diff --git a/src/lj_jit.h b/src/lj_jit.h index 8a4c04c8..1033e792 100644 --- a/src/lj_jit.h +++ b/src/lj_jit.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Common definitions for the JIT compiler. | 2 | ** Common definitions for the JIT compiler. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_JIT_H | 6 | #ifndef _LJ_JIT_H |
diff --git a/src/lj_lex.c b/src/lj_lex.c index 59d82259..d87a49dc 100644 --- a/src/lj_lex.c +++ b/src/lj_lex.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Lexical analyzer. | 2 | ** Lexical analyzer. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_lib.c b/src/lj_lib.c index 655ad085..ae9b9301 100644 --- a/src/lj_lib.c +++ b/src/lj_lib.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Library function support. | 2 | ** Library function support. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_lib_c | 6 | #define lj_lib_c |
diff --git a/src/lj_lib.h b/src/lj_lib.h index 2c30b68d..81519d7e 100644 --- a/src/lj_lib.h +++ b/src/lj_lib.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Library function support. | 2 | ** Library function support. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_LIB_H | 6 | #ifndef _LJ_LIB_H |
diff --git a/src/lj_mcode.c b/src/lj_mcode.c index 90ac34fc..a48f9e55 100644 --- a/src/lj_mcode.c +++ b/src/lj_mcode.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Machine code management. | 2 | ** Machine code management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_mcode_c | 6 | #define lj_mcode_c |
diff --git a/src/lj_mcode.h b/src/lj_mcode.h index d11b6682..f4bffea8 100644 --- a/src/lj_mcode.h +++ b/src/lj_mcode.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Machine code management. | 2 | ** Machine code management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_MCODE_H | 6 | #ifndef _LJ_MCODE_H |
diff --git a/src/lj_meta.c b/src/lj_meta.c index f258e3e1..4c4bf49d 100644 --- a/src/lj_meta.c +++ b/src/lj_meta.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Metamethod handling. | 2 | ** Metamethod handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_meta.h b/src/lj_meta.h index 3fec5b2b..b6275c49 100644 --- a/src/lj_meta.h +++ b/src/lj_meta.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Metamethod handling. | 2 | ** Metamethod handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_META_H | 6 | #ifndef _LJ_META_H |
diff --git a/src/lj_obj.c b/src/lj_obj.c index 1476f0b2..04aeb461 100644 --- a/src/lj_obj.c +++ b/src/lj_obj.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Miscellaneous object handling. | 2 | ** Miscellaneous object handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_obj_c | 6 | #define lj_obj_c |
diff --git a/src/lj_obj.h b/src/lj_obj.h index 4a360df6..43ed9204 100644 --- a/src/lj_obj.h +++ b/src/lj_obj.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT VM tags, values and objects. | 2 | ** LuaJIT VM tags, values and objects. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_opt_dce.c b/src/lj_opt_dce.c index 0587262d..90a93737 100644 --- a/src/lj_opt_dce.c +++ b/src/lj_opt_dce.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE. | 2 | ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_opt_dce_c | 6 | #define lj_opt_dce_c |
diff --git a/src/lj_opt_fold.c b/src/lj_opt_fold.c index e7d4f9cd..9b0307fb 100644 --- a/src/lj_opt_fold.c +++ b/src/lj_opt_fold.c | |||
@@ -2,7 +2,7 @@ | |||
2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. | 2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. |
3 | ** ABCelim: Array Bounds Check Elimination. | 3 | ** ABCelim: Array Bounds Check Elimination. |
4 | ** CSE: Common-Subexpression Elimination. | 4 | ** CSE: Common-Subexpression Elimination. |
5 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 5 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #define lj_opt_fold_c | 8 | #define lj_opt_fold_c |
diff --git a/src/lj_opt_loop.c b/src/lj_opt_loop.c index 460297b6..ed7d9252 100644 --- a/src/lj_opt_loop.c +++ b/src/lj_opt_loop.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LOOP: Loop Optimizations. | 2 | ** LOOP: Loop Optimizations. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_opt_loop_c | 6 | #define lj_opt_loop_c |
diff --git a/src/lj_opt_mem.c b/src/lj_opt_mem.c index a90d0979..d64d2e6e 100644 --- a/src/lj_opt_mem.c +++ b/src/lj_opt_mem.c | |||
@@ -3,7 +3,7 @@ | |||
3 | ** AA: Alias Analysis using high-level semantic disambiguation. | 3 | ** AA: Alias Analysis using high-level semantic disambiguation. |
4 | ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). | 4 | ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). |
5 | ** DSE: Dead-Store Elimination. | 5 | ** DSE: Dead-Store Elimination. |
6 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 6 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #define lj_opt_mem_c | 9 | #define lj_opt_mem_c |
diff --git a/src/lj_opt_narrow.c b/src/lj_opt_narrow.c index d9d1e2ba..9bbb2083 100644 --- a/src/lj_opt_narrow.c +++ b/src/lj_opt_narrow.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** NARROW: Narrowing of numbers to integers (double to int32_t). | 2 | ** NARROW: Narrowing of numbers to integers (double to int32_t). |
3 | ** STRIPOV: Stripping of overflow checks. | 3 | ** STRIPOV: Stripping of overflow checks. |
4 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 4 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define lj_opt_narrow_c | 7 | #define lj_opt_narrow_c |
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index 913a7a0a..8a2af24b 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** SPLIT: Split 64 bit IR instructions into 32 bit IR instructions. | 2 | ** SPLIT: Split 64 bit IR instructions into 32 bit IR instructions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_opt_split_c | 6 | #define lj_opt_split_c |
diff --git a/src/lj_parse.c b/src/lj_parse.c index 4b8a8e6f..aca719a3 100644 --- a/src/lj_parse.c +++ b/src/lj_parse.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Lua parser (source code -> bytecode). | 2 | ** Lua parser (source code -> bytecode). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_parse.h b/src/lj_parse.h index 09165359..b56e5db6 100644 --- a/src/lj_parse.h +++ b/src/lj_parse.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Lua parser (source code -> bytecode). | 2 | ** Lua parser (source code -> bytecode). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_PARSE_H | 6 | #ifndef _LJ_PARSE_H |
diff --git a/src/lj_record.c b/src/lj_record.c index 2c27a718..837f61f4 100644 --- a/src/lj_record.c +++ b/src/lj_record.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace recorder (bytecode -> SSA IR). | 2 | ** Trace recorder (bytecode -> SSA IR). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_record_c | 6 | #define lj_record_c |
diff --git a/src/lj_record.h b/src/lj_record.h index 186a25f7..40ffcb97 100644 --- a/src/lj_record.h +++ b/src/lj_record.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace recorder (bytecode -> SSA IR). | 2 | ** Trace recorder (bytecode -> SSA IR). |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_RECORD_H | 6 | #ifndef _LJ_RECORD_H |
diff --git a/src/lj_snap.c b/src/lj_snap.c index 10fd6af7..ddf07b6a 100644 --- a/src/lj_snap.c +++ b/src/lj_snap.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Snapshot handling. | 2 | ** Snapshot handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_snap_c | 6 | #define lj_snap_c |
diff --git a/src/lj_snap.h b/src/lj_snap.h index da9813b9..9ec1a78e 100644 --- a/src/lj_snap.h +++ b/src/lj_snap.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Snapshot handling. | 2 | ** Snapshot handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_SNAP_H | 6 | #ifndef _LJ_SNAP_H |
diff --git a/src/lj_state.c b/src/lj_state.c index 49f2d6bd..ff998118 100644 --- a/src/lj_state.c +++ b/src/lj_state.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** State and stack handling. | 2 | ** State and stack handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_state.h b/src/lj_state.h index 75b8dc85..b927d760 100644 --- a/src/lj_state.h +++ b/src/lj_state.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** State and stack handling. | 2 | ** State and stack handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_STATE_H | 6 | #ifndef _LJ_STATE_H |
diff --git a/src/lj_str.c b/src/lj_str.c index cd3a8b69..7bf4848a 100644 --- a/src/lj_str.c +++ b/src/lj_str.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** String handling. | 2 | ** String handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_str.h b/src/lj_str.h index fbd927c0..3d9be4f3 100644 --- a/src/lj_str.h +++ b/src/lj_str.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** String handling. | 2 | ** String handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_STR_H | 6 | #ifndef _LJ_STR_H |
diff --git a/src/lj_tab.c b/src/lj_tab.c index cd200f02..40f75269 100644 --- a/src/lj_tab.c +++ b/src/lj_tab.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Table handling. | 2 | ** Table handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/lj_tab.h b/src/lj_tab.h index 76e96f13..c33363e2 100644 --- a/src/lj_tab.h +++ b/src/lj_tab.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Table handling. | 2 | ** Table handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_TAB_H | 6 | #ifndef _LJ_TAB_H |
diff --git a/src/lj_target.h b/src/lj_target.h index 0dab8da4..8575dd5a 100644 --- a/src/lj_target.h +++ b/src/lj_target.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Definitions for target CPU. | 2 | ** Definitions for target CPU. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_TARGET_H | 6 | #ifndef _LJ_TARGET_H |
diff --git a/src/lj_target_arm.h b/src/lj_target_arm.h index b4b26d4d..96fc85e3 100644 --- a/src/lj_target_arm.h +++ b/src/lj_target_arm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Definitions for ARM CPUs. | 2 | ** Definitions for ARM CPUs. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_TARGET_ARM_H | 6 | #ifndef _LJ_TARGET_ARM_H |
diff --git a/src/lj_target_ppc.h b/src/lj_target_ppc.h index d8fbea6d..f5e89325 100644 --- a/src/lj_target_ppc.h +++ b/src/lj_target_ppc.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Definitions for PPC CPUs. | 2 | ** Definitions for PPC CPUs. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_TARGET_PPC_H | 6 | #ifndef _LJ_TARGET_PPC_H |
diff --git a/src/lj_target_x86.h b/src/lj_target_x86.h index 593e7b00..3de408cc 100644 --- a/src/lj_target_x86.h +++ b/src/lj_target_x86.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Definitions for x86 and x64 CPUs. | 2 | ** Definitions for x86 and x64 CPUs. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_TARGET_X86_H | 6 | #ifndef _LJ_TARGET_X86_H |
diff --git a/src/lj_trace.c b/src/lj_trace.c index 9645ecba..c1a22518 100644 --- a/src/lj_trace.c +++ b/src/lj_trace.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace management. | 2 | ** Trace management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_trace_c | 6 | #define lj_trace_c |
diff --git a/src/lj_trace.h b/src/lj_trace.h index 25a456d9..6a904391 100644 --- a/src/lj_trace.h +++ b/src/lj_trace.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace management. | 2 | ** Trace management. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_TRACE_H | 6 | #ifndef _LJ_TRACE_H |
diff --git a/src/lj_traceerr.h b/src/lj_traceerr.h index 756330ec..015a7fde 100644 --- a/src/lj_traceerr.h +++ b/src/lj_traceerr.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Trace compiler error messages. | 2 | ** Trace compiler error messages. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* This file may be included multiple times with different TREDEF macros. */ | 6 | /* This file may be included multiple times with different TREDEF macros. */ |
diff --git a/src/lj_udata.c b/src/lj_udata.c index 869f31f8..5e11afbe 100644 --- a/src/lj_udata.c +++ b/src/lj_udata.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Userdata handling. | 2 | ** Userdata handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_udata_c | 6 | #define lj_udata_c |
diff --git a/src/lj_udata.h b/src/lj_udata.h index 952c7482..419da84f 100644 --- a/src/lj_udata.h +++ b/src/lj_udata.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Userdata handling. | 2 | ** Userdata handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_UDATA_H | 6 | #ifndef _LJ_UDATA_H |
diff --git a/src/lj_vm.h b/src/lj_vm.h index da940b9f..77f119b4 100644 --- a/src/lj_vm.h +++ b/src/lj_vm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Assembler VM interface definitions. | 2 | ** Assembler VM interface definitions. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_VM_H | 6 | #ifndef _LJ_VM_H |
diff --git a/src/lj_vmevent.c b/src/lj_vmevent.c index 67cc6dc1..5a74a5b0 100644 --- a/src/lj_vmevent.c +++ b/src/lj_vmevent.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** VM event handling. | 2 | ** VM event handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <stdio.h> | 6 | #include <stdio.h> |
diff --git a/src/lj_vmevent.h b/src/lj_vmevent.h index 8a0822f2..4aeacfa0 100644 --- a/src/lj_vmevent.h +++ b/src/lj_vmevent.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** VM event handling. | 2 | ** VM event handling. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LJ_VMEVENT_H | 6 | #ifndef _LJ_VMEVENT_H |
diff --git a/src/lj_vmmath.c b/src/lj_vmmath.c index 022e3ef2..1416b600 100644 --- a/src/lj_vmmath.c +++ b/src/lj_vmmath.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Math helper functions for assembler VM. | 2 | ** Math helper functions for assembler VM. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_vmmath_c | 6 | #define lj_vmmath_c |
diff --git a/src/ljamalg.c b/src/ljamalg.c index 17c4b65e..1b58ceb4 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT core and libraries amalgamation. | 2 | ** LuaJIT core and libraries amalgamation. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* | 6 | /* |
diff --git a/src/luaconf.h b/src/luaconf.h index 5b04ad43..a0602d5b 100644 --- a/src/luaconf.h +++ b/src/luaconf.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Configuration header. | 2 | ** Configuration header. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef luaconf_h | 6 | #ifndef luaconf_h |
diff --git a/src/luajit.c b/src/luajit.c index 17d3b5fc..0860248b 100644 --- a/src/luajit.c +++ b/src/luajit.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc. | 2 | ** LuaJIT frontend. Runs commands, scripts, read-eval-print (REPL) etc. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | ** | 4 | ** |
5 | ** Major portions taken verbatim or adapted from the Lua interpreter. | 5 | ** Major portions taken verbatim or adapted from the Lua interpreter. |
6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h | 6 | ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h |
diff --git a/src/luajit.h b/src/luajit.h index 2421502d..03db4282 100644 --- a/src/luajit.h +++ b/src/luajit.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ | 2 | ** LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ |
3 | ** | 3 | ** |
4 | ** Copyright (C) 2005-2011 Mike Pall. All rights reserved. | 4 | ** Copyright (C) 2005-2012 Mike Pall. All rights reserved. |
5 | ** | 5 | ** |
6 | ** Permission is hereby granted, free of charge, to any person obtaining | 6 | ** Permission is hereby granted, free of charge, to any person obtaining |
7 | ** a copy of this software and associated documentation files (the | 7 | ** a copy of this software and associated documentation files (the |
@@ -33,7 +33,7 @@ | |||
33 | #define LUAJIT_VERSION "LuaJIT 2.0.0-beta9" | 33 | #define LUAJIT_VERSION "LuaJIT 2.0.0-beta9" |
34 | #define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */ | 34 | #define LUAJIT_VERSION_NUM 20000 /* Version 2.0.0 = 02.00.00. */ |
35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta9 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta9 |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2011 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2012 Mike Pall" |
37 | #define LUAJIT_URL "http://luajit.org/" | 37 | #define LUAJIT_URL "http://luajit.org/" |
38 | 38 | ||
39 | /* Modes for luaJIT_setmode. */ | 39 | /* Modes for luaJIT_setmode. */ |
diff --git a/src/lualib.h b/src/lualib.h index 35fb698a..f02375a0 100644 --- a/src/lualib.h +++ b/src/lualib.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Standard library header. | 2 | ** Standard library header. |
3 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef _LUALIB_H | 6 | #ifndef _LUALIB_H |
diff --git a/src/msvcbuild.bat b/src/msvcbuild.bat index 422d1658..09782db4 100644 --- a/src/msvcbuild.bat +++ b/src/msvcbuild.bat | |||
@@ -1,5 +1,5 @@ | |||
1 | @rem Script to build LuaJIT with MSVC. | 1 | @rem Script to build LuaJIT with MSVC. |
2 | @rem Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h | 2 | @rem Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h |
3 | @rem | 3 | @rem |
4 | @rem Either open a "Visual Studio .NET Command Prompt" | 4 | @rem Either open a "Visual Studio .NET Command Prompt" |
5 | @rem (Note that the Express Edition does not contain an x64 compiler) | 5 | @rem (Note that the Express Edition does not contain an x64 compiler) |