X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwildmatch.c;h=a5eb76ede41e01ac52e84e12a9fb3d3347d0a33f;hb=be8d99292164b5708998ce8d46424574fc866f80;hp=2a40f53764d8ca61ce6d50af1d8bef8b73ad9d34;hpb=2237687dce28209d9b1dd8ef23b9a915c80b390c;p=libucw.git diff --git a/lib/wildmatch.c b/lib/wildmatch.c index 2a40f537..a5eb76ed 100644 --- a/lib/wildmatch.c +++ b/lib/wildmatch.c @@ -1,5 +1,5 @@ /* - * Fast Pattern Matcher for Short Wildcard Patterns (only `?' and `*' supported) + * UCW Library -- Fast Pattern Matcher for Short Wildcard Patterns (only `?' and `*' supported) * * Traditional NFA -> DFA method with on-the-fly DFA construction. *