X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fisam.h;h=0e4488a2bb38e85e1f355704984391f8dd697f13;hp=9ecc3190cc2df72ef23ebb48d398504f89b0e7c9;hb=896c0427df9d8eff5de6a1735dcd992e067df844;hpb=8f7e8952ccd2eca24d2bb91a79d2f17f346c490c diff --git a/include/isam.h b/include/isam.h index 9ecc319..0e4488a 100644 --- a/include/isam.h +++ b/include/isam.h @@ -1,54 +1,26 @@ -/* - * Copyright (C) 1994-1999, Index Data - * All rights reserved. - * Sebastian Hammer, Adam Dickmeiss - * - * $Log: isam.h,v $ - * Revision 1.14 1999-02-02 14:50:34 adam - * Updated WIN32 code specific sections. Changed header. - * - * Revision 1.13 1997/09/17 12:19:09 adam - * Zebra version corresponds to YAZ version 1.4. - * Changed Zebra server so that it doesn't depend on global common_resource. - * - * Revision 1.12 1997/09/05 15:30:00 adam - * Changed prototype for chr_map_input - added const. - * Added support for C++, headers uses extern "C" for public definitions. - * - * Revision 1.11 1996/10/29 13:43:44 adam - * Removed definition of SYSNO. - * - * Revision 1.10 1995/09/06 16:10:57 adam - * More work on boolean sets. - * - * Revision 1.9 1994/09/28 16:58:26 quinn - * Small mod. - * - * Revision 1.8 1994/09/28 12:56:09 quinn - * Added access functions (ISPT) - * - * Revision 1.7 1994/09/28 11:56:13 quinn - * Removed const from input to is_merge - * - * Revision 1.6 1994/09/28 11:29:28 quinn - * Added cmp parameter. - * - * Revision 1.5 1994/09/27 20:03:36 quinn - * Seems relatively bug-free. - * - * Revision 1.4 1994/09/26 17:05:54 quinn - * Trivial. - * - * Revision 1.3 1994/09/26 16:08:42 quinn - * Most of the functionality in place. - * - * Revision 1.2 1994/09/14 13:10:35 quinn - * Small changes - * - * Revision 1.1 1994/09/12 08:02:07 quinn - * Not functional yet - * - */ +/* $Id: isam.h,v 1.15 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. + +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. + +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 Zebra; see the file LICENSE.zebra. If not, write to the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. +*/ + + #ifndef ISAM_H #define ISAM_H