]> mj.ucw.cz Git - libucw.git/blobdiff - lib/db.h
replaced several "byte *" -> "char *", mostly in the configuration system
[libucw.git] / lib / db.h
index cc17ebaf2b8dcbeeecbcdc9f3b21ab2f5a40c1a4..41b81aa1308fb2a533d809fb80e7c2441e0dd68d 100644 (file)
--- a/lib/db.h
+++ b/lib/db.h
@@ -1,11 +1,14 @@
 /*
 /*
- *     Sherlock Library -- Fast Database Management Routines
+ *     UCW Library -- Fast Database Management Routines
  *
  *     (c) 1999--2001 Martin Mares <mj@ucw.cz>
  *
  *     (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.
  */
 
  */
 
-#ifndef _SHERLOCK_DB_H
-#define _SHERLOCK_DB_H
+#ifndef _UCW_DB_H
+#define _UCW_DB_H
 
 struct sdbm;
 
 
 struct sdbm;