Skip to content

Commit 86913b9

Browse files
author
Mike Pall
committed
Bump copyright date to 2015.
1 parent 999f57d commit 86913b9

File tree

177 files changed

+195
-195
lines changed

Some content is hidden

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

177 files changed

+195
-195
lines changed

COPYRIGHT

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

4-
Copyright (C) 2005-2014 Mike Pall. All rights reserved.
4+
Copyright (C) 2005-2015 Mike Pall. All rights reserved.
55

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

Makefile

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

1616
MAJVER= 2

README

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

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

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

doc/bluequad-print.css

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

doc/bluequad.css

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

doc/changes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>LuaJIT Change History</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2014, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -918,7 +918,7 @@ <h2 id="LuaJIT-1.0.0">LuaJIT 1.0.0 &mdash; 2005-08-29</h2>
918918
</div>
919919
<div id="foot">
920920
<hr class="hide">
921-
Copyright &copy; 2005-2014 Mike Pall
921+
Copyright &copy; 2005-2015 Mike Pall
922922
<span class="noprint">
923923
&middot;
924924
<a href="contact.html">Contact</a>

doc/contact.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Contact</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2014, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -84,15 +84,15 @@ <h1>Contact</h1>
8484
<h2>Copyright</h2>
8585
<p>
8686
All documentation is
87-
Copyright &copy; 2005-2014 Mike Pall.
87+
Copyright &copy; 2005-2015 Mike Pall.
8888
</p>
8989

9090

9191
<br class="flush">
9292
</div>
9393
<div id="foot">
9494
<hr class="hide">
95-
Copyright &copy; 2005-2014 Mike Pall
95+
Copyright &copy; 2005-2015 Mike Pall
9696
<span class="noprint">
9797
&middot;
9898
<a href="contact.html">Contact</a>

doc/ext_c_api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Lua/C API Extensions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2014, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -177,7 +177,7 @@ <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</
177177
</div>
178178
<div id="foot">
179179
<hr class="hide">
180-
Copyright &copy; 2005-2014 Mike Pall
180+
Copyright &copy; 2005-2015 Mike Pall
181181
<span class="noprint">
182182
&middot;
183183
<a href="contact.html">Contact</a>

doc/ext_ffi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>FFI Library</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2014, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -320,7 +320,7 @@ <h2 id="cdata">Motivating Example: Using C Data Structures</h2>
320320
</div>
321321
<div id="foot">
322322
<hr class="hide">
323-
Copyright &copy; 2005-2014 Mike Pall
323+
Copyright &copy; 2005-2015 Mike Pall
324324
<span class="noprint">
325325
&middot;
326326
<a href="contact.html">Contact</a>

doc/ext_ffi_api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>ffi.* API Functions</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
66
<meta name="Author" content="Mike Pall">
7-
<meta name="Copyright" content="Copyright (C) 2005-2014, Mike Pall">
7+
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
88
<meta name="Language" content="en">
99
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
1010
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
@@ -556,7 +556,7 @@ <h2 id="literals">Extensions to the Lua Parser</h2>
556556
</div>
557557
<div id="foot">
558558
<hr class="hide">
559-
Copyright &copy; 2005-2014 Mike Pall
559+
Copyright &copy; 2005-2015 Mike Pall
560560
<span class="noprint">
561561
&middot;
562562
<a href="contact.html">Contact</a>

0 commit comments

Comments
 (0)