2007.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Jan 2007 15:10:13 +0000 (15:10 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Jan 2007 15:10:13 +0000 (15:10 +0000)
179 files changed:
README
bfile/bfile.c
bfile/cfile.c
bfile/commit.c
bfile/mfile.c
bfile/tstbfile1.c
bfile/tstbfile2.c
bfile/tstmfile1.c
configure.ac
data1/d1_absyn.c
data1/d1_attset.c
data1/d1_doespec.c
data1/d1_espec.c
data1/d1_expout.c
data1/d1_grs.c
data1/d1_handle.c
data1/d1_if.c
data1/d1_map.c
data1/d1_marc.c
data1/d1_prtree.c
data1/d1_read.c
data1/d1_soif.c
data1/d1_sumout.c
data1/d1_sutrs.c
data1/d1_tagset.c
data1/d1_utils.c
data1/d1_varset.c
data1/d1_write.c
dfa/agrep.c
dfa/bset.c
dfa/dfa.c
dfa/grepper.c
dfa/imalloc.c
dfa/lexer.c
dfa/readfile.c
dfa/set.c
dfa/states.c
dict/close.c
dict/dclose.c
dict/dcompact.c
dict/delete.c
dict/dictext.c
dict/dicttest.c
dict/dopen.c
dict/drdwr.c
dict/insert.c
dict/lookgrep.c
dict/lookup.c
dict/lookupec.c
dict/open.c
dict/scan.c
dict/scantest.c
doc/license.xml
doc/zebra.xml
index/alvis.c
index/attribute.c
index/check_res.c
index/compact.c
index/dir.c
index/dirs.c
index/extract.c
index/invstat.c
index/isam_methods.c
index/kcontrol.c
index/kdump.c
index/key_block.c
index/kinput.c
index/limit.c
index/marcread.c
index/orddict.c
index/rank1.c
index/ranksimilarity.c
index/rankstatic.c
index/recctrl.c
index/recgrs.c
index/recindex.c
index/reckeys.c
index/recstat.c
index/rectext.c
index/regxread.c
index/retrieve.c
index/rpnscan.c
index/rpnsearch.c
index/safari.c
index/sgmlread.c
index/sortidx.c
index/stream.c
index/symtab.c
index/trunc.c
index/untrans.c
index/update_file.c
index/update_path.c
index/xmlread.c
index/zaptterm.c
index/zebraapi.c
index/zebraidx.c
index/zebrash.c
index/zebrasrv.c
index/zinfo.c
index/zsets.c
isamb/benchindex1.c
isamb/benchisamb.c
isamb/isamb.c
isamb/tstisamb.c
isamc/isamc.c
isamc/merge.c
isams/isams.c
rset/rsbetween.c
rset/rsbool.c
rset/rset.c
rset/rsisamb.c
rset/rsisamc.c
rset/rsisams.c
rset/rsmultiandor.c
rset/rsnull.c
rset/rsprox.c
rset/rstemp.c
test/api/safari1.c
test/api/t0.c
test/api/t1.c
test/api/t10.c
test/api/t11.c
test/api/t12.c
test/api/t13.c
test/api/t14.c
test/api/t15.c
test/api/t16.c
test/api/t2.c
test/api/t3.c
test/api/t4.c
test/api/t5.c
test/api/t6.c
test/api/t7.c
test/api/t8.c
test/api/t9.c
test/api/testlib.c
test/charmap/charmap1.c
test/codec/tstcodec.c
test/espec/t1.c
test/filters/grs.marc.c
test/filters/grs.xml.c
test/filters/grs.xml.idzebra.c
test/filters/text.c
test/marcxml/t1.c
test/marcxml/t2.c
test/mbox/mbox1.c
test/rusmarc/t1.c
test/sort/sort1.c
test/sort2/t1.c
test/xpath/xpath1.c
test/xpath/xpath2.c
test/xpath/xpath3.c
test/xpath/xpath4.c
test/xpath/xpath5.c
test/xpath/xpath6.c
test/xslt/xslt1.c
test/xslt/xslt2.c
test/xslt/xslt3.c
test/xslt/xslt4.c
test/xslt/xslt5.c
util/atoi_zn.c
util/attrfind.c
util/charmap.c
util/dirent.c
util/exit.c
util/flock.c
util/it_key.c
util/passwddb.c
util/res-test.c
util/res.c
util/snippet.c
util/su_codec.c
util/tstcharmap.c
util/tstflock.c
util/tstpass.c
util/xpath.c
util/zebra-lock.c
util/zebramap.c
util/zint.c

diff --git a/README b/README
index 8a1070f..78f2479 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Zebra server,
- Copyright (c) 1995-2006, Index Data ApS
+ Copyright (c) 1995-2007, Index Data ApS
 
 Introduction
 ------------
@@ -39,4 +39,4 @@ We maintain a mailing-list for the purpose of announcing new versions of
 the software, bug-reports, discussion etc. You can sign up at the URL
 http://www.indexdata.dk/mailman/listinfo/zebralist
 
-$Id: README,v 1.21 2006-06-26 15:11:19 marc Exp $
+$Id: README,v 1.22 2007-01-15 15:10:13 adam Exp $
index bd1fe92..9ab0b9e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: bfile.c,v 1.53 2006-12-03 16:05:13 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: bfile.c,v 1.54 2007-01-15 15:10:13 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 0809ff9..c5b190e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cfile.c,v 1.41 2006-12-19 13:55:05 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: cfile.c,v 1.42 2007-01-15 15:10:13 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 0bf304d..110a2dc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: commit.c,v 1.31 2006-11-14 10:03:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: commit.c,v 1.32 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 86ae6e7..2295d11 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: mfile.c,v 1.73 2006-12-19 13:17:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: mfile.c,v 1.74 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c0da22e..9304abb 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstbfile1.c,v 1.4 2006-08-14 10:40:05 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstbfile1.c,v 1.5 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7669a6e..988d352 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstbfile2.c,v 1.3 2006-11-08 22:05:43 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstbfile2.c,v 1.4 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index dffc57f..5672925 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstmfile1.c,v 1.2 2006-12-03 16:05:13 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstmfile1.c,v 1.3 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ab6ef9e..d554eba 100644 (file)
@@ -1,5 +1,5 @@
-dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.44 2007-01-05 10:45:11 adam Exp $
+dnl Zebra, Index Data ApS, 1995-2007
+dnl $Id: configure.ac,v 1.45 2007-01-15 15:10:13 adam Exp $
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[2.0.7],[zebra-help@indexdata.dk])
index 96f3b6b..4bf44b1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_absyn.c,v 1.32 2006-12-22 13:57:25 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_absyn.c,v 1.33 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index fe948b0..4e2bd9e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_attset.c,v 1.12 2006-08-23 13:56:07 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_attset.c,v 1.13 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b75b6cd..3623336 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_doespec.c,v 1.11 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_doespec.c,v 1.12 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 5ff4626..ac43e3f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_espec.c,v 1.12 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_espec.c,v 1.13 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f1ad9f4..bd940d7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_expout.c,v 1.8 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_expout.c,v 1.9 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 4260379..754872a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_grs.c,v 1.9 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_grs.c,v 1.10 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 65ba597..68f4e02 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_handle.c,v 1.13 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_handle.c,v 1.14 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 1ab0d64..d6ff552 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_if.c,v 1.9 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_if.c,v 1.10 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9f2d2d6..b92ad0a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_map.c,v 1.14 2006-08-22 10:21:53 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_map.c,v 1.15 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 19d05df..a9a5ed7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_marc.c,v 1.16 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_marc.c,v 1.17 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ad990e9..cf0c6fc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_prtree.c,v 1.9 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_prtree.c,v 1.10 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 52e2364..56fdffd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_read.c,v 1.21 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_read.c,v 1.22 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 0fcb1df..7686be7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_soif.c,v 1.6 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_soif.c,v 1.7 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 563fbf7..77677de 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_sumout.c,v 1.8 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_sumout.c,v 1.9 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 186b1ea..a9eddf4 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_sutrs.c,v 1.6 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_sutrs.c,v 1.7 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index a33753c..244f5df 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_tagset.c,v 1.8 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_tagset.c,v 1.9 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index a794156..fc28eca 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_utils.c,v 1.2 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_utils.c,v 1.3 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 94f157d..bc0c8dd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_varset.c,v 1.9 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_varset.c,v 1.10 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 0d37488..870f8fe 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: d1_write.c,v 1.9 2006-08-14 10:40:06 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: d1_write.c,v 1.10 2007-01-15 15:10:14 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c0c6173..9f8f217 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: agrep.c,v 1.19 2006-10-29 17:20:00 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: agrep.c,v 1.20 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index cc99951..1d16346 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: bset.c,v 1.10 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: bset.c,v 1.11 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 58962de..8450d2a 100644 (file)
--- a/dfa/dfa.c
+++ b/dfa/dfa.c
@@ -1,5 +1,5 @@
-/* $Id: dfa.c,v 1.39 2006-10-12 12:27:28 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dfa.c,v 1.40 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index adfb1de..5e77428 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: grepper.c,v 1.16 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: grepper.c,v 1.17 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 550398d..87fc78e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: imalloc.c,v 1.15 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: imalloc.c,v 1.16 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index cf4d961..00d2073 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: lexer.c,v 1.16 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: lexer.c,v 1.17 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c7ff36d..04e91dc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: readfile.c,v 1.13 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: readfile.c,v 1.14 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c22e25c..d92e54c 100644 (file)
--- a/dfa/set.c
+++ b/dfa/set.c
@@ -1,5 +1,5 @@
-/* $Id: set.c,v 1.12 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: set.c,v 1.13 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index e006171..ee68776 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: states.c,v 1.11 2006-08-14 10:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: states.c,v 1.12 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b0d4ccb..b7789fd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: close.c,v 1.12 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: close.c,v 1.13 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 98c9924..a36b0b4 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dclose.c,v 1.11 2006-11-14 08:12:07 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dclose.c,v 1.12 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index bfe9845..bc9af7e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dcompact.c,v 1.15 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dcompact.c,v 1.16 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f29f6bd..843c849 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: delete.c,v 1.13 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: delete.c,v 1.14 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ca610ae..dd7f924 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dictext.c,v 1.15 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dictext.c,v 1.16 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f1114fc..93bf999 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dicttest.c,v 1.37 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dicttest.c,v 1.38 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 315857f..981d2b9 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dopen.c,v 1.15 2006-11-14 08:12:07 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dopen.c,v 1.16 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index edcefc1..e01ab65 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: drdwr.c,v 1.19 2006-08-14 10:40:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: drdwr.c,v 1.20 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 8ac1d5a..aa7a685 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: insert.c,v 1.30 2006-12-12 13:42:24 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: insert.c,v 1.31 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 2cb826f..b0ad4ac 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: lookgrep.c,v 1.33 2006-08-29 13:36:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: lookgrep.c,v 1.34 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7704482..f405075 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: lookup.c,v 1.16 2006-12-12 13:42:24 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: lookup.c,v 1.17 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d8bcb62..92a348c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: lookupec.c,v 1.15 2006-08-29 12:48:48 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: lookupec.c,v 1.16 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f7623b0..5981884 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: open.c,v 1.28 2006-12-12 13:42:24 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: open.c,v 1.29 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 1305182..c28da96 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: scan.c,v 1.24 2006-09-05 12:50:56 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: scan.c,v 1.25 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b49023d..9205f06 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: scantest.c,v 1.9 2006-09-05 12:50:56 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: scantest.c,v 1.10 2007-01-15 15:10:15 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 6625d47..ac23303 100644 (file)
@@ -1,10 +1,10 @@
 <appendix id="license">
- <!-- $Id: license.xml,v 1.13 2006-09-22 12:34:45 adam Exp $ -->
+ <!-- $Id: license.xml,v 1.14 2007-01-15 15:10:16 adam Exp $ -->
  <title>License</title>
 
   <para>
    Zebra Server, 
-  Copyright &copy; 1995-2006 Index Data ApS.
+  Copyright &copy; 1995-2007 Index Data ApS.
  </para>
 
   <para>
index 64c47b3..634eaee 100644 (file)
@@ -11,7 +11,7 @@
 
      <!ENTITY test SYSTEM "test.xml">
 ]>
-<!-- $Id: zebra.xml,v 1.12 2007-01-15 15:01:35 adam Exp $ -->
+<!-- $Id: zebra.xml,v 1.13 2007-01-15 15:10:16 adam Exp $ -->
 <book id="zebra">
  <bookinfo>
   <title>Zebra - User's Guide and Reference</title>
@@ -34,7 +34,7 @@
   </authorgroup>
   <releaseinfo>&version;</releaseinfo>
   <copyright>
-   <year>1995-2006</year>
+   <year>1995-2007</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract>
index cb98050..60beaca 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: alvis.c,v 1.10 2006-12-22 13:57:03 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: alvis.c,v 1.11 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b9079cd..2b55081 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: attribute.c,v 1.27 2006-09-20 10:51:25 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: attribute.c,v 1.28 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 807deb4..7b828bb 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: check_res.c,v 1.4 2006-12-20 14:19:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: check_res.c,v 1.5 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 2380d74..19c1bcf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: compact.c,v 1.6 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: compact.c,v 1.7 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9ecff0a..bddc4d5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dir.c,v 1.34 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dir.c,v 1.35 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c960a1b..54424d8 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dirs.c,v 1.26 2006-11-21 22:17:49 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dirs.c,v 1.27 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 614c0f1..526a05f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: extract.c,v 1.246 2006-12-18 23:40:07 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: extract.c,v 1.247 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index fbe75b0..5876bed 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: invstat.c,v 1.53 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: invstat.c,v 1.54 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 1472a8f..29c048c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: isam_methods.c,v 1.1 2006-11-21 17:55:47 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: isam_methods.c,v 1.2 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 71a4a69..d5ef2b0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: kcontrol.c,v 1.6 2006-08-22 13:39:27 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: kcontrol.c,v 1.7 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ae1d6b2..71ee6aa 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: kdump.c,v 1.32 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: kdump.c,v 1.33 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 085f2b2..125d47a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: key_block.c,v 1.7 2006-12-03 15:55:02 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: key_block.c,v 1.8 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 17c6d9f..670b099 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: kinput.c,v 1.81 2007-01-05 10:45:11 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: kinput.c,v 1.82 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d418bca..8e3ae49 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: limit.c,v 1.9 2006-08-16 13:16:36 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: limit.c,v 1.10 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d04b039..1cc7de2 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: marcread.c,v 1.5 2006-10-26 23:49:14 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: marcread.c,v 1.6 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9607895..a711749 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: orddict.c,v 1.4 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: orddict.c,v 1.5 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c0b891b..2c603d2 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rank1.c,v 1.31 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rank1.c,v 1.32 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 26dbe1f..e9a572c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: ranksimilarity.c,v 1.11 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: ranksimilarity.c,v 1.12 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 2a46d9a..144d60c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rankstatic.c,v 1.9 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rankstatic.c,v 1.10 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 713880f..5d951a6 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: recctrl.c,v 1.4 2006-11-06 20:48:43 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: recctrl.c,v 1.5 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 46805ab..c85b635 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: recgrs.c,v 1.12 2006-12-22 13:57:27 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: recgrs.c,v 1.13 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c11b136..9b6af88 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: recindex.c,v 1.55 2006-11-22 11:13:17 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: recindex.c,v 1.56 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 286c250..002e1fc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: reckeys.c,v 1.11 2006-12-05 08:14:59 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: reckeys.c,v 1.12 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index fdfdee3..21d62ba 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: recstat.c,v 1.16 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: recstat.c,v 1.17 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 3a06fc3..b33a897 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rectext.c,v 1.3 2006-08-22 13:39:27 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rectext.c,v 1.4 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 77404b8..966ce6a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: regxread.c,v 1.5 2006-10-30 14:05:30 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: regxread.c,v 1.6 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 00e9e9f..f683530 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: retrieve.c,v 1.62 2006-12-19 16:57:38 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: retrieve.c,v 1.63 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 846c979..38a9aee 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rpnscan.c,v 1.4 2006-10-29 17:18:05 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rpnscan.c,v 1.5 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 425cef8..7743362 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rpnsearch.c,v 1.5 2006-12-20 14:29:04 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rpnsearch.c,v 1.6 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c070cb0..96c2592 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: safari.c,v 1.4 2006-08-22 13:39:28 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: safari.c,v 1.5 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d5564ac..45680d0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: sgmlread.c,v 1.3 2006-08-22 13:39:28 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: sgmlread.c,v 1.4 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index e029633..962841a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: sortidx.c,v 1.23 2006-12-20 08:37:49 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: sortidx.c,v 1.24 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 1ce54e4..fa4e4da 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: stream.c,v 1.1 2006-08-22 13:39:28 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: stream.c,v 1.2 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 1d3c72a..bfe6964 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: symtab.c,v 1.12 2006-11-22 14:12:49 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: symtab.c,v 1.13 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index fb9ae9c..96dafb2 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: trunc.c,v 1.67 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: trunc.c,v 1.68 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f17f6e2..fce2372 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: untrans.c,v 1.1 2006-09-21 08:39:14 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: untrans.c,v 1.2 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ed2035c..5663957 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: update_file.c,v 1.4 2006-11-21 22:17:49 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: update_file.c,v 1.5 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ae95c97..f2a9cea 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: update_path.c,v 1.2 2006-08-14 10:40:15 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: update_path.c,v 1.3 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ec42c2b..2be8b94 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xmlread.c,v 1.3 2006-08-22 13:39:28 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xmlread.c,v 1.4 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d917976..591e1c4 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zaptterm.c,v 1.1 2006-09-21 08:39:14 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zaptterm.c,v 1.2 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index dc01daf..6ecea62 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebraapi.c,v 1.241 2007-01-05 10:45:12 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zebraapi.c,v 1.242 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 27a0a35..8ce6467 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebraidx.c,v 1.3 2006-12-22 12:14:25 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zebraidx.c,v 1.4 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -233,7 +233,7 @@ int main (int argc, char **argv)
         else if (ret == 'V')
         {
             printf("Zebra %s %s\n", ZEBRAVER, ZEBRADATE);
-           printf(" (C) 1994-2006, Index Data ApS\n");
+           printf(" (C) 1994-2007, Index Data ApS\n");
 #ifdef WIN32
 #ifdef _DEBUG
             printf(" WIN32 Debug\n");
index 8a0d5c7..73cc7d4 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebrash.c,v 1.41 2006-11-21 22:17:49 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zebrash.c,v 1.42 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 44aa4a1..7112234 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebrasrv.c,v 1.4 2007-01-15 13:01:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zebrasrv.c,v 1.5 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 267d164..01a8bdd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zinfo.c,v 1.75 2006-11-27 10:40:33 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zinfo.c,v 1.76 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index a20056b..982e6d1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zsets.c,v 1.114 2006-12-18 23:40:08 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zsets.c,v 1.115 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index fc0e222..9c4f01d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: benchindex1.c,v 1.8 2007-01-05 10:45:12 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: benchindex1.c,v 1.9 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 396adc2..1773cdf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: benchisamb.c,v 1.5 2007-01-05 10:45:12 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: benchisamb.c,v 1.6 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f69d056..03bd1bb 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: isamb.c,v 1.90 2006-12-19 00:25:41 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: isamb.c,v 1.91 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7fe7d59..be9823d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstisamb.c,v 1.27 2006-12-09 08:03:57 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstisamb.c,v 1.28 2007-01-15 15:10:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index aec8da4..f47e049 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: isamc.c,v 1.33 2006-11-14 08:12:09 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: isamc.c,v 1.34 2007-01-15 15:10:18 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 4fa46d4..b237dcf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: merge.c,v 1.32 2006-08-14 10:40:19 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: merge.c,v 1.33 2007-01-15 15:10:18 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 615c7e5..221811d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: isams.c,v 1.14 2006-08-14 10:40:20 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: isams.c,v 1.15 2007-01-15 15:10:18 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9c778be..79b5a8a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsbetween.c,v 1.45 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsbetween.c,v 1.46 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 581ff22..dc6704b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsbool.c,v 1.61 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsbool.c,v 1.62 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index cdcc76e..e6cb176 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rset.c,v 1.56 2006-08-16 13:14:45 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rset.c,v 1.57 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c6f3978..986946b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsisamb.c,v 1.37 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsisamb.c,v 1.38 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 858cbf7..a9a8c80 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsisamc.c,v 1.42 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsisamc.c,v 1.43 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index bf56061..fa0b2e5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsisams.c,v 1.27 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsisams.c,v 1.28 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 6c3145c..cdf2023 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsmultiandor.c,v 1.26 2006-09-08 14:40:55 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsmultiandor.c,v 1.27 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 2bb2300..3aa259f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsnull.c,v 1.39 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsnull.c,v 1.40 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index a88e4fc..ec91aa9 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rsprox.c,v 1.32 2006-08-14 10:40:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rsprox.c,v 1.33 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index a992199..505e38e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: rstemp.c,v 1.70 2006-12-22 19:47:36 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: rstemp.c,v 1.71 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index dbe2fde..c30ad57 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: safari1.c,v 1.14 2006-08-16 13:16:37 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: safari1.c,v 1.15 2007-01-15 15:10:19 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 2845a07..861feef 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t0.c,v 1.6 2006-11-22 14:06:53 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t0.c,v 1.7 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index e17a722..fa092ab 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t1.c,v 1.16 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t1.c,v 1.17 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 5fc0663..ee1f875 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t10.c,v 1.13 2006-10-23 09:31:48 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t10.c,v 1.14 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 490af88..c44a802 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t11.c,v 1.8 2006-09-15 10:44:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t11.c,v 1.9 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 86a3d9e..6fca491 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t12.c,v 1.5 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t12.c,v 1.6 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 691d700..3214908 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t13.c,v 1.11 2006-11-22 14:06:53 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t13.c,v 1.12 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index bdd9bc3..67382d6 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t14.c,v 1.5 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 2004-2006
+/* $Id: t14.c,v 1.6 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 2004-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9ff0ccd..b8a8171 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t15.c,v 1.11 2006-11-23 21:38:26 adam Exp $
-   Copyright (C) 2004-2006
+/* $Id: t15.c,v 1.12 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 2004-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7a19e0c..bf44b57 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t16.c,v 1.8 2006-11-29 09:01:53 marc Exp $
-   Copyright (C) 1995-2006
+/* $Id: t16.c,v 1.9 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 0681eef..fd7cf5b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t2.c,v 1.21 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t2.c,v 1.22 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 1f2077e..62ce263 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t3.c,v 1.21 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t3.c,v 1.22 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index e3f97e8..d39a6e5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t4.c,v 1.21 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t4.c,v 1.22 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b12e59a..01772bf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t5.c,v 1.19 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t5.c,v 1.20 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9caaf64..68ae01a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t6.c,v 1.14 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t6.c,v 1.15 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 5e41181..1d6e447 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t7.c,v 1.14 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t7.c,v 1.15 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d1edd0e..f009851 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t8.c,v 1.12 2006-08-14 10:40:22 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t8.c,v 1.13 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 8cba20a..fd79cfe 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t9.c,v 1.12 2006-09-08 14:40:57 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t9.c,v 1.13 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index e376487..ad878d6 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: testlib.c,v 1.41 2006-11-22 14:06:53 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: testlib.c,v 1.42 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 04ed5ea..5c4ed6b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: charmap1.c,v 1.12 2006-08-14 10:40:23 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: charmap1.c,v 1.13 2007-01-15 15:10:20 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 6e62943..ca279a3 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstcodec.c,v 1.11 2006-10-29 18:01:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstcodec.c,v 1.12 2007-01-15 15:10:21 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index a266bd8..444c39b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t1.c,v 1.8 2006-08-14 10:40:25 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t1.c,v 1.9 2007-01-15 15:10:21 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 3af4ec3..b963975 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: grs.marc.c,v 1.6 2006-08-14 10:40:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: grs.marc.c,v 1.7 2007-01-15 15:10:22 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 4f9969c..592550a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: grs.xml.c,v 1.5 2006-08-14 10:40:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: grs.xml.c,v 1.6 2007-01-15 15:10:22 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7ef36cc..a995fc7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: grs.xml.idzebra.c,v 1.2 2006-08-14 10:40:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: grs.xml.idzebra.c,v 1.3 2007-01-15 15:10:22 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index ee0261a..b86df25 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: text.c,v 1.5 2006-08-14 10:40:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: text.c,v 1.6 2007-01-15 15:10:22 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index da51367..56dfe5d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t1.c,v 1.11 2006-09-08 14:40:58 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t1.c,v 1.12 2007-01-15 15:10:22 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 3c34d3c..f6d65e1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t2.c,v 1.10 2006-09-28 08:47:21 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t2.c,v 1.11 2007-01-15 15:10:22 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 62b5ea1..7d43dbe 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: mbox1.c,v 1.6 2006-10-30 14:05:31 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: mbox1.c,v 1.7 2007-01-15 15:10:23 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b41c5b7..7ab3aae 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t1.c,v 1.8 2006-10-29 18:01:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t1.c,v 1.9 2007-01-15 15:10:23 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 5134ac7..661570d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: sort1.c,v 1.12 2006-12-05 14:06:30 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: sort1.c,v 1.13 2007-01-15 15:10:24 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 672ccf6..3b6575f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: t1.c,v 1.8 2006-08-14 10:40:31 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: t1.c,v 1.9 2007-01-15 15:10:24 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 2d6c438..7764d5c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath1.c,v 1.8 2006-08-14 10:40:32 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath1.c,v 1.9 2007-01-15 15:10:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index cae1594..e2f1a6a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath2.c,v 1.7 2006-08-14 10:40:32 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath2.c,v 1.8 2007-01-15 15:10:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f019447..853ad43 100644 (file)
@@ -1,6 +1,6 @@
 
-/* $Id: xpath3.c,v 1.8 2006-08-14 10:40:32 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath3.c,v 1.9 2007-01-15 15:10:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7eb52f6..b9da985 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath4.c,v 1.7 2006-08-14 10:40:32 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath4.c,v 1.8 2007-01-15 15:10:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index b14da1a..1f402d0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath5.c,v 1.7 2006-08-14 10:40:32 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath5.c,v 1.8 2007-01-15 15:10:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 06c7e38..2486737 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath6.c,v 1.10 2006-08-14 10:40:32 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath6.c,v 1.11 2007-01-15 15:10:25 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c83ba70..a07a00e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xslt1.c,v 1.11 2006-08-14 10:40:33 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xslt1.c,v 1.12 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 8d360dc..d45bb31 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xslt2.c,v 1.11 2006-08-14 10:40:33 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xslt2.c,v 1.12 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 727cbe3..171418f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xslt3.c,v 1.10 2006-08-14 10:40:33 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xslt3.c,v 1.11 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 9917595..646ed92 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xslt4.c,v 1.8 2006-08-14 10:40:33 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xslt4.c,v 1.9 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 65f45cd..88615d7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xslt5.c,v 1.3 2006-12-16 09:04:28 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xslt5.c,v 1.4 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index c0619ce..0663732 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: atoi_zn.c,v 1.5 2006-08-14 10:40:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: atoi_zn.c,v 1.6 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 80f9912..b7f26ab 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: attrfind.c,v 1.1 2006-05-19 13:49:38 adam Exp $
-   Copyright (C) 2005-2006
+/* $Id: attrfind.c,v 1.2 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 2005-2007
    Index Data ApS
 
    This file is part of the Zebra server.
index 8688a7f..1913a5f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: charmap.c,v 1.43 2006-12-12 15:22:26 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: charmap.c,v 1.44 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 3b3cdae..4be96f5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: dirent.c,v 1.9 2006-08-14 10:40:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: dirent.c,v 1.10 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 6ec5384..ab78dbf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: exit.c,v 1.1 2006-11-14 08:12:10 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: exit.c,v 1.2 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 704103c..f046c9a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: flock.c,v 1.20 2006-10-29 17:20:02 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: flock.c,v 1.21 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 7e4417c..cd4211e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: it_key.c,v 1.1 2006-11-21 14:32:38 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: it_key.c,v 1.2 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 0155218..a0f4ddc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: passwddb.c,v 1.15 2006-10-11 20:18:47 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: passwddb.c,v 1.16 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index bb074ac..ae1c2da 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: res-test.c,v 1.12 2006-08-14 10:40:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: res-test.c,v 1.13 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d805222..fda7330 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: res.c,v 1.55 2007-01-05 16:11:25 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: res.c,v 1.56 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 48d37ef..6d45a01 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: snippet.c,v 1.11 2006-10-29 17:20:02 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: snippet.c,v 1.12 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 745d938..f249468 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: su_codec.c,v 1.1 2006-11-21 14:32:38 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: su_codec.c,v 1.2 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 201a900..5f92923 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstcharmap.c,v 1.6 2006-10-29 17:20:02 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstcharmap.c,v 1.7 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index d481fc5..a023d73 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstflock.c,v 1.17 2006-10-29 17:20:02 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstflock.c,v 1.18 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index f599071..a2e155b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstpass.c,v 1.1 2006-10-11 20:19:31 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstpass.c,v 1.2 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 67b63bf..8738885 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath.c,v 1.7 2006-08-14 10:40:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: xpath.c,v 1.8 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index fbd7426..a4dd211 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebra-lock.c,v 1.10 2006-08-14 10:40:34 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zebra-lock.c,v 1.11 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
index 96c1623..2a836b0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zebramap.c,v 1.54 2006-12-05 09:24:47 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zebramap.c,v 1.55 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
    This file is part of the Zebra server.
index fd1b4fe..e79bc07 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: zint.c,v 1.4 2006-12-22 13:48:20 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: zint.c,v 1.5 2007-01-15 15:10:26 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.