]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patimatch.c
fixed support for 64bit big allocations
[libucw.git] / lib / patimatch.c
index e799f6947455fecce1a41bb4f39b9c0e5014dc27..a0e29af90aed6761c305c291c41dc020b4057218 100644 (file)
@@ -1,12 +1,12 @@
 /*
- *     Sherlock Library -- Shell-Like Case-Insensitive Pattern Matching (currently only '?' and '*')
+ *     UCW Library -- Shell-Like Case-Insensitive 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"
 #include "lib/chartype.h"