]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wildmatch.c
Renamed charset import scripts.
[libucw.git] / lib / wildmatch.c
index 5fcef8220f09e1d4ca6570531421bdaa89a33e97..be98a995ded83ec068939603a3691a658d749b10 100644 (file)
@@ -4,6 +4,9 @@
  *     Traditional NFA -> DFA method with on-the-fly DFA construction.
  *
  *     (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.
  */
 
 #include "lib/lib.h"