X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatimatch.c;h=a0e29af90aed6761c305c291c41dc020b4057218;hb=35257848f97710b8107e20f690404cfaf0838f74;hp=40a61756ad78b0034a2c54b836fd138f57ae91c5;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/patimatch.c b/lib/patimatch.c index 40a61756..a0e29af9 100644 --- a/lib/patimatch.c +++ b/lib/patimatch.c @@ -1,7 +1,10 @@ /* - * Sherlock Library -- Shell-Like Case-Insensitive Pattern Matching (currently only '?' and '*') + * UCW Library -- Shell-Like Case-Insensitive 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"