Bump year. Change Aps->ApS
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 15 Jan 2005 19:38:17 +0000 (19:38 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 15 Jan 2005 19:38:17 +0000 (19:38 +0000)
176 files changed:
README
bfile/bfile.c
bfile/cfile.c
bfile/cfile.h
bfile/commit.c
bfile/mfile.c
bfile/mfile.h
configure.in
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_varset.c
data1/d1_write.c
dfa/agrep.c
dfa/bset.c
dfa/dfa.c
dfa/dfap.h
dfa/grepper.c
dfa/imalloc.c
dfa/imalloc.h
dfa/lexer.c
dfa/lexer.h
dfa/readfile.c
dfa/set.c
dfa/states.c
dict/close.c
dict/dclose.c
dict/dcompact.c
dict/delete.c
dict/dict-p.h
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
include/bset.h
include/charmap.h
include/dfa.h
include/direntz.h
include/idzebra/api.h
include/idzebra/bfile.h
include/idzebra/data1.h
include/idzebra/dict.h
include/idzebra/isam-codec.h
include/idzebra/isam.h
include/idzebra/isamb.h
include/idzebra/isamc.h
include/idzebra/isams.h
include/idzebra/recctrl.h
include/idzebra/recgrs.h
include/idzebra/res.h
include/idzebra/version.h
include/idzebra/zebramap.h
include/passwddb.h
include/rset.h
include/set.h
include/sortidx.h
include/str.h
include/zebra-lock.h
include/zebrautl.h
index/apitest.c
index/attribute.c
index/compact.c
index/dir.c
index/dirs.c
index/extract.c
index/index.h
index/invstat.c
index/kcompare.c
index/kdump.c
index/kinput.c
index/lockidx.c
index/locksrv.c
index/lockutil.c
index/main.c
index/rank1.c
index/recindex.c
index/recindex.h
index/recindxp.h
index/recstat.c
index/retrieve.c
index/sortidx.c
index/symtab.c
index/trav.c
index/trunc.c
index/zebraapi.c
index/zebrash.c
index/zinfo.c
index/zinfo.h
index/zrpn.c
index/zserver.c
index/zserver.h
index/zsets.c
index/zvrank.c
isamb/isamb.c
isamb/tstisamb.c
isamc/isamc-p.h
isamc/isamc.c
isamc/merge.c
isams/isams.c
recctrl/danbibr.c
recctrl/marcread.c
recctrl/recctrl.c
recctrl/recgrs.c
recctrl/rectext.c
recctrl/regxread.c
recctrl/safari.c
recctrl/sgmlread.c
recctrl/xmlread.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/rankingrecords.h
test/api/safari1.c
test/api/t1.c
test/api/t10.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/api/testlib.h
test/charmap/charmap1.c
test/codec/tstcodec.c
test/espec/t1.c
test/marcxml/t1.c
test/marcxml/t2.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
util/atoi_zn.c
util/charmap.c
util/dirent.c
util/passtest.c
util/passwddb.c
util/res-test.c
util/res.c
util/xpath.c
util/zebra-lock.c
util/zebramap.c

diff --git a/README b/README
index f76becf..45c6195 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 Zebra server,
 Zebra server,
- Copyright (c) 1995-2004, Index Data ApS
+ Copyright (c) 1995-2005, Index Data ApS
 
 Introduction
 ------------
 
 Introduction
 ------------
@@ -37,4 +37,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
 
 the software, bug-reports, discussion etc. You can sign up at the URL
 http://www.indexdata.dk/mailman/listinfo/zebralist
 
-$Id: README,v 1.18 2004-01-15 14:22:21 adam Exp $
+$Id: README,v 1.19 2005-01-15 19:38:17 adam Exp $
index 999cdf4..41b8a62 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: bfile.c,v 1.38 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: bfile.c,v 1.39 2005-01-15 19:38:17 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 60dc4d2..63465d5 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: cfile.c,v 1.32 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: cfile.c,v 1.33 2005-01-15 19:38:17 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f50ba1b..c162aa6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: cfile.h,v 1.16 2004-08-06 12:28:22 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: cfile.h,v 1.17 2005-01-15 19:38:17 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c6f7422..1715913 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: commit.c,v 1.22 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: commit.c,v 1.23 2005-01-15 19:38:17 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3f673aa..189f202 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: mfile.c,v 1.57 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: mfile.c,v 1.58 2005-01-15 19:38:17 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3cf4cda..2a9205b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: mfile.h,v 1.1 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: mfile.h,v 1.2 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 28a08a7..d0d80f0 100644 (file)
@@ -1,5 +1,5 @@
-dnl Zebra, Index Data Aps, 1995-2004
-dnl $Id: configure.in,v 1.112 2005-01-04 23:12:34 adam Exp $
+dnl Zebra, Index Data ApS, 1995-2005
+dnl $Id: configure.in,v 1.113 2005-01-15 19:38:17 adam Exp $
 dnl
 AC_INIT(include/idzebra/version.h)
 AM_INIT_AUTOMAKE(idzebra,1.4.0)
 dnl
 AC_INIT(include/idzebra/version.h)
 AM_INIT_AUTOMAKE(idzebra,1.4.0)
index 7a4bf96..e380610 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_absyn.c,v 1.18 2005-01-15 13:01:49 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: d1_absyn.c,v 1.19 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4d28c67..f42c2f5 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_attset.c,v 1.6 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: d1_attset.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 136c6be..ec33ab3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_doespec.c,v 1.5 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_doespec.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3707776..9e6f3b6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_espec.c,v 1.6 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: d1_espec.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 9a85cec..f51cab0 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_expout.c,v 1.5 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_expout.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 7f268b1..e295a25 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_grs.c,v 1.6 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_grs.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4b49d2e..723a081 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_handle.c,v 1.6 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_handle.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ef7d0cf..1ec54db 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_if.c,v 1.5 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_if.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 94ff9e8..a7fea67 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_map.c,v 1.7 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_map.c,v 1.8 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index d2b6dae..c6ea530 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_marc.c,v 1.9 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: d1_marc.c,v 1.10 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 5404fb2..77d67c3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_prtree.c,v 1.6 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: d1_prtree.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f169487..c3cad0a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_read.c,v 1.13 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: d1_read.c,v 1.14 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4d4bc2a..6b1a078 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_soif.c,v 1.3 2004-09-28 10:15:03 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_soif.c,v 1.4 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a65e795..0168ff8 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_sumout.c,v 1.5 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_sumout.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 77910b6..d66ce23 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_sutrs.c,v 1.3 2004-09-28 10:15:03 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_sutrs.c,v 1.4 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index fdf2309..2e32ef4 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_tagset.c,v 1.5 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_tagset.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 5661a6b..41eb816 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_varset.c,v 1.5 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_varset.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6f12555..cecc25f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: d1_write.c,v 1.5 2004-10-20 10:36:40 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: d1_write.c,v 1.6 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a741c1e..9409baa 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: agrep.c,v 1.13 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: agrep.c,v 1.14 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index b2aac53..8fef050 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: bset.c,v 1.6 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: bset.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3f88fd4..310bd58 100644 (file)
--- a/dfa/dfa.c
+++ b/dfa/dfa.c
@@ -1,6 +1,6 @@
-/* $Id: dfa.c,v 1.31 2004-11-19 10:26:54 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: dfa.c,v 1.32 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ecd6392..5d3c914 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dfap.h,v 1.10 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dfap.h,v 1.11 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index cdcb7c2..48fa465 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: grepper.c,v 1.11 2004-11-19 10:26:54 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: grepper.c,v 1.12 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 9145fcc..b88967f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: imalloc.c,v 1.10 2004-11-19 10:26:54 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: imalloc.c,v 1.11 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index af0b314..627b0d0 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: imalloc.h,v 1.6 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: imalloc.h,v 1.7 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index b1005a6..e5bbc36 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lexer.c,v 1.12 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lexer.c,v 1.13 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4775fe9..af42998 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lexer.h,v 1.5 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lexer.h,v 1.6 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 7131318..40b0bf3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: readfile.c,v 1.9 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: readfile.c,v 1.10 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 5a2aa99..81ef050 100644 (file)
--- a/dfa/set.c
+++ b/dfa/set.c
@@ -1,6 +1,6 @@
-/* $Id: set.c,v 1.8 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: set.c,v 1.9 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6492659..3e4542e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: states.c,v 1.7 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: states.c,v 1.8 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index fe3f192..2236e34 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: close.c,v 1.8 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: close.c,v 1.9 2005-01-15 19:38:19 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 859a8a4..d61e87e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dclose.c,v 1.7 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dclose.c,v 1.8 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 1c7ca92..e68e7d2 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dcompact.c,v 1.12 2004-12-13 20:51:28 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dcompact.c,v 1.13 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index e126a4f..d943a45 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: delete.c,v 1.10 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: delete.c,v 1.11 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 2cb6fef..e43532c 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dict-p.h,v 1.2 2004-12-13 20:51:29 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: dict-p.h,v 1.3 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c4d3937..b72e83a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dictext.c,v 1.10 2004-11-19 10:26:55 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dictext.c,v 1.11 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0138e2c..2dce332 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dicttest.c,v 1.31 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dicttest.c,v 1.32 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index d014eb4..47b9304 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dopen.c,v 1.10 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dopen.c,v 1.11 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6781556..a77335f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: drdwr.c,v 1.15 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: drdwr.c,v 1.16 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6ca8ecc..1b295d6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: insert.c,v 1.24 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: insert.c,v 1.25 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0820ffd..3473258 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lookgrep.c,v 1.28 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lookgrep.c,v 1.29 2005-01-15 19:38:21 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a962376..f220542 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lookup.c,v 1.12 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lookup.c,v 1.13 2005-01-15 19:38:23 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 12fd18f..7e9ef54 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lookupec.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
+/* $Id: lookupec.c,v 1.12 2005-01-15 19:38:23 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index d361619..5f4e69e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: open.c,v 1.22 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: open.c,v 1.23 2005-01-15 19:38:23 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 7a05b22..2e300b6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: scan.c,v 1.18 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: scan.c,v 1.19 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 273aab4..5c716e1 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: scantest.c,v 1.2 2004-12-08 12:23:08 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: scantest.c,v 1.3 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a4b2f07..bcf928d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: bset.h,v 1.4 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: bset.h,v 1.5 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ed9e1af..2283dd6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: charmap.h,v 1.10 2004-09-14 14:38:07 quinn Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: charmap.h,v 1.11 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 5416c13..11cba99 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dfa.h,v 1.10 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dfa.h,v 1.11 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6eeaf34..d09cd2a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: direntz.h,v 1.8 2003-01-13 15:43:25 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: direntz.h,v 1.9 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3cbb498..132f4dd 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: api.h,v 1.5 2004-12-21 22:00:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: api.h,v 1.6 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index e76e649..4ec3923 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: bfile.h,v 1.2 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: bfile.h,v 1.3 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 99da4bb..dc7c975 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: data1.h,v 1.6 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: data1.h,v 1.7 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index e3af6ec..b8612dc 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dict.h,v 1.2 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: dict.h,v 1.3 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 932d492..8223e0b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isam-codec.h,v 1.1 2004-12-08 14:02:36 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: isam-codec.h,v 1.2 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 5e6527c..000178c 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isam.h,v 1.1 2005-01-07 16:53:39 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: isam.h,v 1.2 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4dd2281..1745299 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isamb.h,v 1.2 2005-01-15 18:43:05 adam Exp $
+/* $Id: isamb.h,v 1.3 2005-01-15 19:38:24 adam Exp $
    Copyright (C) 1995-2005
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6206113..2ea23b6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isamc.h,v 1.1 2004-12-08 14:02:36 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: isamc.h,v 1.2 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 1a78006..f811c30 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isams.h,v 1.1 2004-12-08 14:02:36 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: isams.h,v 1.2 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6f10701..b468b92 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recctrl.h,v 1.5 2004-11-29 21:55:25 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recctrl.h,v 1.6 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ae6a89a..2e0b3a3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recgrs.h,v 1.2 2004-09-28 13:31:20 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recgrs.h,v 1.3 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index d355f37..357801e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: res.h,v 1.2 2004-09-28 13:31:20 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: res.h,v 1.3 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index cd726e0..4053fac 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: version.h,v 1.1 2004-08-25 09:23:36 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: version.h,v 1.2 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
@@ -24,7 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #define ZEBRAVER "1.4.0"
 
 
 #define ZEBRAVER "1.4.0"
 
-#define ZEBRADATE "$Date: 2004-08-25 09:23:36 $"
+#define ZEBRADATE "$Date: 2005-01-15 19:38:24 $"
 
 #ifdef __GNUC__
 typedef long long int zint;
 
 #ifdef __GNUC__
 typedef long long int zint;
index 7fab2ec..26f6de5 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebramap.h,v 1.2 2004-09-28 13:31:20 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zebramap.h,v 1.3 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 13d469a..5e0bc26 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: passwddb.h,v 1.4 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: passwddb.h,v 1.5 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index b364aee..06fd485 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rset.h,v 1.43 2004-12-08 14:02:36 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: rset.h,v 1.44 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a2ad0c8..c397886 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: set.h,v 1.4 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: set.h,v 1.5 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index b48e014..8ad0054 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: sortidx.h,v 1.6 2004-12-08 12:23:09 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: sortidx.h,v 1.7 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 786b8f9..c7df294 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: str.h,v 1.5 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: str.h,v 1.6 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index dd6133c..43f68da 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebra-lock.h,v 1.7 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: zebra-lock.h,v 1.8 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index be845e5..3393468 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebrautl.h,v 1.12 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zebrautl.h,v 1.13 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0f44a4f..e41ebce 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: apitest.c,v 1.19 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: apitest.c,v 1.20 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f13833f..4ea12f7 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: attribute.c,v 1.18 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: attribute.c,v 1.19 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index edc6eda..be24030 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: compact.c,v 1.3 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: compact.c,v 1.4 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a987b07..41b7f1b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dir.c,v 1.29 2004-11-19 10:26:56 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dir.c,v 1.30 2005-01-15 19:38:24 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c2a992f..df9768b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dirs.c,v 1.21 2004-11-19 10:26:56 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: dirs.c,v 1.22 2005-01-15 19:38:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index fb13623..4484cdb 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: extract.c,v 1.170 2004-12-21 21:55:58 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: extract.c,v 1.171 2005-01-15 19:38:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index eceba4e..27c4aa2 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: index.h,v 1.128 2004-12-08 14:02:36 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: index.h,v 1.129 2005-01-15 19:38:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0a76d95..c4bc74f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: invstat.c,v 1.42 2004-11-19 10:26:57 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: invstat.c,v 1.43 2005-01-15 19:38:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 1951681..94ebb50 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: kcompare.c,v 1.54 2004-11-19 10:26:57 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: kcompare.c,v 1.55 2005-01-15 19:38:25 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index fbba2e3..3ce82fd 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: kdump.c,v 1.27 2004-11-19 10:26:57 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: kdump.c,v 1.28 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index eeb610d..aca8fe9 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: kinput.c,v 1.63 2004-11-19 10:26:57 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: kinput.c,v 1.64 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 219ae60..423ca72 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lockidx.c,v 1.23 2004-11-19 10:26:58 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lockidx.c,v 1.24 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ee69806..98f4b22 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: locksrv.c,v 1.18 2004-11-19 10:26:58 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: locksrv.c,v 1.19 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 13e20ff..96b69d3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: lockutil.c,v 1.19 2004-11-19 10:26:59 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: lockutil.c,v 1.20 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 615f185..86e49d6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: main.c,v 1.120 2005-01-03 19:33:22 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: main.c,v 1.121 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c79edea..0df8d89 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rank1.c,v 1.21 2004-11-29 21:55:25 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rank1.c,v 1.22 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 8abf38a..793898b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recindex.c,v 1.40 2005-01-15 13:03:29 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recindex.c,v 1.41 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 962d238..d8b5e30 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recindex.h,v 1.22 2004-12-08 12:23:09 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recindex.h,v 1.23 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index afa3f83..1a18b97 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recindxp.h,v 1.16 2004-12-08 12:23:09 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recindxp.h,v 1.17 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index df92f74..c86d820 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recstat.c,v 1.12 2004-11-19 10:27:03 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recstat.c,v 1.13 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a029fce..6415d9b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: retrieve.c,v 1.27 2004-11-29 21:45:11 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: retrieve.c,v 1.28 2005-01-15 19:38:26 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6954dc3..093e120 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: sortidx.c,v 1.12 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: sortidx.c,v 1.13 2005-01-15 19:38:27 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index cd18868..1c6fde4 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: symtab.c,v 1.7 2002-08-02 19:26:55 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: symtab.c,v 1.8 2005-01-15 19:38:27 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4c5d666..6ff7249 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: trav.c,v 1.46 2004-11-19 10:27:03 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: trav.c,v 1.47 2005-01-15 19:38:27 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 59ad378..909999a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: trunc.c,v 1.49 2004-11-19 10:27:03 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: trunc.c,v 1.50 2005-01-15 19:38:28 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 94964fd..72b4b69 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebraapi.c,v 1.145 2004-12-21 22:00:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zebraapi.c,v 1.146 2005-01-15 19:38:28 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6a2a658..577f942 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebrash.c,v 1.31 2004-12-13 20:51:30 adam Exp $
-   Copyright (C) 2002,2003,2004
-   Index Data Aps
+/* $Id: zebrash.c,v 1.32 2005-01-15 19:38:29 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index d9fce2b..34b990e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zinfo.c,v 1.41 2004-11-19 10:27:05 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zinfo.c,v 1.42 2005-01-15 19:38:29 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0332bdb..dccdcec 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zinfo.h,v 1.19 2004-09-28 10:15:03 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: zinfo.h,v 1.20 2005-01-15 19:38:29 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 8dbb231..a5a7709 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zrpn.c,v 1.166 2005-01-15 19:22:27 adam Exp $
+/* $Id: zrpn.c,v 1.167 2005-01-15 19:38:29 adam Exp $
    Copyright (C) 1995-2005
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3077ed1..d183d2d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zserver.c,v 1.126 2004-12-21 22:00:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zserver.c,v 1.127 2005-01-15 19:38:29 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 794b3f5..138f777 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zserver.h,v 1.58 2004-08-25 09:23:38 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: zserver.h,v 1.59 2005-01-15 19:38:29 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 9e95870..1109f81 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zsets.c,v 1.76 2005-01-07 14:44:54 adam Exp $
+/* $Id: zsets.c,v 1.77 2005-01-15 19:38:30 adam Exp $
    Copyright (C) 1995-2005
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a6d2153..8bf3224 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zvrank.c,v 1.14 2004-11-19 15:52:58 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: zvrank.c,v 1.15 2005-01-15 19:38:30 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
    This file is part of the Zebra server.
 
 
    This file is part of the Zebra server.
 
index 327993c..307ddfb 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isamb.c,v 1.68 2005-01-15 18:53:46 adam Exp $
+/* $Id: isamb.c,v 1.69 2005-01-15 19:38:31 adam Exp $
    Copyright (C) 1995-2005
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
@@ -1752,9 +1752,9 @@ int isamb_pp_forward (ISAMB_PP pp, void *buf, const void *untilbuf)
             if (isamb_pp_forward_on_leaf(pp, buf, untilbuf))
            {
 #if ISAMB_DEBUG
             if (isamb_pp_forward_on_leaf(pp, buf, untilbuf))
            {
 #if ISAMB_DEBUG
-            yaz_log(YLOG_DEBUG, "isamb_pp_forward (f) returning (C) "
-                   "at level %d node %d ofs=%d sz=%d",
-                    pp->level, p->pos, p->offset, p->size);
+               yaz_log(YLOG_DEBUG, "isamb_pp_forward (f) returning (c) "
+                       "at level %d node %d ofs=%d sz=%d",
+                       pp->level, p->pos, p->offset, p->size);
 #endif
                 return 1;
             }
 #endif
                 return 1;
             }
index c1dd5f9..7391eea 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: tstisamb.c,v 1.15 2005-01-03 09:23:25 adam Exp $
+/* $Id: tstisamb.c,v 1.16 2005-01-15 19:38:31 adam Exp $
    Copyright (C) 1995-2005
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c3505bb..cdf9e98 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isamc-p.h,v 1.13 2004-12-08 14:02:37 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: isamc-p.h,v 1.14 2005-01-15 19:38:31 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c1af1f0..d1819b2 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isamc.c,v 1.28 2004-12-13 20:51:31 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: isamc.c,v 1.29 2005-01-15 19:38:31 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 09a3e06..e0abc2f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: merge.c,v 1.28 2004-12-13 20:51:31 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: merge.c,v 1.29 2005-01-15 19:38:31 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c0ff3ef..aae9651 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: isams.c,v 1.10 2004-12-13 20:51:31 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: isams.c,v 1.11 2005-01-15 19:38:31 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 87da05f..657d046 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: danbibr.c,v 1.8 2004-12-13 20:51:32 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: danbibr.c,v 1.9 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 68bc7b2..2c24daa 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: marcread.c,v 1.29 2005-01-03 19:27:53 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: marcread.c,v 1.30 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index fec3048..d4f6f2b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recctrl.c,v 1.16 2005-01-15 13:14:54 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recctrl.c,v 1.17 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index d00ebed..982573b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: recgrs.c,v 1.97 2005-01-05 00:13:20 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: recgrs.c,v 1.98 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c666816..be72590 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rectext.c,v 1.22 2004-11-19 10:27:13 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rectext.c,v 1.23 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f6f74c8..b81476b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: regxread.c,v 1.55 2004-11-19 10:27:13 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: regxread.c,v 1.56 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f3a55b1..7c3582d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: safari.c,v 1.2 2005-01-02 23:03:58 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: safari.c,v 1.3 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 3f82a1b..d0cca8c 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: sgmlread.c,v 1.15 2004-12-13 20:51:32 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: sgmlread.c,v 1.16 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 52bb098..548f0d3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xmlread.c,v 1.17 2004-12-13 20:51:32 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: xmlread.c,v 1.18 2005-01-15 19:38:32 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0f304f4..1d404c6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsbetween.c,v 1.33 2004-11-19 15:52:58 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: rsbetween.c,v 1.34 2005-01-15 19:38:33 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 39f9ec1..8dab557 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsbool.c,v 1.51 2004-11-19 10:27:14 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rsbool.c,v 1.52 2005-01-15 19:38:33 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c17528d..f5bcdb5 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rset.c,v 1.41 2004-11-19 15:52:59 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rset.c,v 1.42 2005-01-15 19:38:34 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 50e9bea..305a3d8 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsisamb.c,v 1.28 2004-11-19 10:27:14 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rsisamb.c,v 1.29 2005-01-15 19:38:34 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index fc5ad17..09a0c29 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsisamc.c,v 1.34 2005-01-11 14:03:04 adam Exp $
+/* $Id: rsisamc.c,v 1.35 2005-01-15 19:38:34 adam Exp $
    Copyright (C) 1995-2005
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 124558c..046d2c4 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsisams.c,v 1.17 2004-11-19 10:27:14 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: rsisams.c,v 1.18 2005-01-15 19:38:34 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 1d06c37..2e5207a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsmultiandor.c,v 1.11 2004-12-08 14:02:37 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: rsmultiandor.c,v 1.12 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ea44bd2..f073744 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsnull.c,v 1.30 2004-11-19 10:27:14 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: rsnull.c,v 1.31 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4352e3e..6c5856d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rsprox.c,v 1.22 2005-01-04 19:59:59 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rsprox.c,v 1.23 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index e0954ed..8b110b6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rstemp.c,v 1.56 2005-01-15 13:02:40 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
-   Index Data Aps
+/* $Id: rstemp.c,v 1.57 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index aae0365..2e84a35 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: rankingrecords.h,v 1.1 2004-10-28 10:37:15 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: rankingrecords.h,v 1.2 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a812639..47c3a72 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: safari1.c,v 1.2 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: safari1.c,v 1.3 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 8e89b73..3f6a7ca 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t1.c,v 1.11 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t1.c,v 1.12 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 83defa0..aae64dd 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t10.c,v 1.5 2004-11-19 10:27:15 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: t10.c,v 1.6 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 20cf425..6f98f18 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t2.c,v 1.15 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t2.c,v 1.16 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 1161644..16da4d8 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t3.c,v 1.13 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t3.c,v 1.14 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index db76d62..820ec36 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t4.c,v 1.13 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t4.c,v 1.14 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 4153418..30ccd1f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t5.c,v 1.10 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: t5.c,v 1.11 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 52ae5e2..0942d71 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t6.c,v 1.6 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t6.c,v 1.7 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 25b6cc6..2321524 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t7.c,v 1.5 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2004
-   Index Data Aps
+/* $Id: t7.c,v 1.6 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0aedd4e..9b8c60a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t8.c,v 1.6 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t8.c,v 1.7 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 98d6fd8..014045d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t9.c,v 1.4 2004-12-02 11:28:20 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t9.c,v 1.5 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c2225f9..c32fb16 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: testlib.c,v 1.10 2005-01-04 20:00:20 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: testlib.c,v 1.11 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ce8360d..b1f7726 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: testlib.h,v 1.9 2004-12-14 11:23:15 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: testlib.h,v 1.10 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 95c374e..ad3db3d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: charmap1.c,v 1.2 2004-12-14 11:23:32 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: charmap1.c,v 1.3 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c2bc234..e1079dd 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: tstcodec.c,v 1.5 2005-01-02 20:11:46 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: tstcodec.c,v 1.6 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 138d832..d82ae6d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t1.c,v 1.3 2005-01-06 11:13:10 heikki Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t1.c,v 1.4 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 9d51961..303bf3b 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t1.c,v 1.3 2004-12-14 11:23:32 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t1.c,v 1.4 2005-01-15 19:38:36 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 5e98f33..0d5e070 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t2.c,v 1.2 2004-12-02 14:05:04 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t2.c,v 1.3 2005-01-15 19:38:37 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index c5c62b8..d0381e6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t1.c,v 1.2 2004-12-14 10:53:49 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t1.c,v 1.3 2005-01-15 19:38:39 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index b344529..76c838e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: sort1.c,v 1.2 2004-12-02 17:43:04 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: sort1.c,v 1.3 2005-01-15 19:38:39 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 126123e..d89335d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t1.c,v 1.1 2004-12-04 01:08:33 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: t1.c,v 1.2 2005-01-15 19:38:39 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index ea428ed..99c8198 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath1.c,v 1.2 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath1.c,v 1.3 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index bf60694..1d8e40f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath2.c,v 1.2 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath2.c,v 1.3 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f63c5f7..5238633 100644 (file)
@@ -1,7 +1,7 @@
 
 
-/* $Id: xpath3.c,v 1.3 2005-01-03 12:10:23 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath3.c,v 1.4 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index b3d56ab..714df3a 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath4.c,v 1.2 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath4.c,v 1.3 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index dcdf949..4ca43ab 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath5.c,v 1.2 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath5.c,v 1.3 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 1feb9e4..c503157 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath6.c,v 1.1 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath6.c,v 1.2 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 51a75aa..f9561ba 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: atoi_zn.c,v 1.1 2004-08-04 08:35:27 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: atoi_zn.c,v 1.2 2005-01-15 19:38:40 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 48fdec9..f39f706 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: charmap.c,v 1.33 2004-12-13 20:51:33 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: charmap.c,v 1.34 2005-01-15 19:38:41 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 36e1f0c..5a7cf80 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: dirent.c,v 1.6 2002-08-02 19:26:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dirent.c,v 1.7 2005-01-15 19:38:41 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 0e92527..e77e74f 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: passtest.c,v 1.4 2002-08-02 19:26:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: passtest.c,v 1.5 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f8ea25c..e57eb0d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: passwddb.c,v 1.9 2004-12-13 20:51:34 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: passwddb.c,v 1.10 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index f74e70e..612e937 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: res-test.c,v 1.9 2004-11-19 10:27:18 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: res-test.c,v 1.10 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 6ce039c..6db1086 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: res.c,v 1.38 2004-11-19 10:27:18 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: res.c,v 1.39 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index a932950..613262e 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath.c,v 1.4 2004-09-28 10:15:03 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: xpath.c,v 1.5 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index 14cc1d1..adb0ecb 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebra-lock.c,v 1.7 2002-08-02 19:26:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: zebra-lock.c,v 1.8 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.
 
index df53aa8..df217db 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: zebramap.c,v 1.37 2004-12-13 20:51:34 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: zebramap.c,v 1.38 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
 
 This file is part of the Zebra server.