X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Fyaz-iconv.h;h=20d8a9e1977d9f0122fe2fce6f5436f5e8766d0c;hb=a7bff1cefa274c110b80458cba718db5ed0fd97d;hp=f1e53e1ad2c560d22f4731d8c6f5217281589381;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index f1e53e1..20d8a9e 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,7 +24,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-iconv.h,v 1.14 2007-01-03 08:42:14 adam Exp $ */ /** * \file yaz-iconv.h @@ -68,7 +67,7 @@ YAZ_EXPORT int yaz_iconv_isbuiltin(yaz_iconv_t cd); /** \brief match strings - independent of case and '-' \param s1 first string - \param s2 second string + \param s2 second string (May include wildcard ? and .) \retval 0 strings are similar \retval !=0 strings are different */