X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpagecache.h;h=ef4bf5af5740c5d710e6ac58da5cc82a07dcec70;hb=6a26177ec0df11f55bff590d63ea02e7c9884993;hp=23ad46ac387ca8d0e97e62f373edd03196a4eb8f;hpb=006d7a8ef1c1b9144246fd421a5df93deeabd951;p=libucw.git diff --git a/lib/pagecache.h b/lib/pagecache.h index 23ad46ac..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"