X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatmatch.c;h=bfd8aa50e7dc3e1ab712ab3efa7c4cc00bd08715;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;hp=df73de57696babca58acecb32e763991e591ee94;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/patmatch.c b/lib/patmatch.c index df73de57..bfd8aa50 100644 --- a/lib/patmatch.c +++ b/lib/patmatch.c @@ -1,12 +1,12 @@ /* - * 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/lib.h" #define Convert(x) (x)