diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-08-09 14:57:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-08-09 14:57:54 -0300 |
commit | 62f786e08cd4364b199f9dd1e5f2d989d04a243a (patch) | |
tree | ea9249fcdc1a6ed236f45c6f2343b7cbee64240b /lua.h | |
parent | bbfd28959d0c3e93eea163ad3ac24c24c89f43bf (diff) | |
download | lua-62f786e08cd4364b199f9dd1e5f2d989d04a243a.tar.gz lua-62f786e08cd4364b199f9dd1e5f2d989d04a243a.tar.bz2 lua-62f786e08cd4364b199f9dd1e5f2d989d04a243a.zip |
new version (and new copyright)...
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.208 2005/05/17 19:49:15 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.209 2005/05/31 14:34:02 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil | 4 | ** Lua.org, PUC-Rio, Brazil |
5 | ** http://www.lua.org | 5 | ** http://www.lua.org |
6 | ** See Copyright Notice at the end of this file | 6 | ** See Copyright Notice at the end of this file |
7 | */ | 7 | */ |
@@ -17,9 +17,9 @@ | |||
17 | #include "luaconf.h" | 17 | #include "luaconf.h" |
18 | 18 | ||
19 | 19 | ||
20 | #define LUA_VERSION "Lua 5.1 (work)" | 20 | #define LUA_VERSION "Lua 5.1" |
21 | #define LUA_VERSION_NUM 501 | 21 | #define LUA_VERSION_NUM 501 |
22 | #define LUA_COPYRIGHT "Copyright (C) 1994-2005 Tecgraf, PUC-Rio" | 22 | #define LUA_COPYRIGHT "Copyright (C) 1994-2005 Lua.org, PUC-Rio" |
23 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" | 23 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" |
24 | 24 | ||
25 | 25 | ||
@@ -357,7 +357,7 @@ struct lua_Debug { | |||
357 | 357 | ||
358 | 358 | ||
359 | /****************************************************************************** | 359 | /****************************************************************************** |
360 | * Copyright (C) 1994-2005 Tecgraf, PUC-Rio. All rights reserved. | 360 | * Copyright (C) 1994-2005 Lua.org, PUC-Rio. All rights reserved. |
361 | * | 361 | * |
362 | * Permission is hereby granted, free of charge, to any person obtaining | 362 | * Permission is hereby granted, free of charge, to any person obtaining |
363 | * a copy of this software and associated documentation files (the | 363 | * a copy of this software and associated documentation files (the |