X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ftoupper.c;h=5691d4e0b339a94554c6697f42e290b0331be535;hb=09e7fe5641b94148d998a1b620bf694f353cb17b;hp=f37eb604832d34cdbc64690f2c9016f6aa1beccc;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/toupper.c b/charset/toupper.c index f37eb604..5691d4e0 100644 --- a/charset/toupper.c +++ b/charset/toupper.c @@ -1,9 +1,12 @@ /* * The UniCode Library -- Uppercase Table * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * 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 "ucw/lib.h" +#include "charset/unicat.h" +#include "charset/U-upper.h"