]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toupper.c
Merge branch 'dev-table'
[libucw.git] / charset / toupper.c
index 43210349cd8051ffc7cb5f812674c33147912ad2..5e2b91ec440dac2be888d341e5a147d0875b1c38 100644 (file)
@@ -1,8 +1,12 @@
 /*
  *     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 "charset/U-upper.h"
+#include <ucw/lib.h>
+#include <charset/unicat.h>
+#include <charset/U-upper.h>