]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patimatch.c
obj_add_attr_ref() with an on-stack buffer is not advisable, better
[libucw.git] / lib / patimatch.c
index e799f6947455fecce1a41bb4f39b9c0e5014dc27..b848f54b2d97cf608ffbf724c1cb92586cd1fa62 100644 (file)
@@ -1,12 +1,12 @@
 /*
  *     Sherlock 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"