Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Comments update - minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Carregal committed Mar 20, 2006
1 parent 6b57c95 commit a4a83ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lxplib.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
** $Id: lxplib.c,v 1.12 2005-06-21 11:43:27 tomas Exp $
** $Id: lxplib.c,v 1.13 2006-03-20 19:55:53 carregal Exp $
** LuaExpat: Lua bind for Expat library
** See Copyright Notice in license.html
*/
Expand Down Expand Up @@ -514,7 +514,7 @@ static const struct luaL_reg lxp_funcs[] = {
*/
static void set_info (lua_State *L) {
lua_pushliteral (L, "_COPYRIGHT");
lua_pushliteral (L, "Copyright (C) 2003-2005 Kepler Project");
lua_pushliteral (L, "Copyright (C) 2003-2006 Kepler Project");
lua_settable (L, -3);
lua_pushliteral (L, "_DESCRIPTION");
lua_pushliteral (L, "LuaExpat is a SAX XML parser based on the Expat library");
Expand Down

0 comments on commit a4a83ac

Please sign in to comment.