]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.c
Added REV_COMPARE(x,y) which is equivalent to COMPARE(y,x), but it's
[libucw.git] / lib / patmatch.c
index 53a0710a2a46b4ae357cc1861bfa1c64fe1416bd..f03a2deb5d357e3752121221dbe2c4756d084665 100644 (file)
@@ -1,15 +1,15 @@
 /*
  *     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.h"
+#include "lib/lib.h"
 
 #define Convert(x) (x)
 #define MATCH_FUNC_NAME match_pattern
 
-#include "patmatch.h"
+#include "lib/patmatch.h"