From: John L. <jr...@us...> - 2007-07-26 19:35:54
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16448/wxLua/modules/wxluadebug/include Modified Files: wxlstack.h Log Message: Update authors to include John Labenski and Ray Gilbert Remove code attribution to LuaPlus since we don't use anything from it Code cleanup Index: wxlstack.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxlstack.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxlstack.h 18 Jun 2007 14:55:05 -0000 1.4 --- wxlstack.h 26 Jul 2007 18:56:39 -0000 1.5 *************** *** 2,6 **** // Name: wxLuaStackTree.h // Purpose: Interface to display the lua stack in wxLua ! // Author: J. Winwood // Created: April 2002 // Copyright: (c) 2002. Lomtick Software. All rights reserved. --- 2,6 ---- // Name: wxLuaStackTree.h // Purpose: Interface to display the lua stack in wxLua ! // Author: J. Winwood, John Labenski // Created: April 2002 // Copyright: (c) 2002. Lomtick Software. All rights reserved. |