new copyright year

This commit is contained in:
Roberto Ierusalimschy
2004-03-24 10:55:46 -03:00
parent 5008e3d7d1
commit 227bddafe8

6
lua.h
View File

@@ -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