X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatmatch.c;h=bfd8aa50e7dc3e1ab712ab3efa7c4cc00bd08715;hb=3291ba387ddc1e079a63d628b0c1f7f84db6cd1f;hp=53a0710a2a46b4ae357cc1861bfa1c64fe1416bd;hpb=fab01e0b82bb1678b168fe56940aaa555c3360d5;p=libucw.git diff --git a/lib/patmatch.c b/lib/patmatch.c index 53a0710a..bfd8aa50 100644 --- a/lib/patmatch.c +++ b/lib/patmatch.c @@ -1,15 +1,15 @@ /* - * Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*') + * UCW Library -- Shell-Like 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 "lib/lib.h" #define Convert(x) (x) #define MATCH_FUNC_NAME match_pattern -#include "patmatch.h" +#include "lib/patmatch.h"