diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,13 +1,15 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.7 1997/11/27 18:25:14 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.8 1997/12/01 20:31:25 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
6 | ** www: http://www.tecgraf.puc-rio.br/lua/ | ||
6 | */ | 7 | */ |
7 | 8 | ||
8 | /********************************************************************* | 9 | /********************************************************************* |
9 | * Copyright © 1994-1996 TeCGraf, PUC-Rio. Written by Waldemar Ce | 10 | * Copyright © 1994-1996 TeCGraf, PUC-Rio. |
10 | * les Filho, Roberto Ierusalimschy and Luiz Henrique de Figueiredo. | 11 | * Written by Waldemar Celes Filho, Roberto Ierusalimschy and |
12 | * Luiz Henrique de Figueiredo. | ||
11 | * All rights reserved. | 13 | * All rights reserved. |
12 | * | 14 | * |
13 | * Permission is hereby granted, without written agreement and with | 15 | * Permission is hereby granted, without written agreement and with |