]> mj.ucw.cz Git - libucw.git/blobdiff - charset/tolower.c
Renamed unisplit to gen-basic.
[libucw.git] / charset / tolower.c
index 75bcc9dd611e61d856cfa3435cd509726885af0c..7a24f2cbb05aaddfadbf2f19a62f9ca1483739b7 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 "unicode.h"
-
-#include "U-lower.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
+#include "charset/U-lower.h"