X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fapi_swig.c;h=3840f1077b4c178d0354c37b2fc4856db264a3ca;hb=95f8991b4c687a0d99a1e8751ef5aeeb7f6831bc;hp=4bb9ab35784f9978d38fec6540325fa15987f66c;hpb=22851818d50bb92ec91e9ec6f2bf484bd09307f6;p=idzebra-moved-to-github.git diff --git a/index/api_swig.c b/index/api_swig.c index 4bb9ab3..3840f10 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) 1994-2009 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,12 @@ void free_array(const char **args) xfree (args); } } +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +