X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftolower.c;h=189c3151267453d950b6eda0e1ae0ccca971ce4e;hb=9c5d20f9afd457a9d16e681475c6ea59c33de2d0;hp=88389f8a877cb61d5e350a98db35e714f1fab837;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/charset/tolower.c b/charset/tolower.c index 88389f8a..189c3151 100644 --- a/charset/tolower.c +++ b/charset/tolower.c @@ -1,9 +1,12 @@ /* * The UniCode Library -- Lowercase 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 "lib/lib.h" -#include "charset/unicode.h" +#include "charset/unicat.h" #include "charset/U-lower.h"