diff options
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.214 2005/10/20 11:35:50 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.215 2005/12/27 17:09:50 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 |
@@ -358,7 +358,7 @@ struct lua_Debug { | |||
358 | 358 | ||
359 | 359 | ||
360 | /****************************************************************************** | 360 | /****************************************************************************** |
361 | * Copyright (C) 1994-2005 Lua.org, PUC-Rio. All rights reserved. | 361 | * Copyright (C) 1994-2006 Lua.org, PUC-Rio. All rights reserved. |
362 | * | 362 | * |
363 | * Permission is hereby granted, free of charge, to any person obtaining | 363 | * Permission is hereby granted, free of charge, to any person obtaining |
364 | * a copy of this software and associated documentation files (the | 364 | * a copy of this software and associated documentation files (the |