X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ftoupper.c;h=5691d4e0b339a94554c6697f42e290b0331be535;hb=31316f76dd68a03b803f51931d6e1fff2c60c5d1;hp=43210349cd8051ffc7cb5f812674c33147912ad2;hpb=0860307de69e9a3fe012afb5311465a5ff1f1186;p=libucw.git diff --git a/charset/toupper.c b/charset/toupper.c index 43210349..5691d4e0 100644 --- a/charset/toupper.c +++ b/charset/toupper.c @@ -1,8 +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 "charset/unicode.h" +#include "ucw/lib.h" +#include "charset/unicat.h" #include "charset/U-upper.h"