X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwildmatch.c;h=be98a995ded83ec068939603a3691a658d749b10;hb=2a64fd8ad0419220eccfcde539ed1791138ef942;hp=5fcef8220f09e1d4ca6570531421bdaa89a33e97;hpb=e9aa499507f33db9fac50f3864609a6b292685e0;p=libucw.git diff --git a/lib/wildmatch.c b/lib/wildmatch.c index 5fcef822..be98a995 100644 --- a/lib/wildmatch.c +++ b/lib/wildmatch.c @@ -4,6 +4,9 @@ * Traditional NFA -> DFA method with on-the-fly DFA construction. * * (c) 1999 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"