X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmatchstr.c;h=95c32e05ee57d49c565511221586d36313ae7ca2;hb=783a6ef05f341c0bb27bac3e78def89df7fc37df;hp=2ec92d81f926396c83d1846119308a73c744abae;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/matchstr.c b/src/matchstr.c index 2ec92d8..95c32e0 100644 --- a/src/matchstr.c +++ b/src/matchstr.c @@ -1,10 +1,15 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (c) 1995-2004, Index Data. * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: matchstr.c,v 1.1 2003-10-27 12:21:31 adam Exp $ + * $Id: matchstr.c,v 1.2 2004-10-15 00:19:00 adam Exp $ */ + +/** + * \file matchstr.c + * \brief Implements loose string matching + */ + #if HAVE_CONFIG_H #include #endif