lua

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

commit ab7fdcbbed7a385b0e65f7c9928c4eef55280add
parent 48cf1de356cbd1fe1a85fc1ffe17e5b4246d43b5
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu,  7 Nov 1996 18:25:48 -0200

corrected copyright notice

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

diff --git a/lua.h b/lua.h @@ -2,7 +2,7 @@ ** LUA - Linguagem para Usuarios de Aplicacao ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** $Id: lua.h,v 3.28 1996/05/06 14:32:59 roberto Exp roberto $ +** $Id: lua.h,v 3.29 1996/11/01 12:46:59 roberto Exp roberto $ */ @@ -10,7 +10,7 @@ #define lua_h #define LUA_VERSION "Lua 2.5 (beta)" -#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" +#define LUA_COPYRIGHT "Copyright (C) 1994-1996 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"