lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 07894514587e5cada05c5ea85ee714f85eec9127
parent d97af0de26cc4eabe5ff9d1b851a6a5110473d1a
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 18 Jun 1998 13:51:32 -0300

details

Diffstat:
Mlua.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lua.h b/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.21 1998/06/06 21:05:52 roberto Exp roberto $ +** $Id: lua.h,v 1.22 1998/06/15 21:34:14 roberto Exp roberto $ ** Lua - An Extensible Extension Language ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil ** e-mail: lua@tecgraf.puc-rio.br @@ -12,7 +12,7 @@ #define lua_h #define LUA_VERSION "Lua 3.1" -#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf" +#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf, PUC-Rio" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"