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