]> mj.ucw.cz Git - libucw.git/blobdiff - charset/tolower.c
Just fixed a comment in libimages.
[libucw.git] / charset / tolower.c
index 88389f8a877cb61d5e350a98db35e714f1fab837..9c975044ee79ffe9bb66c0c9ab697a2d979ffb55 100644 (file)
@@ -1,9 +1,12 @@
 /*
  *     The UniCode Library -- Lowercase Table
  *
 /*
  *     The UniCode Library -- Lowercase 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 "charset/unicode.h"
+#include "ucw/lib.h"
+#include "charset/unicat.h"
 #include "charset/U-lower.h"
 #include "charset/U-lower.h"