aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/src
diff options
context:
space:
mode:
Diffstat (limited to 'lualdap/src')
-rwxr-xr-xlualdap/src/lualdap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualdap/src/lualdap.c b/lualdap/src/lualdap.c
index c21c89a..703fb1c 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.43 2005-12-26 18:20:34 tomas Exp $
+** $Id: lualdap.c,v 1.44 2006-04-04 20:11:51 carregal Exp $
*/
#include <stdlib.h>
@@ -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-2005 Kepler Project");
+ lua_pushliteral (L, "Copyright (C) 2003-2006 Kepler Project");
lua_settable (L, -3);
lua_pushliteral (L, "_DESCRIPTION");
lua_pushliteral (L, "LuaLDAP is a simple interface from Lua to an LDAP client");