From 49f1c8c877affdeb9e9221047c48beed3f475afb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Dec 1999 11:34:51 +0000 Subject: [PATCH] Updated LICENSE and CHANGELOG. --- CHANGELOG | 5 +++++ LICENSE.zebra | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- README | 11 ++++------- zebra.spec | 10 +++++----- 4 files changed, 64 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b151131..90c4cb3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +The software was split in two products Zebra (for testing, +non-profit use) and the commercial product Z'mbol. Zebra no +longer supports INDEX UPDATES, i.e. zebraidx should be invoked only +once for each register. Refer to LICENSE.zebra for more info. + Added support for multiple records in one file for filter grs.sgml. Changed record index structure. New layout is incompatible with diff --git a/LICENSE.zebra b/LICENSE.zebra index 56a26b5..b986a65 100644 --- a/LICENSE.zebra +++ b/LICENSE.zebra @@ -1 +1,50 @@ -License here. +Zebra +Copyright (c) 1995-1999 Index Data ApS. + +All rights reserved. + +Use and redistribution in source or binary form, with or without +modification, of any or all of this software and documentation is +permitted, provided that the following Conditions 1 to 6 set out below +are met. + +1. Unless prior specific written permission is obtained this copyright +and permission notice appear with all copies of the software and its +documentation. Notices of copyright or attribution which appear at the +beginning of any file must remain unchanged. + +2. The names of Index Data or the individual authors may not be used +to endorse or promote products derived from this software without +specific prior written permission. + +3. Source code or binary versions of this software and its documentation +may be used freely in `not for profitĀ“ applications limited to databases +of 100,000 records maximum. Other applications - such as publishing over +100,000 records, providing for-pay services, distributing a product based +in whole or in part on this software or its documentation, or generally +distributing this software or its documentation under a different license +require a commercial license from Index Data. + +4. The software may be installed and used for evaluation purposes in +conjunction with such commercially licensed applications for a trial +period no longer than 60 days. + +5. Unless a prior specific written agreement is obtained THIS SOFTWARE +IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED, +OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF +MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL +INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING +FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE +POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +6. Commercial licenses and support agreements for Zebra and related +Index Data products such as Z'bol (c) - and written agreements +relating to these Conditions may be obtained only from Index Data +or its appointed agents as follows: + +Index Data: www.indexdata.dk +Fretwell-Downing Informatics: www.fdgroup.co.uk +Fretwell-Downing Informatics USA: www.fdi.com + diff --git a/README b/README index f6ed02b..db3c408 100644 --- a/README +++ b/README @@ -1,13 +1,11 @@ - - * Copyright (C) 1995-1999, Index Data. - * See the file LICENSE.2 for details. - * Sebastian Hammer, Adam Dickmeiss +Copyright (C) 1995-1999, Index Data ApS. +See the file LICENSE.zebra for details. README for Zebra - $Id: README,v 1.2 1999-05-21 12:00:35 adam Exp $ + $Id: README,v 1.3 1999-12-02 11:34:51 adam Exp $ Documentation about this software can be found in the subdirectory -'doc' and Zebra's home page: http://www.indexdata.dk/zebra +'doc' and Zebra's home page: http://www.indexdata.dk/zebra/ To get more information or assistance, send mail to zebra-help@indexdata.dk. @@ -16,4 +14,3 @@ the software, bug-reports, discussion etc. You can sign up by sending mail to zebra-request@indexdata.dk and include the following command in your email: subscribe zebra-l - diff --git a/zebra.spec b/zebra.spec index 8b94c5a..494cd8f 100644 --- a/zebra.spec +++ b/zebra.spec @@ -2,7 +2,7 @@ Summary: Zebra - An Open Indexing Search Engine Name: zebra Version: 1.0 Release: 1 -Copyright: none +Copyright: commercial Group: Development/Libraries Vendor: Index Data ApS Url: http://www.indexdata.dk/zebra/ @@ -13,10 +13,10 @@ BuildRoot: /var/tmp/%{name}-%{version}-root Packager: Adam Dickmeiss %description -The Zebra indexing tool is a generic search engine suitable for dealing with -Metadata and many other document types. Zebra consists of an indexing -tool - for building an index for fast retrieval - and a search engine server -that offers a Z39.50 interface. +The Zebra indexing tool is a generic search engine suitable for dealing +with Metadata and other document types. Zebra consists of an indexing +tool - for building an index for fast retrieval - and a search engine +server that offers a Z39.50 interface. %prep %setup -- 1.7.10.4