commit 227bddafe83955d2cc871b76e3f9e2fb106450e4
parent 5008e3d7d1aea4fe669d4cdbc614856e18298e4a
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Wed, 24 Mar 2004 10:55:24 -0300
new copyright year
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lua.h b/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.186 2003/12/10 11:04:54 roberto Exp roberto $
+** $Id: lua.h,v 1.187 2004/03/09 17:34:35 roberto Exp roberto $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
** http://www.lua.org mailto:info@lua.org
@@ -15,7 +15,7 @@
#define LUA_VERSION "Lua 5.1 (work)"
-#define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio"
+#define LUA_COPYRIGHT "Copyright (C) 1994-2004 Tecgraf, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
@@ -391,7 +391,7 @@ struct lua_Debug {
/******************************************************************************
-* Copyright (C) 1994-2003 Tecgraf, PUC-Rio. All rights reserved.
+* Copyright (C) 1994-2004 Tecgraf, PUC-Rio. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the