X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fstemmer.c;h=059a053e4eeeba57239f4382623de7874246a9e9;hb=8fba4cf2cac1cc543aa4c1063c78b449ebac44a7;hp=7ee26339444939e954fcb342c760166dbdf7abff;hpb=554423d357ed2bcf4ece977f85de3bc1307d6536;p=yaz-moved-to-github.git diff --git a/src/stemmer.c b/src/stemmer.c index 7ee2633..059a053 100644 --- a/src/stemmer.c +++ b/src/stemmer.c @@ -1,13 +1,19 @@ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2011 Index Data + * See the file LICENSE for details. + */ +/** + * \file stemmer.c + * \brief Implements stemmer wrapper + */ #if HAVE_CONFIG_H -#include "config.h" +#include #endif #if YAZ_HAVE_ICU -#include - #include #include