]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toupper.c
Moved detaching of stdout from log_file() to the daemon-helper.
[libucw.git] / charset / toupper.c
index f37eb604832d34cdbc64690f2c9016f6aa1beccc..61301d9047c4919cb57ca1364309e14c9bc4bddf 100644 (file)
@@ -1,9 +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 "unicode.h"
-
-#include "U-upper.h"
+#include "lib/lib.h"
+#include "charset/unicat.h"
+#include "charset/U-upper.h"