X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fpatimatch.c;h=a0e29af90aed6761c305c291c41dc020b4057218;hb=63b7d5c6c89182792601e29326131e6b12321df9;hp=e799f6947455fecce1a41bb4f39b9c0e5014dc27;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/patimatch.c b/lib/patimatch.c index e799f694..a0e29af9 100644 --- a/lib/patimatch.c +++ b/lib/patimatch.c @@ -1,12 +1,12 @@ /* - * 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, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include -#include - #include "lib/lib.h" #include "lib/chartype.h"