X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpool.c;h=8b7c372518b232f1f28cf2bda6b2d43bf5264067;hb=88200dc6daeeab5e7f402cefbd90ae1f126f8d7a;hp=4eea7bf700f8e0ab0981bd22c0f2b3933050f546;hpb=2fbd0bc2b1bd00d48ea7f6852e6684b3c01dbce4;p=libucw.git diff --git a/lib/pool.c b/lib/pool.c index 4eea7bf7..8b7c3725 100644 --- a/lib/pool.c +++ b/lib/pool.c @@ -2,6 +2,9 @@ * Sherlock Library -- Memory Pools (One-Time Allocation) * * (c) 1997--2001 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h"