X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ftoupper.c;h=5a650b9d334abb23797073b6780d3ac9c90830ee;hb=68fe13e77b7ceaf950289e747281655ddb264576;hp=f37eb604832d34cdbc64690f2c9016f6aa1beccc;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/toupper.c b/charset/toupper.c index f37eb604..5a650b9d 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 "lib/lib.h" +#include "charset/unicode.h" +#include "charset/U-upper.h"