diff options
author | Mike Pall <mike> | 2010-01-09 14:28:11 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-01-09 14:28:11 +0100 |
commit | 4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a (patch) | |
tree | 444bdb55aa0465d080ca8694a9cf735c081a7424 | |
parent | c31ac26fb9803d4b09c27668b7c2d9a01385c9ba (diff) | |
download | luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.tar.gz luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.tar.bz2 luajit-4d9be5b8f8b4176a95c122b2a4c7cfcaf6bf676a.zip |
Bump all copyright dates to 2010.
109 files changed, 122 insertions, 122 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-2009 Mike Pall. All rights reserved. | 4 | Copyright (C) 2005-2010 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 |
@@ -9,7 +9,7 @@ | |||
9 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. | 9 | # For MinGW and Cygwin, cd to src and run make with the Makefile there. |
10 | # NYI: add wininstall.bat | 10 | # NYI: add wininstall.bat |
11 | # | 11 | # |
12 | # Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 12 | # Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
13 | ############################################################################## | 13 | ############################################################################## |
14 | 14 | ||
15 | MAJVER= 2 | 15 | 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-2009 Mike Pall. | 8 | LuaJIT is Copyright (C) 2005-2010 Mike Pall. |
9 | LuaJIT is free software, released under the MIT/X license. | 9 | LuaJIT is free software, released under the MIT/X 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/api.html b/doc/api.html index 874f7ae9..930cbed2 100644 --- a/doc/api.html +++ b/doc/api.html | |||
@@ -4,7 +4,7 @@ | |||
4 | <title>API Extensions</title> | 4 | <title>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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -328,7 +328,7 @@ except when you want to get a more specific error message than | |||
328 | </div> | 328 | </div> |
329 | <div id="foot"> | 329 | <div id="foot"> |
330 | <hr class="hide"> | 330 | <hr class="hide"> |
331 | Copyright © 2005-2009 Mike Pall | 331 | Copyright © 2005-2010 Mike Pall |
332 | <span class="noprint"> | 332 | <span class="noprint"> |
333 | · | 333 | · |
334 | <a href="contact.html">Contact</a> | 334 | <a href="contact.html">Contact</a> |
diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index 00a6b154..d5f4a3aa 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2009 Mike Pall. | 1 | /* Copyright (C) 2004-2010 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 7e52102f..6f5539ac 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2004-2009 Mike Pall. | 1 | /* Copyright (C) 2004-2010 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 b15639a9..ecc0c89b 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -319,7 +319,7 @@ This is the initial non-public release of LuaJIT. | |||
319 | </div> | 319 | </div> |
320 | <div id="foot"> | 320 | <div id="foot"> |
321 | <hr class="hide"> | 321 | <hr class="hide"> |
322 | Copyright © 2005-2009 Mike Pall | 322 | Copyright © 2005-2010 Mike Pall |
323 | <span class="noprint"> | 323 | <span class="noprint"> |
324 | · | 324 | · |
325 | <a href="contact.html">Contact</a> | 325 | <a href="contact.html">Contact</a> |
diff --git a/doc/contact.html b/doc/contact.html index 66d52410..7a10839e 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -64,7 +64,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D") | |||
64 | <h2>Copyright</h2> | 64 | <h2>Copyright</h2> |
65 | <p> | 65 | <p> |
66 | All documentation is | 66 | All documentation is |
67 | Copyright © 2005-2009 Mike Pall. | 67 | Copyright © 2005-2010 Mike Pall. |
68 | </p> | 68 | </p> |
69 | 69 | ||
70 | 70 | ||
@@ -72,7 +72,7 @@ Copyright © 2005-2009 Mike Pall. | |||
72 | </div> | 72 | </div> |
73 | <div id="foot"> | 73 | <div id="foot"> |
74 | <hr class="hide"> | 74 | <hr class="hide"> |
75 | Copyright © 2005-2009 Mike Pall | 75 | Copyright © 2005-2010 Mike Pall |
76 | <span class="noprint"> | 76 | <span class="noprint"> |
77 | · | 77 | · |
78 | <a href="contact.html">Contact</a> | 78 | <a href="contact.html">Contact</a> |
diff --git a/doc/faq.html b/doc/faq.html index f76308a1..15632eae 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -154,7 +154,7 @@ the development of certain features, if they are important to you. | |||
154 | </div> | 154 | </div> |
155 | <div id="foot"> | 155 | <div id="foot"> |
156 | <hr class="hide"> | 156 | <hr class="hide"> |
157 | Copyright © 2005-2009 Mike Pall | 157 | Copyright © 2005-2010 Mike Pall |
158 | <span class="noprint"> | 158 | <span class="noprint"> |
159 | · | 159 | · |
160 | <a href="contact.html">Contact</a> | 160 | <a href="contact.html">Contact</a> |
diff --git a/doc/install.html b/doc/install.html index 3aa60f1c..faa60770 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -213,7 +213,7 @@ directory where <tt>luajit.exe</tt> is installed | |||
213 | </div> | 213 | </div> |
214 | <div id="foot"> | 214 | <div id="foot"> |
215 | <hr class="hide"> | 215 | <hr class="hide"> |
216 | Copyright © 2005-2009 Mike Pall | 216 | Copyright © 2005-2010 Mike Pall |
217 | <span class="noprint"> | 217 | <span class="noprint"> |
218 | · | 218 | · |
219 | <a href="contact.html">Contact</a> | 219 | <a href="contact.html">Contact</a> |
diff --git a/doc/luajit.html b/doc/luajit.html index 5a2b3689..029a5919 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -111,7 +111,7 @@ resources are marked with a '<span class="ext">»</span>'. | |||
111 | </div> | 111 | </div> |
112 | <div id="foot"> | 112 | <div id="foot"> |
113 | <hr class="hide"> | 113 | <hr class="hide"> |
114 | Copyright © 2005-2009 Mike Pall | 114 | Copyright © 2005-2010 Mike Pall |
115 | <span class="noprint"> | 115 | <span class="noprint"> |
116 | · | 116 | · |
117 | <a href="contact.html">Contact</a> | 117 | <a href="contact.html">Contact</a> |
diff --git a/doc/running.html b/doc/running.html index fcb28e85..247457d6 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -223,7 +223,7 @@ Here are the parameters and their default settings: | |||
223 | </div> | 223 | </div> |
224 | <div id="foot"> | 224 | <div id="foot"> |
225 | <hr class="hide"> | 225 | <hr class="hide"> |
226 | Copyright © 2005-2009 Mike Pall | 226 | Copyright © 2005-2010 Mike Pall |
227 | <span class="noprint"> | 227 | <span class="noprint"> |
228 | · | 228 | · |
229 | <a href="contact.html">Contact</a> | 229 | <a href="contact.html">Contact</a> |
diff --git a/doc/status.html b/doc/status.html index 375262ef..fdb96ea3 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-2009, Mike Pall"> | 7 | <meta name="Copyright" content="Copyright (C) 2005-2010, 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"> |
@@ -239,7 +239,7 @@ designed with a JIT compiler in mind. | |||
239 | </div> | 239 | </div> |
240 | <div id="foot"> | 240 | <div id="foot"> |
241 | <hr class="hide"> | 241 | <hr class="hide"> |
242 | Copyright © 2005-2009 Mike Pall | 242 | Copyright © 2005-2010 Mike Pall |
243 | <span class="noprint"> | 243 | <span class="noprint"> |
244 | · | 244 | · |
245 | <a href="contact.html">Contact</a> | 245 | <a href="contact.html">Contact</a> |
diff --git a/dynasm/dasm_proto.h b/dynasm/dasm_proto.h index 94d9a9e2..3e77f70b 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-2009 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2010 Mike Pall. All rights reserved. |
4 | ** Released under the MIT/X license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT/X 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 cf31258a..348543c4 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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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 dab33e5a..a1f08896 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-2009 Mike Pall. All rights reserved. | 3 | ** Copyright (C) 2005-2010 Mike Pall. All rights reserved. |
4 | ** Released under the MIT/X license. See dynasm.lua for full copyright notice. | 4 | ** Released under the MIT/X 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 26a52bbd..1b83443f 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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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 | ||
@@ -13,7 +13,7 @@ local _info = { | |||
13 | description = "DynASM x86/x64 module", | 13 | description = "DynASM x86/x64 module", |
14 | version = "1.2.1", | 14 | version = "1.2.1", |
15 | vernum = 10201, | 15 | vernum = 10201, |
16 | release = "2009-12-13", | 16 | release = "2010-01-09", |
17 | author = "Mike Pall", | 17 | author = "Mike Pall", |
18 | license = "MIT", | 18 | license = "MIT", |
19 | } | 19 | } |
diff --git a/dynasm/dynasm.lua b/dynasm/dynasm.lua index 3fd344da..a437ffa2 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-2009 Mike Pall. All rights reserved. | 5 | -- Copyright (C) 2005-2010 Mike Pall. All rights reserved. |
6 | -- See below for full copyright notice. | 6 | -- See below for full copyright notice. |
7 | ------------------------------------------------------------------------------ | 7 | ------------------------------------------------------------------------------ |
8 | 8 | ||
@@ -12,12 +12,12 @@ local _info = { | |||
12 | description = "A dynamic assembler for code generation engines", | 12 | description = "A dynamic assembler for code generation engines", |
13 | version = "1.2.1", | 13 | version = "1.2.1", |
14 | vernum = 10201, | 14 | vernum = 10201, |
15 | release = "2009-04-16", | 15 | release = "2010-01-09", |
16 | author = "Mike Pall", | 16 | author = "Mike Pall", |
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-2009 Mike Pall. All rights reserved. | 20 | Copyright (C) 2005-2010 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 fab65803..ddbe0028 100644 --- a/etc/luajit.1 +++ b/etc/luajit.1 | |||
@@ -68,7 +68,7 @@ luajit \-jv \-e "for i=1,10 do for j=1,10 do for k=1,100 do end end end" | |||
68 | Runs some nested loops and shows the resulting traces. | 68 | Runs some nested loops and shows the resulting traces. |
69 | .SH COPYRIGHT | 69 | .SH COPYRIGHT |
70 | .PP | 70 | .PP |
71 | \fBLuaJIT\fR is Copyright \(co 2005-2009 Mike Pall. | 71 | \fBLuaJIT\fR is Copyright \(co 2005-2010 Mike Pall. |
72 | .br | 72 | .br |
73 | \fBLuaJIT\fR is open source software, released under the MIT/X license. | 73 | \fBLuaJIT\fR is open source software, released under the MIT/X license. |
74 | .SH SEE ALSO | 74 | .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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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 | -- | 7 | -- |
diff --git a/lib/dis_x64.lua b/lib/dis_x64.lua index da3d63f8..1ca5cf0a 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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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 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 7c28f52e..a5e3b202 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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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/dump.lua b/lib/dump.lua index 021fc1c9..41feff44 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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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 | -- | 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-2009 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2010 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 | -- | 7 | -- |
diff --git a/src/Makefile b/src/Makefile index f0496248..666a07ad 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -5,7 +5,7 @@ | |||
5 | # Also works with MinGW and Cygwin on Windows. | 5 | # Also works with MinGW and Cygwin on Windows. |
6 | # Please check msvcbuild.bat for building with MSVC on Windows. | 6 | # Please check msvcbuild.bat for building with MSVC on Windows. |
7 | # | 7 | # |
8 | # Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 8 | # Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
9 | ############################################################################## | 9 | ############################################################################## |
10 | 10 | ||
11 | MAJVER= 2 | 11 | MAJVER= 2 |
diff --git a/src/buildvm.c b/src/buildvm.c index 94e2d9a2..9a3548c3 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 4bf4e56d..2581b548 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_asm.c b/src/buildvm_asm.c index 295b07ef..cc821365 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 77af3dc5..bd872534 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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/buildvm_lib.c b/src/buildvm_lib.c index cc572200..3cf8f522 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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/buildvm_peobj.c b/src/buildvm_peobj.c index 68af79c7..f8340f3d 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_x86.dasc b/src/buildvm_x86.dasc index e40ca6d7..1878613e 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | |// Copyright (C) 2005-2010 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 2bd06fbb..5f4e3e8c 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 d9b953ee..032d5bcc 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_bit.c b/src/lib_bit.c index 2f727e68..0a24480f 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 0e6c35e5..5df63866 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_io.c b/src/lib_io.c index 6fb91609..42200201 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_jit.c b/src/lib_jit.c index dceb9e5c..d849ded4 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 f3803e8f..51984ce4 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 bee7216a..8f08616f 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 4ede0659..7d0362a5 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_string.c b/src/lib_string.c index e7ad12df..b6a4864b 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 df9007c8..5a1e0f78 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 961e5150..dbeb6af0 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 0b69e574..111ea8c1 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 eb14b0e5..21bfa6db 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 84122b43..7502c49c 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_bc.c b/src/lj_bc.c index 79846325..ec3cf735 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 d906011c..ca70d210 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_def.h b/src/lj_def.h index 3d6ba417..8128aa21 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 2ffe363c..1e5b574c 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 26c14fb9..ce9d9e11 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_err.c b/src/lj_err.c index b8070250..5ec81302 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Error handling and debugging API. | 2 | ** Error handling and debugging API. |
3 | ** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_err.h b/src/lj_err.h index 26375489..aadb7c59 100644 --- a/src/lj_err.h +++ b/src/lj_err.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** Error handling and debugging support. | 2 | ** Error handling and debugging support. |
3 | ** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 3c79eaa4..826366a6 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 6dfd73a7..693a9b54 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_frame.h b/src/lj_frame.h index c86818e0..d9db581b 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 45685207..b679ec81 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 85a14e7b..c4bf750f 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 3e4c1787..e3d02cd4 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 63d6ec6c..d1774141 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 dfec188a..4fce5eb9 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 2221948f..b007260b 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 cf0b6b55..30ac026b 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 9a7e711d..f73dcc40 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_iropt.h b/src/lj_iropt.h index 52077ad5..947fa820 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 280eff41..c783922c 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 38b0a7d4..d1df138e 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 d8254093..de1c8646 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 a7a6317e..44be96b9 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 e5791e9f..2ae0c2a9 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 d4573bf4..27a8c949 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 dd965cde..c8ac18d6 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 ddd49bff..9b2c3f73 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 d26a6b38..4363e790 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 11b953e0..12c02352 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 0cd60830..e304d9fc 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 98266d21..41c87e2f 100644 --- a/src/lj_opt_fold.c +++ b/src/lj_opt_fold.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. | 2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. |
3 | ** CSE: Common-Subexpression Elimination. | 3 | ** CSE: Common-Subexpression Elimination. |
4 | ** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 4 | ** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define lj_opt_fold_c | 7 | #define lj_opt_fold_c |
diff --git a/src/lj_opt_loop.c b/src/lj_opt_loop.c index a743932d..1fbc8091 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 882ba6c5..521c8590 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-2009 Mike Pall. See Copyright Notice in luajit.h | 6 | ** Copyright (C) 2005-2010 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 b9107c5e..50dd97e6 100644 --- a/src/lj_opt_narrow.c +++ b/src/lj_opt_narrow.c | |||
@@ -1,6 +1,6 @@ | |||
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 | ** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #define lj_opt_narrow_c | 6 | #define lj_opt_narrow_c |
diff --git a/src/lj_parse.c b/src/lj_parse.c index 4aa23a1b..81416f0f 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 72aac2c6..2031eeed 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 6206bfcd..02016b12 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 7bb7952c..53c2f4c4 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 d27404f2..e2a49ae3 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 806047b1..776a0bcf 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 ef8f65ea..34da3690 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 5a34e067..2238be64 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 fec2d9b2..c49ecd2a 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 e8b242c0..5a4fcb9a 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 2f18d18f..afbdc8aa 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 6f9e941b..8e4e9316 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 0b464d3f..e1af8e29 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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_x86.h b/src/lj_target_x86.h index 198245cd..2ccea549 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 8849b65c..683b8a58 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 6a417e15..0d4e30e0 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 2c8347b0..6e02a053 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 717d483b..312109e6 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 981304f8..fba4c224 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 05c590e6..cf6a985f 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 657eb8d7..4f5c440e 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 9eaa52e1..ceb70f82 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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/ljamalg.c b/src/ljamalg.c index 46d0e21f..d2053624 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 02930a2f..53cb8fb1 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 eec2c0ca..a6cc7ce3 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 b3617f49..91b59404 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-2009 Mike Pall. All rights reserved. | 4 | ** Copyright (C) 2005-2010 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-beta2" | 33 | #define LUAJIT_VERSION "LuaJIT 2.0.0-beta2" |
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_beta2 | 35 | #define LUAJIT_VERSION_SYM luaJIT_version_2_0_0_beta2 |
36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2009 Mike Pall" | 36 | #define LUAJIT_COPYRIGHT "Copyright (C) 2005-2010 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 c1ceb613..9c473c88 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-2009 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2010 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 8bdc4d8a..6ea80219 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-2009 Mike Pall. See Copyright Notice in luajit.h | 2 | @rem Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
3 | @rem | 3 | @rem |
4 | @rem Open a "Visual Studio .NET Command Prompt", cd to this directory | 4 | @rem Open a "Visual Studio .NET Command Prompt", cd to this directory |
5 | @rem and run this script. | 5 | @rem and run this script. |