X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdcompact.c;h=5272a655f9912c3bfcda936aa4e4a88140630122;hb=0ef68e6e54cfd7a91a28ee3b1f305924ac34e787;hp=56f27ecb0ab5bdafcea498004eba4a4a04252c96;hpb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;p=idzebra-moved-to-github.git diff --git a/dict/dcompact.c b/dict/dcompact.c index 56f27ec..5272a65 100644 --- a/dict/dcompact.c +++ b/dict/dcompact.c @@ -1,8 +1,5 @@ -/* $Id: dcompact.c,v 1.11 2004-12-08 12:23:08 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) 1995-2008 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,9 +12,9 @@ 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 + */ @@ -27,7 +24,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include #include "dict-p.h" static void dict_copy_page(Dict dict, char *to_p, char *from_p, int *map) @@ -143,3 +139,11 @@ int dict_copy_compact (BFiles bfs, const char *from_name, const char *to_name) dict_close (dict_to); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +