diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-30 16:29:46 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-30 16:29:46 -0200 |
commit | aee07c65991621497c005f47e1b7284851ae9fb9 (patch) | |
tree | 08194fe42b446d5740682b81d5f9a8ecd526f769 /lua.h | |
parent | bcdbdaccc37aacdb8305f5012c2963e4cb343005 (diff) | |
download | lua-aee07c65991621497c005f47e1b7284851ae9fb9.tar.gz lua-aee07c65991621497c005f47e1b7284851ae9fb9.tar.bz2 lua-aee07c65991621497c005f47e1b7284851ae9fb9.zip |
details
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.42 1999/12/02 16:24:45 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.43 1999/12/06 11:41:28 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 |
@@ -12,7 +12,7 @@ | |||
12 | #define lua_h | 12 | #define lua_h |
13 | 13 | ||
14 | #define LUA_VERSION "Lua 3.x" | 14 | #define LUA_VERSION "Lua 3.x" |
15 | #define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" | 15 | #define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio" |
16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
17 | 17 | ||
18 | 18 | ||
@@ -221,7 +221,7 @@ extern lua_State *lua_state; | |||
221 | 221 | ||
222 | 222 | ||
223 | /****************************************************************************** | 223 | /****************************************************************************** |
224 | * Copyright (c) 1994-1999 TeCGraf, PUC-Rio. All rights reserved. | 224 | * Copyright (C) 1994-2000 TeCGraf, PUC-Rio. All rights reserved. |
225 | * | 225 | * |
226 | * Permission is hereby granted, without written agreement and without license | 226 | * Permission is hereby granted, without written agreement and without license |
227 | * or royalty fees, to use, copy, modify, and distribute this software and its | 227 | * or royalty fees, to use, copy, modify, and distribute this software and its |