]> mj.ucw.cz Git - libucw.git/blobdiff - charset/unaccent.c
Format string cleanup.
[libucw.git] / charset / unaccent.c
index c91724615a3b13d40c8a9fa6c31cce3893415689..a5083e91a0d1ee8b960930f7f4d3eb8dac918e8c 100644 (file)
@@ -1,9 +1,12 @@
 /*
  *     The UniCode Library -- Unaccenting Table
  *
 /*
  *     The UniCode Library -- Unaccenting Table
  *
- *     (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 "lib/lib.h"
  */
 
 #include "lib/lib.h"
-#include "charset/unicode.h"
+#include "charset/unicat.h"
 #include "charset/U-unacc.h"
 #include "charset/U-unacc.h"