diff --git a/COPYRIGHT b/COPYRIGHT index a7bb2e13..6f2a45b0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,7 +1,7 @@ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ -Copyright (C) 2005-2010 Mike Pall. All rights reserved. +Copyright (C) 2005-2011 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 @@ -26,7 +26,7 @@ THE SOFTWARE. =============================================================================== [ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] -Copyright (C) 1994-2010 Lua.org, PUC-Rio. +Copyright (C) 1994-2011 Lua.org, PUC-Rio. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 7728865d..d2a375db 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # For MSVC, please follow the instructions given in src/msvcbuild.bat. # For MinGW and Cygwin, cd to src and run make with the Makefile there. # -# Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 diff --git a/README b/README index 46632fe6..89857f51 100644 --- a/README +++ b/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-2010 Mike Pall. +LuaJIT is Copyright (C) 2005-2011 Mike Pall. LuaJIT is free software, released under the MIT/X license. See full Copyright Notice in the COPYRIGHT file or in luajit.h. diff --git a/doc/bluequad-print.css b/doc/bluequad-print.css index d5f4a3aa..69c07d6a 100644 --- a/doc/bluequad-print.css +++ b/doc/bluequad-print.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2010 Mike Pall. +/* Copyright (C) 2004-2011 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. diff --git a/doc/bluequad.css b/doc/bluequad.css index 6f5539ac..5ea9ad49 100644 --- a/doc/bluequad.css +++ b/doc/bluequad.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2010 Mike Pall. +/* Copyright (C) 2004-2011 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. diff --git a/doc/changes.html b/doc/changes.html index b7ac0734..332ba509 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -4,7 +4,7 @@
All documentation is -Copyright © 2005-2010 Mike Pall. +Copyright © 2005-2011 Mike Pall.
@@ -79,7 +79,7 @@ Copyright © 2005-2010 Mike Pall.-LuaJIT is Copyright © 2005-2010 Mike Pall. +LuaJIT is Copyright © 2005-2011 Mike Pall. LuaJIT is open source software, released under the » MIT/X license.
@@ -125,7 +125,7 @@ resources are marked with a '»'.