]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db.c
Added the local copy of the regex library back.
[libucw.git] / lib / db.c
index 75f97833991c5b76e61a230a2d1f5b2411eb73b5..d9c984b70db27ab42c0b74549560489fae5d83fa 100644 (file)
--- a/lib/db.c
+++ b/lib/db.c
@@ -1,7 +1,10 @@
 /*
- *     Sherlock Library -- Fast Database Management Routines
+ *     UCW Library -- Fast Database Management Routines
  *
  *     (c) 1999--2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 /*
@@ -28,7 +31,6 @@
 #include "lib/db_internal.h"
 
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>