]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lists.c
`buckettools -c' now uses fastbufs for output.
[libucw.git] / lib / lists.c
index 9f783de9daf03d0e60d972c219cecc1be7e5bec7..fa1613be21af41ce7e0bdaf07f3ba587241056d6 100644 (file)
@@ -1,10 +1,13 @@
 /*
  *     Sherlock Library -- Linked Lists
  *
 /*
  *     Sherlock Library -- Linked Lists
  *
- *     (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997--1999 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
  */
 
-#include <stdio.h>
+#include "lib/lib.h"
 
 #define _SHERLOCK_LISTS_C
 #include "lib/lists.h"
 
 #define _SHERLOCK_LISTS_C
 #include "lib/lists.h"