]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.c
As usually, stuff in lib/* is LGPL'ed.
[libucw.git] / lib / patmatch.c
index df73de57696babca58acecb32e763991e591ee94..f03a2deb5d357e3752121221dbe2c4756d084665 100644 (file)
@@ -1,12 +1,12 @@
 /*
  *     Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*')
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 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 <stdio.h>
-#include <string.h>
-
 #include "lib/lib.h"
 
 #define Convert(x) (x)