]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toupper.c
add Adler32 checksum to compressed V33 buckets
[libucw.git] / charset / toupper.c
index 43210349cd8051ffc7cb5f812674c33147912ad2..61301d9047c4919cb57ca1364309e14c9bc4bddf 100644 (file)
@@ -1,8 +1,12 @@
 /*
  *     The UniCode Library -- Uppercase Table
  *
 /*
  *     The UniCode Library -- Uppercase 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 "charset/unicode.h"
+#include "lib/lib.h"
+#include "charset/unicat.h"
 #include "charset/U-upper.h"
 #include "charset/U-upper.h"