From 77113ee02f383848cd4877e2780c36ffb4405b84 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Feb 1999 13:59:22 -0200 Subject: [PATCH] new year for Copyright. --- lua.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua.h b/lua.h index 43428218..24d31475 100644 --- a/lua.h +++ b/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.25 1998/12/15 14:59:43 roberto Exp roberto $ +** $Id: lua.h,v 1.26 1999/01/26 15:31:17 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.2 (alpha)" -#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf, PUC-Rio" +#define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" @@ -155,7 +155,7 @@ lua_Object lua_setfallback (char *event, lua_CFunction fallback); /****************************************************************************** -* Copyright (c) 1994-1998 TeCGraf, PUC-Rio. All rights reserved. +* Copyright (c) 1994-1999 TeCGraf, PUC-Rio. All rights reserved. * * Permission is hereby granted, without written agreement and without license * or royalty fees, to use, copy, modify, and distribute this software and its