X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatimatch.c;h=a0e29af90aed6761c305c291c41dc020b4057218;hb=9458ba8d8926a5b6b5fd5e7aed78286c5b087fdf;hp=fa651b06dda3acfb52ba9ed6cddb3130e811f9cb;hpb=fab01e0b82bb1678b168fe56940aaa555c3360d5;p=libucw.git diff --git a/lib/patimatch.c b/lib/patimatch.c index fa651b06..a0e29af9 100644 --- a/lib/patimatch.c +++ b/lib/patimatch.c @@ -1,16 +1,16 @@ /* - * 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.h" -#include "string.h" +#include "lib/lib.h" +#include "lib/chartype.h" #define Convert(x) Cupcase(x) #define MATCH_FUNC_NAME match_pattern_nocase -#include "patmatch.h" +#include "lib/patmatch.h"