X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Funaccent.c;h=7ec249604e4968d62d709e10a573aa3ae751ced1;hb=ddb01cbb4eb8431b042918438e6543003851a87f;hp=9345201a13afe571d0a6bc335174ef4c7f9dc1b5;hpb=ac9212c1d03bd23f6322bef39a4a0384b5afcc5d;p=libucw.git diff --git a/charset/unaccent.c b/charset/unaccent.c index 9345201a..7ec24960 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 "unicode.h" - -#include "U-unacc.h" +#include "lib/lib.h" +#include "charset/unicode.h" +#include "charset/U-unacc.h"