]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lists.c
Added a library module for distributing work between threads.
[libucw.git] / lib / lists.c
index 8f4f0b4bc97bb5c7313db9b1de7674b923ef4069..043c36495a098980102341764d060c9180a758bd 100644 (file)
@@ -1,13 +1,16 @@
 /*
- *     Sherlock Library -- Linked Lists
+ *     UCW 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 "lists.h"
+#define _UCW_LISTS_C
+#include "lib/lists.h"
 
 LIST_INLINE void
 add_tail(list *l, node *n)