]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.c
bugfix in image scaling (select the correct strategy)
[libucw.git] / lib / patmatch.c
index 837ae1a1c6bbf1e77f05db37de2d33bfeee927d1..bfd8aa50e7dc3e1ab712ab3efa7c4cc00bd08715 100644 (file)
@@ -1,7 +1,10 @@
 /*
- *     Sherlock Library -- Shell-Like Pattern Matching (currently only '?' and '*')
+ *     UCW Library -- Shell-Like Pattern Matching (currently only '?' and '*')
  *
  *     (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 "lib/lib.h"