commit 233f0b0cc734912a29551994ada7d9844cf54d40 parent 025589f7720358802ed2ae2e017747dc6122a513 Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Fri, 6 Oct 1995 11:10:51 -0300 definitions for Copyright and version notices Diffstat:
M | lua.h | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lua.h b/lua.h @@ -2,13 +2,18 @@ ** LUA - Linguagem para Usuarios de Aplicacao ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** $Id: lua.h,v 3.15 1995/01/18 20:15:05 celes Exp celes $ +** $Id: lua.h,v 3.16 1995/01/27 17:19:06 celes Exp roberto $ */ #ifndef lua_h #define lua_h +#define LUA_VERSION "Lua 2.1" +#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf \n\ +(written by W. Celes, R. Ierusalimschy & L. H. de Figueiredo)" + + /* Private Part */ typedef enum