X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2Futf8.c;h=e3809b99dc7cc0f917d7980828de0c1337d39dfe;hb=bc80a055217eb3e2bc32974fdbcbe891d2f3aed3;hp=443fcfc40d8e66c4f34ca2cbed18b4f1ac97e784;hpb=b254663a41a4da7bc4c9039f89411f4b3bd0b8a7;p=gedcom-parse.git diff --git a/utf8/utf8.c b/utf8/utf8.c index 443fcfc..e3809b9 100644 --- a/utf8/utf8.c +++ b/utf8/utf8.c @@ -1,15 +1,26 @@ /* Utility functions for UTF-8 Copyright (C) 2001, 2002 Peter Verthez - Permission granted to do anything with this file that you want, as long - as the above copyright is retained in all copies. - THERE IS NO WARRANTY - USE AT YOUR OWN RISK + The UTF8 tools library is free software; you can redistribute it + and/or modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The Gedcom parser library is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the Gedcom parser library; if not, write to the + Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + 02111-1307 USA. */ /* $Id$ */ /* $Name$ */ -#include "utf8.h" +#include "utf8tools.h" int is_utf8_string(const char* str) {