Browse Source

Bump all copyright dates to 2010.

Mike Pall 15 năm trước cách đây
mục cha
commit
4d9be5b8f8
100 tập tin đã thay đổi với 112 bổ sung112 xóa
  1. 1 1
      COPYRIGHT
  2. 1 1
      Makefile
  3. 1 1
      README
  4. 2 2
      doc/api.html
  5. 1 1
      doc/bluequad-print.css
  6. 1 1
      doc/bluequad.css
  7. 2 2
      doc/changes.html
  8. 3 3
      doc/contact.html
  9. 2 2
      doc/faq.html
  10. 2 2
      doc/install.html
  11. 2 2
      doc/luajit.html
  12. 2 2
      doc/running.html
  13. 2 2
      doc/status.html
  14. 1 1
      dynasm/dasm_proto.h
  15. 1 1
      dynasm/dasm_x64.lua
  16. 1 1
      dynasm/dasm_x86.h
  17. 2 2
      dynasm/dasm_x86.lua
  18. 3 3
      dynasm/dynasm.lua
  19. 1 1
      etc/luajit.1
  20. 1 1
      lib/bc.lua
  21. 1 1
      lib/dis_x64.lua
  22. 1 1
      lib/dis_x86.lua
  23. 1 1
      lib/dump.lua
  24. 1 1
      lib/v.lua
  25. 1 1
      src/Makefile
  26. 1 1
      src/buildvm.c
  27. 1 1
      src/buildvm.h
  28. 1 1
      src/buildvm_asm.c
  29. 1 1
      src/buildvm_fold.c
  30. 1 1
      src/buildvm_lib.c
  31. 1 1
      src/buildvm_peobj.c
  32. 1 1
      src/buildvm_x86.dasc
  33. 1 1
      src/lib_aux.c
  34. 1 1
      src/lib_base.c
  35. 1 1
      src/lib_bit.c
  36. 1 1
      src/lib_debug.c
  37. 1 1
      src/lib_io.c
  38. 1 1
      src/lib_jit.c
  39. 1 1
      src/lib_math.c
  40. 1 1
      src/lib_os.c
  41. 1 1
      src/lib_package.c
  42. 1 1
      src/lib_string.c
  43. 1 1
      src/lib_table.c
  44. 1 1
      src/lj_api.c
  45. 1 1
      src/lj_arch.h
  46. 1 1
      src/lj_asm.c
  47. 1 1
      src/lj_asm.h
  48. 1 1
      src/lj_bc.c
  49. 1 1
      src/lj_bc.h
  50. 1 1
      src/lj_def.h
  51. 1 1
      src/lj_dispatch.c
  52. 1 1
      src/lj_dispatch.h
  53. 1 1
      src/lj_err.c
  54. 1 1
      src/lj_err.h
  55. 1 1
      src/lj_errmsg.h
  56. 1 1
      src/lj_ff.h
  57. 1 1
      src/lj_frame.h
  58. 1 1
      src/lj_func.c
  59. 1 1
      src/lj_func.h
  60. 1 1
      src/lj_gc.c
  61. 1 1
      src/lj_gc.h
  62. 1 1
      src/lj_gdbjit.c
  63. 1 1
      src/lj_gdbjit.h
  64. 1 1
      src/lj_ir.c
  65. 1 1
      src/lj_ir.h
  66. 1 1
      src/lj_iropt.h
  67. 1 1
      src/lj_jit.h
  68. 1 1
      src/lj_lex.c
  69. 1 1
      src/lj_lib.c
  70. 1 1
      src/lj_lib.h
  71. 1 1
      src/lj_mcode.c
  72. 1 1
      src/lj_mcode.h
  73. 1 1
      src/lj_meta.c
  74. 1 1
      src/lj_meta.h
  75. 1 1
      src/lj_obj.c
  76. 1 1
      src/lj_obj.h
  77. 1 1
      src/lj_opt_dce.c
  78. 1 1
      src/lj_opt_fold.c
  79. 1 1
      src/lj_opt_loop.c
  80. 1 1
      src/lj_opt_mem.c
  81. 1 1
      src/lj_opt_narrow.c
  82. 1 1
      src/lj_parse.c
  83. 1 1
      src/lj_parse.h
  84. 1 1
      src/lj_record.c
  85. 1 1
      src/lj_record.h
  86. 1 1
      src/lj_snap.c
  87. 1 1
      src/lj_snap.h
  88. 1 1
      src/lj_state.c
  89. 1 1
      src/lj_state.h
  90. 1 1
      src/lj_str.c
  91. 1 1
      src/lj_str.h
  92. 1 1
      src/lj_tab.c
  93. 1 1
      src/lj_tab.h
  94. 1 1
      src/lj_target.h
  95. 1 1
      src/lj_target_x86.h
  96. 1 1
      src/lj_trace.c
  97. 1 1
      src/lj_trace.h
  98. 1 1
      src/lj_traceerr.h
  99. 1 1
      src/lj_udata.c
  100. 1 1
      src/lj_udata.h

+ 1 - 1
COPYRIGHT

@@ -1,7 +1,7 @@
 ===============================================================================
 LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/
 
-Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
Makefile

@@ -9,7 +9,7 @@
 # For MinGW and Cygwin, cd to src and run make with the Makefile there.
 # NYI: add wininstall.bat
 #
-# Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 ##############################################################################
 
 MAJVER=  2

+ 1 - 1
README

@@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.
 
 Project Homepage: http://luajit.org/
 
-LuaJIT is Copyright (C) 2005-2009 Mike Pall.
+LuaJIT is Copyright (C) 2005-2010 Mike Pall.
 LuaJIT is free software, released under the MIT/X license.
 See full Copyright Notice in the COPYRIGHT file or in luajit.h.
 

+ 2 - 2
doc/api.html

@@ -4,7 +4,7 @@
 <title>API Extensions</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <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
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 1 - 1
doc/bluequad-print.css

@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2009 Mike Pall.
+/* Copyright (C) 2004-2010 Mike Pall.
  *
  * You are welcome to use the general ideas of this design for your own sites.
  * But please do not steal the stylesheet, the layout or the color scheme.

+ 1 - 1
doc/bluequad.css

@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2009 Mike Pall.
+/* Copyright (C) 2004-2010 Mike Pall.
  *
  * You are welcome to use the general ideas of this design for your own sites.
  * But please do not steal the stylesheet, the layout or the color scheme.

+ 2 - 2
doc/changes.html

@@ -4,7 +4,7 @@
 <title>LuaJIT Change History</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <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.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 3 - 3
doc/contact.html

@@ -4,7 +4,7 @@
 <title>Contact</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -64,7 +64,7 @@ xD("fyZKB8xv\"FJytmz8.KAB0u52D")
 <h2>Copyright</h2>
 <p>
 All documentation is
-Copyright &copy; 2005-2009 Mike Pall.
+Copyright &copy; 2005-2010 Mike Pall.
 </p>
 
 
@@ -72,7 +72,7 @@ Copyright &copy; 2005-2009 Mike Pall.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 2 - 2
doc/faq.html

@@ -4,7 +4,7 @@
 <title>Frequently Asked Questions (FAQ)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <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.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 2 - 2
doc/install.html

@@ -4,7 +4,7 @@
 <title>Installation</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -213,7 +213,7 @@ directory where <tt>luajit.exe</tt> is installed
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 2 - 2
doc/luajit.html

@@ -4,7 +4,7 @@
 <title>LuaJIT</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -111,7 +111,7 @@ resources are marked with a '<span class="ext">&raquo;</span>'.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 2 - 2
doc/running.html

@@ -4,7 +4,7 @@
 <title>Running LuaJIT</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -223,7 +223,7 @@ Here are the parameters and their default settings:
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 2 - 2
doc/status.html

@@ -4,7 +4,7 @@
 <title>Status &amp; Roadmap</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Mike Pall">
-<meta name="Copyright" content="Copyright (C) 2005-2009, Mike Pall">
+<meta name="Copyright" content="Copyright (C) 2005-2010, Mike Pall">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -239,7 +239,7 @@ designed with a JIT compiler in mind.
 </div>
 <div id="foot">
 <hr class="hide">
-Copyright &copy; 2005-2009 Mike Pall
+Copyright &copy; 2005-2010 Mike Pall
 <span class="noprint">
 &middot;
 <a href="contact.html">Contact</a>

+ 1 - 1
dynasm/dasm_proto.h

@@ -1,6 +1,6 @@
 /*
 ** DynASM encoding engine prototypes.
-** Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 ** Released under the MIT/X license. See dynasm.lua for full copyright notice.
 */
 

+ 1 - 1
dynasm/dasm_x64.lua

@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM x64 module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 -- This module just sets 64 bit mode for the combined x86/x64 module.

+ 1 - 1
dynasm/dasm_x86.h

@@ -1,6 +1,6 @@
 /*
 ** DynASM x86 encoding engine.
-** Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 ** Released under the MIT/X license. See dynasm.lua for full copyright notice.
 */
 

+ 2 - 2
dynasm/dasm_x86.lua

@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 -- DynASM x86/x64 module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- See dynasm.lua for full copyright notice.
 ------------------------------------------------------------------------------
 
@@ -13,7 +13,7 @@ local _info = {
   description =	"DynASM x86/x64 module",
   version =	"1.2.1",
   vernum =	 10201,
-  release =	"2009-12-13",
+  release =	"2010-01-09",
   author =	"Mike Pall",
   license =	"MIT",
 }

+ 3 - 3
dynasm/dynasm.lua

@@ -2,7 +2,7 @@
 -- DynASM. A dynamic assembler for code generation engines.
 -- Originally designed and implemented for LuaJIT.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- See below for full copyright notice.
 ------------------------------------------------------------------------------
 
@@ -12,12 +12,12 @@ local _info = {
   description =	"A dynamic assembler for code generation engines",
   version =	"1.2.1",
   vernum =	 10201,
-  release =	"2009-04-16",
+  release =	"2010-01-09",
   author =	"Mike Pall",
   url =		"http://luajit.org/dynasm.html",
   license =	"MIT",
   copyright =	[[
-Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the

+ 1 - 1
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"
 Runs some nested loops and shows the resulting traces.
 .SH COPYRIGHT
 .PP
-\fBLuaJIT\fR is Copyright \(co 2005-2009 Mike Pall.
+\fBLuaJIT\fR is Copyright \(co 2005-2010 Mike Pall.
 .br
 \fBLuaJIT\fR is open source software, released under the MIT/X license.
 .SH SEE ALSO

+ 1 - 1
lib/bc.lua

@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT bytecode listing module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --

+ 1 - 1
lib/dis_x64.lua

@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT x64 disassembler wrapper module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 -- This module just exports the 64 bit functions from the combined

+ 1 - 1
lib/dis_x86.lua

@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT x86/x64 disassembler module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 -- This is a helper module used by the LuaJIT machine code dumper module.

+ 1 - 1
lib/dump.lua

@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- LuaJIT compiler dump module.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --

+ 1 - 1
lib/v.lua

@@ -1,7 +1,7 @@
 ----------------------------------------------------------------------------
 -- Verbose mode of the LuaJIT compiler.
 --
--- Copyright (C) 2005-2009 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2010 Mike Pall. All rights reserved.
 -- Released under the MIT/X license. See Copyright Notice in luajit.h
 ----------------------------------------------------------------------------
 --

+ 1 - 1
src/Makefile

@@ -5,7 +5,7 @@
 # Also works with MinGW and Cygwin on Windows.
 # Please check msvcbuild.bat for building with MSVC on Windows.
 #
-# Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 ##############################################################################
 
 MAJVER=  2

+ 1 - 1
src/buildvm.c

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** This is a tool to build the hand-tuned assembler code required for
 ** LuaJIT's bytecode interpreter. It supports a variety of output formats

+ 1 - 1
src/buildvm.h

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _BUILDVM_H

+ 1 - 1
src/buildvm_asm.c

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: Assembler source code emitter.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "buildvm.h"

+ 1 - 1
src/buildvm_fold.c

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: IR folding hash table generator.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"

+ 1 - 1
src/buildvm_lib.c

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: library definition compiler.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include "lj_obj.h"

+ 1 - 1
src/buildvm_peobj.c

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM builder: PE object emitter.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Only used for building on Windows, since we cannot assume the presence
 ** of a suitable assembler. The host and target byte order must match.

+ 1 - 1
src/buildvm_x86.dasc

@@ -1,6 +1,6 @@
 |// Low-level VM code for x86 CPUs.
 |// Bytecode interpreter, fast functions and helper functions.
-|// Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+|// Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 |
 |.if X64
 |.arch x64

+ 1 - 1
src/lib_aux.c

@@ -1,6 +1,6 @@
 /*
 ** Auxiliary library for the Lua/C API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major parts taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_base.c

@@ -1,6 +1,6 @@
 /*
 ** Base and coroutine library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_bit.c

@@ -1,6 +1,6 @@
 /*
 ** Bit manipulation library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_bit_c

+ 1 - 1
src/lib_debug.c

@@ -1,6 +1,6 @@
 /*
 ** Debug library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_io.c

@@ -1,6 +1,6 @@
 /*
 ** I/O library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_jit.c

@@ -1,6 +1,6 @@
 /*
 ** JIT library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lib_jit_c

+ 1 - 1
src/lib_math.c

@@ -1,6 +1,6 @@
 /*
 ** Math library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #include <math.h>

+ 1 - 1
src/lib_os.c

@@ -1,6 +1,6 @@
 /*
 ** OS library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_package.c

@@ -1,6 +1,6 @@
 /*
 ** Package library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_string.c

@@ -1,6 +1,6 @@
 /*
 ** String library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lib_table.c

@@ -1,6 +1,6 @@
 /*
 ** Table library.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_api.c

@@ -1,6 +1,6 @@
 /*
 ** Public Lua/C API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_arch.h

@@ -1,6 +1,6 @@
 /*
 ** Target architecture selection.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ARCH_H

+ 1 - 1
src/lj_asm.c

@@ -1,6 +1,6 @@
 /*
 ** IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_asm_c

+ 1 - 1
src/lj_asm.h

@@ -1,6 +1,6 @@
 /*
 ** IR assembler (SSA IR -> machine code).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ASM_H

+ 1 - 1
src/lj_bc.c

@@ -1,6 +1,6 @@
 /*
 ** Bytecode instruction modes.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_bc_c

+ 1 - 1
src/lj_bc.h

@@ -1,6 +1,6 @@
 /*
 ** Bytecode instruction format.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_BC_H

+ 1 - 1
src/lj_def.h

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT common internal definitions.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DEF_H

+ 1 - 1
src/lj_dispatch.c

@@ -1,6 +1,6 @@
 /*
 ** Instruction dispatch handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_dispatch_c

+ 1 - 1
src/lj_dispatch.h

@@ -1,6 +1,6 @@
 /*
 ** Instruction dispatch handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_DISPATCH_H

+ 1 - 1
src/lj_err.c

@@ -1,6 +1,6 @@
 /*
 ** Error handling and debugging API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_err.h

@@ -1,6 +1,6 @@
 /*
 ** Error handling and debugging support.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_ERR_H

+ 1 - 1
src/lj_errmsg.h

@@ -1,6 +1,6 @@
 /*
 ** VM error messages.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* This file may be included multiple times with different ERRDEF macros. */

+ 1 - 1
src/lj_ff.h

@@ -1,6 +1,6 @@
 /*
 ** Fast function IDs.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FF_H

+ 1 - 1
src/lj_frame.h

@@ -1,6 +1,6 @@
 /*
 ** Stack frames.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FRAME_H

+ 1 - 1
src/lj_func.c

@@ -1,6 +1,6 @@
 /*
 ** Function handling (prototypes, functions and upvalues).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_func.h

@@ -1,6 +1,6 @@
 /*
 ** Function handling (prototypes, functions and upvalues).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_FUNC_H

+ 1 - 1
src/lj_gc.c

@@ -1,6 +1,6 @@
 /*
 ** Garbage collector.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_gc.h

@@ -1,6 +1,6 @@
 /*
 ** Garbage collector.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_GC_H

+ 1 - 1
src/lj_gdbjit.c

@@ -1,6 +1,6 @@
 /*
 ** Client for the GDB JIT API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_gdbjit_c

+ 1 - 1
src/lj_gdbjit.h

@@ -1,6 +1,6 @@
 /*
 ** Client for the GDB JIT API.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_GDBJIT_H

+ 1 - 1
src/lj_ir.c

@@ -1,6 +1,6 @@
 /*
 ** SSA IR (Intermediate Representation) emitter.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_ir_c

+ 1 - 1
src/lj_ir.h

@@ -1,6 +1,6 @@
 /*
 ** SSA IR (Intermediate Representation) format.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IR_H

+ 1 - 1
src/lj_iropt.h

@@ -1,6 +1,6 @@
 /*
 ** Common header for IR emitter and optimizations.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_IROPT_H

+ 1 - 1
src/lj_jit.h

@@ -1,6 +1,6 @@
 /*
 ** Common definitions for the JIT compiler.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_JIT_H

+ 1 - 1
src/lj_lex.c

@@ -1,6 +1,6 @@
 /*
 ** Lexical analyzer.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_lib.c

@@ -1,6 +1,6 @@
 /*
 ** Library function support.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_lib_c

+ 1 - 1
src/lj_lib.h

@@ -1,6 +1,6 @@
 /*
 ** Library function support.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_LIB_H

+ 1 - 1
src/lj_mcode.c

@@ -1,6 +1,6 @@
 /*
 ** Machine code management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_mcode_c

+ 1 - 1
src/lj_mcode.h

@@ -1,6 +1,6 @@
 /*
 ** Machine code management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_MCODE_H

+ 1 - 1
src/lj_meta.c

@@ -1,6 +1,6 @@
 /*
 ** Metamethod handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_meta.h

@@ -1,6 +1,6 @@
 /*
 ** Metamethod handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_META_H

+ 1 - 1
src/lj_obj.c

@@ -1,6 +1,6 @@
 /*
 ** Miscellaneous object handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_obj_c

+ 1 - 1
src/lj_obj.h

@@ -1,6 +1,6 @@
 /*
 ** LuaJIT VM tags, values and objects.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_opt_dce.c

@@ -1,6 +1,6 @@
 /*
 ** DCE: Dead Code Elimination. Pre-LOOP only -- ASM already performs DCE.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_dce_c

+ 1 - 1
src/lj_opt_fold.c

@@ -1,7 +1,7 @@
 /*
 ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation.
 ** CSE: Common-Subexpression Elimination.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_fold_c

+ 1 - 1
src/lj_opt_loop.c

@@ -1,6 +1,6 @@
 /*
 ** LOOP: Loop Optimizations.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_loop_c

+ 1 - 1
src/lj_opt_mem.c

@@ -3,7 +3,7 @@
 ** AA: Alias Analysis using high-level semantic disambiguation.
 ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L).
 ** DSE: Dead-Store Elimination.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_mem_c

+ 1 - 1
src/lj_opt_narrow.c

@@ -1,6 +1,6 @@
 /*
 ** NARROW: Narrowing of numbers to integers (double to int32_t).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_opt_narrow_c

+ 1 - 1
src/lj_parse.c

@@ -1,6 +1,6 @@
 /*
 ** Lua parser (source code -> bytecode).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_parse.h

@@ -1,6 +1,6 @@
 /*
 ** Lua parser (source code -> bytecode).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_PARSE_H

+ 1 - 1
src/lj_record.c

@@ -1,6 +1,6 @@
 /*
 ** Trace recorder (bytecode -> SSA IR).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_record_c

+ 1 - 1
src/lj_record.h

@@ -1,6 +1,6 @@
 /*
 ** Trace recorder (bytecode -> SSA IR).
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_RECORD_H

+ 1 - 1
src/lj_snap.c

@@ -1,6 +1,6 @@
 /*
 ** Snapshot handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_snap_c

+ 1 - 1
src/lj_snap.h

@@ -1,6 +1,6 @@
 /*
 ** Snapshot handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_SNAP_H

+ 1 - 1
src/lj_state.c

@@ -1,6 +1,6 @@
 /*
 ** State and stack handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_state.h

@@ -1,6 +1,6 @@
 /*
 ** State and stack handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STATE_H

+ 1 - 1
src/lj_str.c

@@ -1,6 +1,6 @@
 /*
 ** String handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_str.h

@@ -1,6 +1,6 @@
 /*
 ** String handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_STR_H

+ 1 - 1
src/lj_tab.c

@@ -1,6 +1,6 @@
 /*
 ** Table handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 **
 ** Major portions taken verbatim or adapted from the Lua interpreter.
 ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h

+ 1 - 1
src/lj_tab.h

@@ -1,6 +1,6 @@
 /*
 ** Table handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TAB_H

+ 1 - 1
src/lj_target.h

@@ -1,6 +1,6 @@
 /*
 ** Definitions for target CPU.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_H

+ 1 - 1
src/lj_target_x86.h

@@ -1,6 +1,6 @@
 /*
 ** Definitions for x86 and x64 CPUs.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TARGET_X86_H

+ 1 - 1
src/lj_trace.c

@@ -1,6 +1,6 @@
 /*
 ** Trace management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_trace_c

+ 1 - 1
src/lj_trace.h

@@ -1,6 +1,6 @@
 /*
 ** Trace management.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_TRACE_H

+ 1 - 1
src/lj_traceerr.h

@@ -1,6 +1,6 @@
 /*
 ** Trace compiler error messages.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 /* This file may be included multiple times with different TREDEF macros. */

+ 1 - 1
src/lj_udata.c

@@ -1,6 +1,6 @@
 /*
 ** Userdata handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #define lj_udata_c

+ 1 - 1
src/lj_udata.h

@@ -1,6 +1,6 @@
 /*
 ** Userdata handling.
-** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h
 */
 
 #ifndef _LJ_UDATA_H

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác