]> mj.ucw.cz Git - libucw.git/blobdiff - lib/ctmatch.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / ctmatch.c
index ffa1385cdd878e54c81adecc41517ebad06c4467..aa9ab16c81798bf0d49e0ca36b4a9087dded25a4 100644 (file)
@@ -1,13 +1,14 @@
 /*
  *     Sherlock Library -- Content-Type Pattern Matching
  *
- *     (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 "lib.h"
-#include "string.h"
+#include "lib/lib.h"
+#include "lib/chartype.h"
 
 int
 match_ct_patt(byte *p, byte *t)