X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatmatch.h;h=a47669f948d0a060471a973cef60ae05cd774b80;hb=5a78c3505ae7fa76a061e26676450049ec5946d5;hp=2aaef12be0fb811b23f310698812a5761438e2d8;hpb=6a2259c2522c346df06c31ebd23582760dfab5a8;p=libucw.git diff --git a/lib/patmatch.h b/lib/patmatch.h index 2aaef12b..a47669f9 100644 --- a/lib/patmatch.h +++ b/lib/patmatch.h @@ -1,11 +1,14 @@ /* - * Sherlock Library -- Generic Shell-Like Pattern Matching (currently only '?' and '*') + * UCW Library -- Generic 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. */ int -MATCH_FUNC_NAME(byte *p, byte *s) +MATCH_FUNC_NAME(const char *p, const char *s) { while (*p) {