X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatimatch.c;h=b848f54b2d97cf608ffbf724c1cb92586cd1fa62;hb=c673da72822d7704572716de80402829921efdc3;hp=fa651b06dda3acfb52ba9ed6cddb3130e811f9cb;hpb=fab01e0b82bb1678b168fe56940aaa555c3360d5;p=libucw.git diff --git a/lib/patimatch.c b/lib/patimatch.c index fa651b06..b848f54b 100644 --- a/lib/patimatch.c +++ b/lib/patimatch.c @@ -1,16 +1,16 @@ /* * Sherlock 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"