]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wildmatch.h
First bits of the sorter infrastructure.
[libucw.git] / lib / wildmatch.h
index 00bd1fb3d2a0f276c314c3d8a232bb949c563ee7..4fa779827e44652708c4d12916310442a8e28b34 100644 (file)
@@ -1,7 +1,10 @@
 /*
- *     Fast Wildcard Pattern Matcher (only `?' and `*' supported)
+ *     UCW Library -- Fast Wildcard Pattern Matcher (only `?' and `*' supported)
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 struct wildpatt;