X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fapi_swig.c;h=f83037128b4218463fa55394436dce3ecf927082;hb=7598c76f1a4989a91003bd4fbd90f30a7c7255ef;hp=4bb9ab35784f9978d38fec6540325fa15987f66c;hpb=22851818d50bb92ec91e9ec6f2bf484bd09307f6;p=idzebra-moved-to-github.git diff --git a/index/api_swig.c b/index/api_swig.c index 4bb9ab3..f830371 100644 --- a/index/api_swig.c +++ b/index/api_swig.c @@ -1,9 +1,21 @@ -#include -#include +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data -#define DEFAULT_APPROX_LIMIT 2000000000 +Zebra is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -/* == Internal structures ================================================== */ +Zebra 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 General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ struct idzebra_swig_service { ZebraService zs; @@ -336,3 +348,11 @@ void free_array(const char **args) xfree (args); } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +