X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpatmatch.c;h=f03a2deb5d357e3752121221dbe2c4756d084665;hb=26deef20888cd415ad2f0261cfa25ba58a0dfebb;hp=53a0710a2a46b4ae357cc1861bfa1c64fe1416bd;hpb=fab01e0b82bb1678b168fe56940aaa555c3360d5;p=libucw.git diff --git a/lib/patmatch.c b/lib/patmatch.c index 53a0710a..f03a2deb 100644 --- a/lib/patmatch.c +++ b/lib/patmatch.c @@ -1,15 +1,15 @@ /* * Sherlock 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"