X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatmatch.c;h=f03a2deb5d357e3752121221dbe2c4756d084665;hb=b42162f5526360acc6930e3d2e296af1fef08e63;hp=837ae1a1c6bbf1e77f05db37de2d33bfeee927d1;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/patmatch.c b/lib/patmatch.c index 837ae1a1..f03a2deb 100644 --- a/lib/patmatch.c +++ b/lib/patmatch.c @@ -2,6 +2,9 @@ * Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*') * * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h"