]> mj.ucw.cz Git - libucw.git/blobdiff - charset/tocat.c
Added functions for automatic processing of script arguments.
[libucw.git] / charset / tocat.c
index 243e2fa1165080550e27df280aa9300cb56edb84..a3b0832d82ccd19bcd52f0d96903d023f03e77b4 100644 (file)
@@ -1,9 +1,12 @@
 /*
  *     The UniCode Library -- Category 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-cat.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
+#include "charset/U-cat.h"