From c94dbfdba8f5649b4d6c72ac80714772a0d07479 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Mon, 23 May 2005 14:35:11 +0000 Subject: copyright year (2003-2005) --- lualdap/src/lualdap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lualdap/src/lualdap.c b/lualdap/src/lualdap.c index b5d84e5..9e0c053 100755 --- a/lualdap/src/lualdap.c +++ b/lualdap/src/lualdap.c @@ -1,7 +1,7 @@ /* ** LuaLDAP ** See Copyright Notice in license.html -** $Id: lualdap.c,v 1.40 2005-04-01 17:01:45 tomas Exp $ +** $Id: lualdap.c,v 1.41 2005-05-23 14:35:11 tuler Exp $ */ #include @@ -952,7 +952,7 @@ static int lualdap_open_simple (lua_State *L) { */ static void set_info (lua_State *L) { lua_pushliteral (L, "_COPYRIGHT"); - lua_pushliteral (L, "Copyright (C) 2003-2004 Kepler Project"); + lua_pushliteral (L, "Copyright (C) 2003-2005 Kepler Project"); lua_settable (L, -3); lua_pushliteral (L, "_DESCRIPTION"); lua_pushliteral (L, "LuaLDAP is a simple interface from Lua to an LDAP client"); -- cgit v1.2.3-59-g8ed1b