From fa81c4c840d773e23fc377bf7bc9633d191c4eb6 Mon Sep 17 00:00:00 2001 From: Andre Carregal Date: Tue, 4 Apr 2006 20:11:51 +0000 Subject: Minor revisions --- lualdap/doc/us/index.html | 33 ++++++++++++++++++++++----------- lualdap/doc/us/license.html | 8 +++++++- lualdap/doc/us/manual.html | 13 +++++++++---- lualdap/src/lualdap.c | 4 ++-- 4 files changed, 40 insertions(+), 18 deletions(-) diff --git a/lualdap/doc/us/index.html b/lualdap/doc/us/index.html index 9795595..406b488 100755 --- a/lualdap/doc/us/index.html +++ b/lualdap/doc/us/index.html @@ -13,7 +13,7 @@
- diff --git a/lualdap/doc/us/license.html b/lualdap/doc/us/license.html index aff292f..a7f13c5 100755 --- a/lualdap/doc/us/license.html +++ b/lualdap/doc/us/license.html @@ -46,6 +46,12 @@
  • Examples
  • +
  • Project + +
  • License
  • @@ -106,7 +112,7 @@ SOFTWARE.

    Valid XHTML 1.0!

    -

    $Id: license.html,v 1.8 2006-03-25 15:51:04 carregal Exp $

    +

    $Id: license.html,v 1.9 2006-04-04 20:11:51 carregal Exp $

    diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html index d4bcadc..80b08dc 100755 --- a/lualdap/doc/us/manual.html +++ b/lualdap/doc/us/manual.html @@ -46,6 +46,12 @@
  • Examples
  • +
  • Project + +
  • License
  • @@ -320,10 +326,9 @@ ld:delete ("mydn=newuser,ou=people,dc=ldp,dc=world")()
    -

    Valid XHTML 1.0!

    -

    - $Id: manual.html,v 1.29 2006-03-25 15:51:04 carregal Exp $ -

    +

    + Valid XHTML 1.0!

    +

    $Id: manual.html,v 1.30 2006-04-04 20:11:51 carregal Exp $

    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 @@ -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"); -- cgit v1.2.3-59-g8ed1b