X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fpagecache.h;h=ef4bf5af5740c5d710e6ac58da5cc82a07dcec70;hb=08ec58075cd87236ea502c2c3b89e38126478167;hp=698177f0e026765e47c476d87de740eeb60d27b4;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/pagecache.h b/lib/pagecache.h index 698177f0..ef4bf5af 100644 --- a/lib/pagecache.h +++ b/lib/pagecache.h @@ -1,11 +1,14 @@ /* - * Sherlock Library -- File Page Cache + * UCW Library -- File Page Cache * - * (c) 1999 Martin Mares + * (c) 1999--2002 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_PAGECACHE_H -#define _SHERLOCK_PAGECACHE_H +#ifndef _UCW_PAGECACHE_H +#define _UCW_PAGECACHE_H #include "lib/lists.h"