diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-05-09 13:51:44 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-05-09 13:51:44 -0300 |
commit | 5fa55df2ca1124f67fddda2b5cb80d2bc9b7ad30 (patch) | |
tree | 87e900a1629384ddcfe7a6f3f6fe068652b207dd | |
parent | a3af42de8e65d8ac70684242589ca5e30c73c548 (diff) | |
download | lua-5fa55df2ca1124f67fddda2b5cb80d2bc9b7ad30.tar.gz lua-5fa55df2ca1124f67fddda2b5cb80d2bc9b7ad30.tar.bz2 lua-5fa55df2ca1124f67fddda2b5cb80d2bc9b7ad30.zip |
updated years in some comments/strings
-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.226 2007/08/07 16:53:40 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.227 2008/02/11 19:16:02 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -19,7 +19,7 @@ | |||
19 | #define LUA_VERSION "Lua 5.2" | 19 | #define LUA_VERSION "Lua 5.2" |
20 | #define LUA_RELEASE "Lua 5.2.0" | 20 | #define LUA_RELEASE "Lua 5.2.0" |
21 | #define LUA_VERSION_NUM 502 | 21 | #define LUA_VERSION_NUM 502 |
22 | #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2007 Lua.org, PUC-Rio" | 22 | #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2008 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 | ||
@@ -360,7 +360,7 @@ struct lua_Debug { | |||
360 | 360 | ||
361 | 361 | ||
362 | /****************************************************************************** | 362 | /****************************************************************************** |
363 | * Copyright (C) 1994-2006 Lua.org, PUC-Rio. All rights reserved. | 363 | * Copyright (C) 1994-2008 Lua.org, PUC-Rio. All rights reserved. |
364 | * | 364 | * |
365 | * Permission is hereby granted, free of charge, to any person obtaining | 365 | * Permission is hereby granted, free of charge, to any person obtaining |
366 | * a copy of this software and associated documentation files (the | 366 | * a copy of this software and associated documentation files (the |