Update _COPYRIGHT

Fri, 23 Apr 2021 20:01:48 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Apr 2021 20:01:48 +0100
changeset 34
94cef523ac31
parent 33
94f496ee93cb
child 35
d2d0bc06eac2

Update _COPYRIGHT

src/lxplib.c file | annotate | diff | comparison | revisions
--- a/src/lxplib.c	Fri Apr 23 20:01:38 2021 +0100
+++ b/src/lxplib.c	Fri Apr 23 20:01:48 2021 +0100
@@ -579,7 +579,7 @@
 */
 static void set_info (lua_State *L) {
 	lua_pushliteral (L, "_COPYRIGHT");
-	lua_pushliteral (L, "Copyright (C) 2003-2012 Kepler Project");
+	lua_pushliteral (L, "Copyright (C) 2003-2021 Kepler Project, Matthew Wild");
 	lua_settable (L, -3);
 	lua_pushliteral (L, "_DESCRIPTION");
 	lua_pushliteral (L, "LuaExpat is a SAX XML parser based on the Expat library");

mercurial