]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.c
Adjust comments in UCW Library modules.
[libucw.git] / lib / patmatch.c
index df73de57696babca58acecb32e763991e591ee94..bfd8aa50e7dc3e1ab712ab3efa7c4cc00bd08715 100644 (file)
@@ -1,12 +1,12 @@
 /*
- *     Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*')
+ *     UCW 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)