X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatmatch.c;h=bfd8aa50e7dc3e1ab712ab3efa7c4cc00bd08715;hb=9778f344521a2a0a34582fae70f4d631c82dd7a6;hp=837ae1a1c6bbf1e77f05db37de2d33bfeee927d1;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/patmatch.c b/lib/patmatch.c index 837ae1a1..bfd8aa50 100644 --- a/lib/patmatch.c +++ b/lib/patmatch.c @@ -1,7 +1,10 @@ /* - * Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*') + * UCW Library -- Shell-Like Pattern Matching (currently only '?' and '*') * * (c) 1997 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"