X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2Futf8tools.h;h=0eca7da82f36bf5aa72efff4d609d540f64c7c02;hb=94ba56fcb08f1fd4eff2803ab2a29603fad2c18e;hp=3cfb1c13be35ba51a41679bdabc86b78c878eae4;hpb=37664554e3b02ffcc14d648844fe2ec95c0cf753;p=gedcom-parse.git diff --git a/utf8/utf8tools.h b/utf8/utf8tools.h index 3cfb1c1..0eca7da 100644 --- a/utf8/utf8tools.h +++ b/utf8/utf8tools.h @@ -1,16 +1,27 @@ /* Header file for UTF-8 functions 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$ */ -#ifndef __UTF8_H -#define __UTF8_H +#ifndef __UTF8TOOLS_H +#define __UTF8TOOLS_H #ifdef __cplusplus extern "C" { @@ -57,4 +68,4 @@ char* convert_locale_to_utf8(const char* input); } #endif -#endif /* __UTF8_H */ +#endif /* __UTF8TOOLS_H */