X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamc%2Fisamc.c;h=8ba7a6c1822dc2354dbf9a74983ac3c99afd38cf;hb=ca8c7208a371bcfb79c846dfec9cd7cb42ecaf92;hp=61949c4b6d3cd53d9621d2cab1b6c6565099c3ea;hpb=ecf94fc25324414287d3bbfbeba4440e558edd17;p=idzebra-moved-to-github.git diff --git a/isamc/isamc.c b/isamc/isamc.c index 61949c4..8ba7a6c 100644 --- a/isamc/isamc.c +++ b/isamc/isamc.c @@ -1,5 +1,5 @@ -/* $Id: isamc.c,v 1.30 2005-04-13 13:03:48 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: isamc.c,v 1.32 2006-08-14 10:40:19 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,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 + */ /* @@ -574,3 +574,11 @@ zint isamc_pp_num (ISAMC_PP pp) return pp->numKeys; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +