X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fcompact.c;h=95e3c54a8d1d3cf9c79f246fd75edbea3676106c;hp=edc6eda4dc1ef00c4631173c62492f4eaa47c5c1;hb=f3f20a205132c39c9434b10086422c6b49b47faf;hpb=896c0427df9d8eff5de6a1735dcd992e067df844 diff --git a/index/compact.c b/index/compact.c index edc6eda..95e3c54 100644 --- a/index/compact.c +++ b/index/compact.c @@ -1,8 +1,5 @@ -/* $Id: compact.c,v 1.3 2002-08-02 19:26:55 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) Index Data 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 @@ -15,12 +12,15 @@ 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 Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -32,3 +32,12 @@ void inv_compact (BFiles bfs) { dict_copy_compact (bfs, FNAME_DICT, "out"); } +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +