X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Flists.c;h=fa1613be21af41ce7e0bdaf07f3ba587241056d6;hb=997624f88f37bec5cb96cf9fc3b3cac05ccc6ed8;hp=9f783de9daf03d0e60d972c219cecc1be7e5bec7;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/lists.c b/lib/lists.c index 9f783de9..fa1613be 100644 --- a/lib/lists.c +++ b/lib/lists.c @@ -1,10 +1,13 @@ /* * Sherlock Library -- Linked Lists * - * (c) 1997--1999 Martin Mares + * (c) 1997--1999 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include +#include "lib/lib.h" #define _SHERLOCK_LISTS_C #include "lib/lists.h"