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