]> mj.ucw.cz Git - libucw.git/blobdiff - lib/pagecache.h
taken much faster implementation of Adler32 and put into a separate source-code
[libucw.git] / lib / pagecache.h
index 698177f0e026765e47c476d87de740eeb60d27b4..a9368df9e4172913dac58745b8cbabeb0aae1fb8 100644 (file)
@@ -1,7 +1,10 @@
 /*
  *     Sherlock Library -- File Page Cache
  *
- *     (c) 1999 Martin Mares <mj@ucw.cz>
+ *     (c) 1999--2002 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #ifndef _SHERLOCK_PAGECACHE_H