X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Funaccent.c;h=9f7f79dcfe4dc94fd39b5bbaafa35e25b964dcb6;hb=45201a4c724923aae01ed891be9e125b229ad189;hp=c91724615a3b13d40c8a9fa6c31cce3893415689;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/charset/unaccent.c b/charset/unaccent.c index c9172461..9f7f79dc 100644 --- a/charset/unaccent.c +++ b/charset/unaccent.c @@ -1,9 +1,12 @@ /* * The UniCode Library -- Unaccenting 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 "ucw/lib.h" +#include "charset/unicat.h" #include "charset/U-unacc.h"