X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fwildmatch.h;h=4fa779827e44652708c4d12916310442a8e28b34;hb=78775c3f5e38e8bee7d04b0f994766c7dd1e6578;hp=00bd1fb3d2a0f276c314c3d8a232bb949c563ee7;hpb=8886ac0aa8be3913ef1fbefcff5d970acce3010a;p=libucw.git diff --git a/lib/wildmatch.h b/lib/wildmatch.h index 00bd1fb3..4fa77982 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -1,7 +1,10 @@ /* - * Fast Wildcard Pattern Matcher (only `?' and `*' supported) + * UCW Library -- Fast Wildcard Pattern Matcher (only `?' and `*' supported) * * (c) 1999 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ struct wildpatt;