X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fstemmer.c;h=eab95c74749a19fb531b1ec2c3adf325f662a052;hp=7ee26339444939e954fcb342c760166dbdf7abff;hb=b0be69c0a676f1702f12b2ea17cd73f9ebb08ea2;hpb=554423d357ed2bcf4ece977f85de3bc1307d6536 diff --git a/src/stemmer.c b/src/stemmer.c index 7ee2633..eab95c7 100644 --- a/src/stemmer.c +++ b/src/stemmer.c @@ -1,13 +1,19 @@ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2012 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