Bump year
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 15 Jan 2005 19:47:08 +0000 (19:47 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 15 Jan 2005 19:47:08 +0000 (19:47 +0000)
140 files changed:
client/admin.c
client/admin.h
client/bertorture.c
client/client.c
client/tabcomplete.c
client/tabcomplete.h
doc/license.xml
doc/yaz.xml.in
header.c
include/yaz/backend.h
include/yaz/charneg.h
include/yaz/comstack.h
include/yaz/cql.h
include/yaz/diagbib1.h
include/yaz/ill.h
include/yaz/log.h
include/yaz/logrpn.h
include/yaz/marcdisp.h
include/yaz/nmem.h
include/yaz/odr.h
include/yaz/oid.h
include/yaz/options.h
include/yaz/otherinfo.h
include/yaz/pquery.h
include/yaz/proto.h
include/yaz/prt-ext.h
include/yaz/readconf.h
include/yaz/soap.h
include/yaz/sortspec.h
include/yaz/srw.h
include/yaz/statserv.h
include/yaz/tcpip.h
include/yaz/tpath.h
include/yaz/unix.h
include/yaz/wrbuf.h
include/yaz/xmalloc.h
include/yaz/yaz-ccl.h
include/yaz/yaz-iconv.h
include/yaz/yaz-util.h
include/yaz/yaz-version.h
include/yaz/yconfig.h
include/yaz/zgdu.h
include/yaz/zoom.h
src/atoin.c
src/ber_any.c
src/ber_bit.c
src/ber_bool.c
src/ber_int.c
src/ber_len.c
src/ber_null.c
src/ber_oct.c
src/ber_oid.c
src/ber_tag.c
src/charneg.c
src/comstack.c
src/cqlstdio.c
src/cqlstrer.c
src/cqlstring.c
src/cqltransform.c
src/cqlutil.c
src/diagbib1.c
src/diagsrw.c
src/dumpber.c
src/eventl.c
src/eventl.h
src/grs1disp.c
src/ill-get.c
src/initopt.c
src/log.c
src/logrpn.c
src/marcdisp.c
src/matchstr.c
src/nmem.c
src/nmemsdup.c
src/odr-priv.h
src/odr.c
src/odr_any.c
src/odr_bit.c
src/odr_bool.c
src/odr_choice.c
src/odr_cons.c
src/odr_enum.c
src/odr_int.c
src/odr_mem.c
src/odr_null.c
src/odr_oct.c
src/odr_oid.c
src/odr_seq.c
src/odr_tag.c
src/odr_use.c
src/odr_util.c
src/oid.c
src/opacdisp.c
src/options.c
src/otherinfo.c
src/pquery.c
src/prt-ext.c
src/readconf.c
src/requestq.c
src/seshigh.c
src/session.h
src/siconv.c
src/soap.c
src/sortspec.c
src/srw.c
src/srwutil.c
src/statserv.c
src/tcpdchk.c
src/tcpip.c
src/tpath.c
src/unix.c
src/version.c
src/waislen.c
src/wrbuf.c
src/xcqlutil.c
src/xmalloc.c
src/yaz-ccl.c
src/z3950oid.c
src/zgdu.c
src/zget.c
src/zoom-c.c
src/zoom-opt.c
src/zoom-p.h
test/tstccl.c
test/tsticonv.c
test/tstlog.c
test/tstmatchstr.c
test/tstnmem.c
test/tstodr.c
test/tstwrbuf.c
util/benchmark.c
util/cql2pqf.c
util/cql2xcql.c
util/marcdump.c
util/srwtst.c
util/yaziconv.c
zoom/zoomsh.c
ztest/read-grs.c
ztest/read-marc.c
ztest/ztest.c

index 5756ad1..0ac0faa 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: admin.c,v 1.17 2003-05-23 10:41:26 adam Exp $
+ * $Id: admin.c,v 1.18 2005-01-15 19:47:08 adam Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index f692cf4..ce862f0 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: admin.h,v 1.7 2003-05-20 19:55:29 adam Exp $
+ * $Id: admin.h,v 1.8 2005-01-15 19:47:08 adam Exp $
  */
 
 int cmd_adm_reindex(const char* arg);
  */
 
 int cmd_adm_reindex(const char* arg);
index a9a80d2..936602a 100644 (file)
@@ -1,8 +1,8 @@
 /* 
 /* 
- * Copyright (c) 2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: bertorture.c,v 1.1 2003-03-11 11:06:35 adam Exp $
+ * $Id: bertorture.c,v 1.2 2005-01-15 19:47:08 adam Exp $
  */
 
 #include <signal.h>
  */
 
 #include <signal.h>
index 001e0ad..cac3f48 100644 (file)
@@ -1,8 +1,8 @@
 /* 
 /* 
- * Copyright (c) 1995-2005, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: client.c,v 1.267 2005-01-11 12:07:55 adam Exp $
+ * $Id: client.c,v 1.268 2005-01-15 19:47:08 adam Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index c1eeba4..61bec92 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tabcomplete.c,v 1.9 2003-01-06 08:20:26 adam Exp $
+ * $Id: tabcomplete.c,v 1.10 2005-01-15 19:47:08 adam Exp $
  */
 
 #include <string.h>
  */
 
 #include <string.h>
index 5e1e88b..e8e4841 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tabcomplete.h,v 1.4 2002-08-29 19:34:44 ja7 Exp $
+ * $Id: tabcomplete.h,v 1.5 2005-01-15 19:47:08 adam Exp $
  */
 
 /* 
  */
 
 /* 
index d4c714c..7ebda19 100644 (file)
@@ -1,10 +1,10 @@
-<!-- $Id: license.xml,v 1.8 2004-02-23 11:04:24 adam Exp $ -->
+<!-- $Id: license.xml,v 1.9 2005-01-15 19:47:09 adam Exp $ -->
  <appendix id="license"><title>License</title>
 
   <sect1 id="license.indexdata"><title>Index Data Copyright</title>
 
    <para>
  <appendix id="license"><title>License</title>
 
   <sect1 id="license.indexdata"><title>Index Data Copyright</title>
 
    <para>
-    Copyright &copy; 1995-2004 Index Data ApS.
+    Copyright &copy; 1995-2005 Index Data ApS.
    </para>
 
    <para>
    </para>
 
    <para>
index 3bab2df..52202f4 100644 (file)
@@ -25,7 +25,7 @@
      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
      <!ENTITY zoom "<acronym>ZOOM</acronym>">
 ]>
      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
      <!ENTITY zoom "<acronym>ZOOM</acronym>">
 ]>
-<!-- $Id: yaz.xml.in,v 1.14 2004-11-16 17:08:11 heikki Exp $ -->
+<!-- $Id: yaz.xml.in,v 1.15 2005-01-15 19:47:09 adam Exp $ -->
 <book id="yaz">
  <bookinfo>
   <title>YAZ User&apos;s Guide and Reference</title>
 <book id="yaz">
  <bookinfo>
   <title>YAZ User&apos;s Guide and Reference</title>
@@ -34,7 +34,7 @@
   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
   <author><firstname>Heikki</firstname><surname>Levanto</surname></author>
   <copyright>
   <author><firstname>Mike</firstname><surname>Taylor</surname></author>
   <author><firstname>Heikki</firstname><surname>Levanto</surname></author>
   <copyright>
-   <year>1995-2004</year>
+   <year>1995-2005</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract><simpara>
    <holder>Index Data</holder>
   </copyright>
   <abstract><simpara>
index 82ee672..c417ad1 100644 (file)
--- a/header.c
+++ b/header.c
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2001, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: header.c,v 1.8 2001-03-13 18:10:39 adam Exp $
+ * $Id: header.c,v 1.9 2005-01-15 19:47:08 adam Exp $
  *
  */
 
  *
  */
 
index 45d4e0e..51a9324 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2005, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: backend.h,v 1.27 2005-01-11 12:07:55 adam Exp $
+ * $Id: backend.h,v 1.28 2005-01-15 19:47:09 adam Exp $
  */
 
 /** 
  */
 
 /** 
index 24d2154..82c9a11 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: charneg.h,v 1.4 2004-10-15 00:18:59 adam Exp $
+ * $Id: charneg.h,v 1.5 2005-01-15 19:47:09 adam Exp $
  */
 /** 
  * \file charneg.h
  */
 /** 
  * \file charneg.h
index f1c647f..f847b50 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: comstack.h,v 1.17 2004-10-15 00:18:59 adam Exp $
+ * $Id: comstack.h,v 1.18 2005-01-15 19:47:09 adam Exp $
  */
 
 /** 
  */
 
 /** 
index 827693b..33c7295 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cql.h,v 1.10 2004-11-01 20:13:02 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cql.h,v 1.11 2005-01-15 19:47:09 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index d798977..3339c64 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: diagbib1.h,v 1.4 2004-10-15 00:18:59 adam Exp $
+ * $Id: diagbib1.h,v 1.5 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index daa9acb..7c0b62b 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1999-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ill.h,v 1.6 2003-03-03 19:57:35 adam Exp $
+ * $Id: ill.h,v 1.7 2005-01-15 19:47:09 adam Exp $
  */
 #ifndef ILL_H
 #define ILL_H
  */
 #ifndef ILL_H
 #define ILL_H
index 2c9e8f9..2485705 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: log.h,v 1.31 2004-12-20 15:52:53 heikki Exp $
+ * $Id: log.h,v 1.32 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index 5ad3933..0d80685 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1997-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: logrpn.h,v 1.6 2004-11-16 17:08:11 heikki Exp $
+ * $Id: logrpn.h,v 1.7 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index 69c65be..9078043 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: marcdisp.h,v 1.10 2004-10-15 00:18:59 adam Exp $
+ * $Id: marcdisp.h,v 1.11 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index 07bf995..6c92e99 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: nmem.h,v 1.13 2004-10-15 00:18:59 adam Exp $
+ * $Id: nmem.h,v 1.14 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index b093f96..1859ec1 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: odr.h,v 1.17 2004-10-15 00:18:59 adam Exp $
+ * $Id: odr.h,v 1.18 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index 88d4ee0..fb38708 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: oid.h,v 1.23 2004-12-22 23:45:13 adam Exp $
+ * $Id: oid.h,v 1.24 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index 72cd9c1..a285f2b 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: options.h,v 1.4 2004-10-15 00:18:59 adam Exp $
+ * $Id: options.h,v 1.5 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index ec57be3..af86a17 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1999-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: otherinfo.h,v 1.3 2004-10-15 00:18:59 adam Exp $
+ * $Id: otherinfo.h,v 1.4 2005-01-15 19:47:09 adam Exp $
  */
 /**
  * \file otherinfo.h
  */
 /**
  * \file otherinfo.h
index 9bc6d92..e50c913 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: pquery.h,v 1.5 2004-10-15 00:18:59 adam Exp $
+ * $Id: pquery.h,v 1.6 2005-01-15 19:47:09 adam Exp $
  */
 /**
  * \file pquery.h
  */
 /**
  * \file pquery.h
index cc869fe..647c11e 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1998-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: proto.h,v 1.17 2004-12-20 23:35:42 adam Exp $
+ * $Id: proto.h,v 1.18 2005-01-15 19:47:09 adam Exp $
  */
 /**
  * \file proto.h
  */
 /**
  * \file proto.h
index 05aa2d5..d8d5e44 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: prt-ext.h,v 1.10 2004-10-15 00:18:59 adam Exp $
+ * $Id: prt-ext.h,v 1.11 2005-01-15 19:47:09 adam Exp $
  */
 
 /**
  */
 
 /**
index cba053b..7eeaf07 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1996-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: readconf.h,v 1.3 2004-10-15 00:18:59 adam Exp $
+ * $Id: readconf.h,v 1.4 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file readconf.h
  */
 /**
  * \file readconf.h
index d94a60a..2211c4b 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: soap.h,v 1.8 2004-10-15 00:18:59 adam Exp $
+ * $Id: soap.h,v 1.9 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file soap.h
  */
 /**
  * \file soap.h
index d765f78..de395aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: sortspec.h,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: sortspec.h,v 1.3 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file sortspec.h
  */
 /**
  * \file sortspec.h
index 6a9781d..a6d60ad 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2005, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: srw.h,v 1.19 2005-01-09 21:52:48 adam Exp $
+ * $Id: srw.h,v 1.20 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file srw.h
  */
 /**
  * \file srw.h
index c78073f..0b99731 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: statserv.h,v 1.7 2004-10-15 00:18:59 adam Exp $
+ * $Id: statserv.h,v 1.8 2005-01-15 19:47:10 adam Exp $
  */
 
 /**
  */
 
 /**
index 591c526..43d4618 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: tcpip.h,v 1.5 2004-10-15 00:18:59 adam Exp $
+ * $Id: tcpip.h,v 1.6 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file tcpip.h
  */
 /**
  * \file tcpip.h
index 4ed39bf..b660e7e 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: tpath.h,v 1.6 2004-10-15 00:18:59 adam Exp $
+ * $Id: tpath.h,v 1.7 2005-01-15 19:47:10 adam Exp $
  *
  */
 /**
  *
  */
 /**
index e30aed5..c66625c 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: unix.h,v 1.3 2004-10-15 00:18:59 adam Exp $
+ * $Id: unix.h,v 1.4 2005-01-15 19:47:10 adam Exp $
  * UNIX socket COMSTACK. By Morten Bøgeskov.
  */
 /**
  * UNIX socket COMSTACK. By Morten Bøgeskov.
  */
 /**
index ab2acdc..2b76be9 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: wrbuf.h,v 1.13 2004-10-15 00:18:59 adam Exp $
+ * $Id: wrbuf.h,v 1.14 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file wrbuf.h
  */
 /**
  * \file wrbuf.h
index 0aa8768..61f2485 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: xmalloc.h,v 1.4 2004-10-15 00:18:59 adam Exp $
+ * $Id: xmalloc.h,v 1.5 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file xmalloc.h
  */
 /**
  * \file xmalloc.h
index aff6fd7..68cfc99 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: yaz-ccl.h,v 1.7 2004-10-15 00:18:59 adam Exp $
+ * $Id: yaz-ccl.h,v 1.8 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file yaz-ccl.h
  */
 /**
  * \file yaz-ccl.h
index 16daac6..5eacbd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: yaz-iconv.h,v 1.6 2004-12-14 10:52:13 adam Exp $
+ * $Id: yaz-iconv.h,v 1.7 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file yaz-iconv.h
  */
 /**
  * \file yaz-iconv.h
index 23e48d2..e5261e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: yaz-util.h,v 1.14 2004-12-13 14:21:55 heikki Exp $
+ * $Id: yaz-util.h,v 1.15 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file yaz-util.h
  */
 /**
  * \file yaz-util.h
index 7783b36..44680f0 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2005, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.58 2005-01-11 12:13:18 adam Exp $
+ * $Id: yaz-version.h,v 1.59 2005-01-15 19:47:10 adam Exp $
  */
 
 /**
  */
 
 /**
index 1b8d5a1..a615eb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: yconfig.h,v 1.7 2004-10-15 00:18:59 adam Exp $
+ * $Id: yconfig.h,v 1.8 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file yconfig.h
  */
 /**
  * \file yconfig.h
index 17ffa08..4579e00 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1998-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zgdu.h,v 1.3 2004-10-15 00:18:59 adam Exp $
+ * $Id: zgdu.h,v 1.4 2005-01-15 19:47:10 adam Exp $
  */
 
 /**
  */
 
 /**
index d1037ea..748b82d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2000-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zoom.h,v 1.24 2004-10-15 00:18:59 adam Exp $
+ * $Id: zoom.h,v 1.25 2005-01-15 19:47:10 adam Exp $
  */
 /**
  * \file zoom.h
  */
 /**
  * \file zoom.h
index e9b20e6..908188e 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1997-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: atoin.c,v 1.5 2004-12-16 08:59:56 adam Exp $
+ * $Id: atoin.c,v 1.6 2005-01-15 19:47:10 adam Exp $
  */
 
 /** 
  */
 
 /** 
index f21b416..b300315 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_any.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_any.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index 2d590f3..39bf989 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_bit.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_bit.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index b813ff1..e2cbeda 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_bool.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_bool.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index ef1a0e0..a05c240 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_int.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_int.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index bc12463..4075ea6 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (C) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_len.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_len.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index 3e694b6..526e491 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_null.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_null.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index ad19db5..a69219d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_oct.c,v 1.2 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_oct.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index eba9ce6..11da7c3 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_oid.c,v 1.4 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_oid.c,v 1.5 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index 9e4d31e..b6f7644 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ber_tag.c,v 1.3 2004-10-15 00:18:59 adam Exp $
+ * $Id: ber_tag.c,v 1.4 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index 302e098..1323862 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: charneg.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: charneg.c,v 1.3 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index c943c46..71ab081 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: comstack.c,v 1.13 2004-10-15 00:19:00 adam Exp $
+ * $Id: comstack.c,v 1.14 2005-01-15 19:47:11 adam Exp $
  */
 
 /** 
  */
 
 /** 
index d6ea47d..797d8cd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cqlstdio.c,v 1.2 2004-10-03 22:34:07 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cqlstdio.c,v 1.3 2005-01-15 19:47:11 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index 4a05a08..b8d3881 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cqlstrer.c,v 1.3 2004-10-03 22:34:07 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cqlstrer.c,v 1.4 2005-01-15 19:47:11 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index 40824c5..6e83a0a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cqlstring.c,v 1.3 2004-10-15 00:19:00 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cqlstring.c,v 1.4 2005-01-15 19:47:11 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index 57284be..29ff07a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cqltransform.c,v 1.12 2004-11-01 20:13:02 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cqltransform.c,v 1.13 2005-01-15 19:47:11 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index 577844e..511fa9f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cqlutil.c,v 1.6 2004-11-01 20:13:02 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cqlutil.c,v 1.7 2005-01-15 19:47:13 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index 003f0c0..cb0231b 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: diagbib1.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: diagbib1.c,v 1.3 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 1051560..3caec15 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: diagsrw.c,v 1.1 2004-11-21 21:56:28 adam Exp $
+ * $Id: diagsrw.c,v 1.2 2005-01-15 19:47:13 adam Exp $
  */
 /**
  * \file diagsrw.c
  */
 /**
  * \file diagsrw.c
index 22a51e1..deb81b5 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: dumpber.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: dumpber.c,v 1.3 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 0f58732..dbe72d4 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: eventl.c,v 1.4 2004-12-13 14:21:55 heikki Exp $
+ * $Id: eventl.c,v 1.5 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 553ece1..84338a9 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: eventl.h,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: eventl.h,v 1.3 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index a5fa2fc..c2abea8 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: grs1disp.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: grs1disp.c,v 1.3 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 7c6bbd4..9c89ca3 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1999-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ill-get.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: ill-get.c,v 1.3 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 148880a..f11bd50 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: initopt.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: initopt.c,v 1.4 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 9ec9257..859ca3a 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: log.c,v 1.20 2005-01-07 10:28:28 heikki Exp $
+ * $Id: log.c,v 1.21 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index 3cd932e..7baa3aa 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (C) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * All rights reserved.
  *
  * All rights reserved.
  *
- * $Id: logrpn.c,v 1.9 2004-12-20 23:38:39 adam Exp $
+ * $Id: logrpn.c,v 1.10 2005-01-15 19:47:13 adam Exp $
  */
 
 /**
  */
 
 /**
index ef06425..bec05d9 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: marcdisp.c,v 1.11 2004-12-30 00:12:13 adam Exp $
+ * $Id: marcdisp.c,v 1.12 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 4db3360..efbc7ef 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: matchstr.c,v 1.3 2004-12-30 00:14:00 adam Exp $
+ * $Id: matchstr.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 1f8824f..623e399 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2005, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: nmem.c,v 1.11 2005-01-05 10:23:42 adam Exp $
+ * $Id: nmem.c,v 1.12 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 26d1b2f..dd9af4f 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1997-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: nmemsdup.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: nmemsdup.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index e42007f..75b37ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: odr-priv.h,v 1.4 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr-priv.h,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 96d5ff6..e370929 100644 (file)
--- a/src/odr.c
+++ b/src/odr.c
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr.c,v 1.10 2004-12-13 14:21:55 heikki Exp $
+ * $Id: odr.c,v 1.11 2005-01-15 19:47:14 adam Exp $
  *
  */
 
  *
  */
 
index 5dfaab6..96e72b9 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_any.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_any.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index ab8d052..20362bd 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_bit.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_bit.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 7106ac0..d1582f5 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_bool.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_bool.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 3e8135f..f91c589 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_choice.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_choice.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index dce204d..81fa4e1 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_cons.c,v 1.4 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_cons.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  *
  */
 
  *
  */
 
index 01dcfe0..20e10d9 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_enum.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_enum.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_enum.c
  */
 /**
  * \file odr_enum.c
index 9381481..c7c7169 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_int.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_int.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_int.c
  */
 /**
  * \file odr_int.c
index 5bd1289..2bd75ee 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_mem.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_mem.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_mem.c
  */
 /**
  * \file odr_mem.c
index ef2eb08..afb893d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_null.c,v 1.4 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_null.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_null.c
  */
 /**
  * \file odr_null.c
index 1ea7353..8d3cc05 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_oct.c,v 1.7 2004-11-18 15:18:13 heikki Exp $
+ * $Id: odr_oct.c,v 1.8 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_oct.c
  */
 /**
  * \file odr_oct.c
index 6eb7dd8..aaacbe5 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_oid.c,v 1.4 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_oid.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_oid.c
  */
 /**
  * \file odr_oid.c
index 7242943..7d41c10 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_seq.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_seq.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_seq.c
  */
 /**
  * \file odr_seq.c
index d788ffe..c0c569d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_tag.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_tag.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_tag.c
  */
 /**
  * \file odr_tag.c
index 509c445..1077254 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_use.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: odr_use.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_use.c
  */
 /**
  * \file odr_use.c
index 2748da4..6beac3b 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: odr_util.c,v 1.6 2004-12-30 00:14:38 adam Exp $
+ * $Id: odr_util.c,v 1.7 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file odr_util.c
  */
 /**
  * \file odr_util.c
index b7ec98d..ac33b0e 100644 (file)
--- a/src/oid.c
+++ b/src/oid.c
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: oid.c,v 1.6 2004-12-30 00:12:54 adam Exp $
+ * $Id: oid.c,v 1.7 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 3f40383..3ee7ff6 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2003-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: opacdisp.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: opacdisp.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file opacdisp.c
  */
 /**
  * \file opacdisp.c
index 4f86d83..a08b184 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: options.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: options.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file options.c
  */
 /**
  * \file options.c
index ecf0647..580c610 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1999-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: otherinfo.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: otherinfo.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file otherinfo.c
  */
 /**
  * \file otherinfo.c
index 289e368..5ddd11a 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: pquery.c,v 1.4 2004-12-30 00:21:12 adam Exp $
+ * $Id: pquery.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file pquery.c
  */
 /**
  * \file pquery.c
index b56d811..832eb3f 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: prt-ext.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: prt-ext.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 849995c..06ee114 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (C) 1994-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * All rights reserved.
  *
  * All rights reserved.
  *
- * $Id: readconf.c,v 1.4 2004-12-13 14:21:55 heikki Exp $
+ * $Id: readconf.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 97d371e..d774b9a 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (C) 1994-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: requestq.c,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: requestq.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file requestq.c
  */
 /**
  * \file requestq.c
index fffdd11..0e70919 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2005, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: seshigh.c,v 1.43 2005-01-11 12:07:55 adam Exp $
+ * $Id: seshigh.c,v 1.44 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file seshigh.c
  */
 /**
  * \file seshigh.c
@@ -1577,7 +1577,7 @@ static Z_APDU *process_initRequest(association *assoc, request *reqb)
                 assoc->init->implementation_name,
                 odr_prepend(assoc->encode, "GFS", resp->implementationName));
 
                 assoc->init->implementation_name,
                 odr_prepend(assoc->encode, "GFS", resp->implementationName));
 
-    version = odr_strdup(assoc->encode, "$Revision: 1.43 $");
+    version = odr_strdup(assoc->encode, "$Revision: 1.44 $");
     if (strlen(version) > 10)   /* check for unexpanded CVS strings */
         version[strlen(version)-2] = '\0';
     resp->implementationVersion = odr_prepend(assoc->encode,
     if (strlen(version) > 10)   /* check for unexpanded CVS strings */
         version[strlen(version)-2] = '\0';
     resp->implementationVersion = odr_prepend(assoc->encode,
index f9c42e3..071318d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (C) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: session.h,v 1.2 2004-10-15 00:19:00 adam Exp $
+ * $Id: session.h,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file session.h
  */
 /**
  * \file session.h
index c916cad..3b5928d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1997-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: siconv.c,v 1.7 2004-10-15 00:19:00 adam Exp $
+ * $Id: siconv.c,v 1.8 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file siconv.c
  */
 /**
  * \file siconv.c
index 8a10195..3de5e29 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: soap.c,v 1.9 2004-10-15 00:19:00 adam Exp $
+ * $Id: soap.c,v 1.10 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file soap.c
  */
 /**
  * \file soap.c
index 8d99a67..75e6ade 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: sortspec.c,v 1.3 2004-10-15 00:19:00 adam Exp $
+ * $Id: sortspec.c,v 1.4 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file sortspec.c
  */
 /**
  * \file sortspec.c
index a01e1c2..3573ea5 100644 (file)
--- a/src/srw.c
+++ b/src/srw.c
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2005, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: srw.c,v 1.32 2005-01-11 12:05:32 adam Exp $
+ * $Id: srw.c,v 1.33 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file srw.c
  */
 /**
  * \file srw.c
index e134758..fc060e3 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2005, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: srwutil.c,v 1.22 2005-01-11 10:50:06 adam Exp $
+ * $Id: srwutil.c,v 1.23 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file srwutil.c
  */
 /**
  * \file srwutil.c
index a502bee..ef149ac 100644 (file)
@@ -1,11 +1,11 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * NT threaded server code by
  *   Chas Woodfield, Fretwell Downing Informatics.
  *
  * See the file LICENSE for details.
  *
  * NT threaded server code by
  *   Chas Woodfield, Fretwell Downing Informatics.
  *
- * $Id: statserv.c,v 1.17 2005-01-03 11:56:08 adam Exp $
+ * $Id: statserv.c,v 1.18 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 0ce6fd0..841d897 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tcpdchk.c,v 1.4 2004-12-13 14:21:56 heikki Exp $
+ * $Id: tcpdchk.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file tcpdchk.c
  */
 /**
  * \file tcpdchk.c
index f417c24..92c9b39 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tcpip.c,v 1.12 2004-11-18 15:18:14 heikki Exp $
+ * $Id: tcpip.c,v 1.13 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file tcpip.c
  */
 /**
  * \file tcpip.c
index 03c44c4..e57b093 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tpath.c,v 1.4 2004-12-13 14:21:56 heikki Exp $
+ * $Id: tpath.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file tpath.c
  */
 /**
  * \file tpath.c
index 8f8abd2..194b445 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: unix.c,v 1.7 2004-11-18 15:18:14 heikki Exp $
+ * $Id: unix.c,v 1.8 2005-01-15 19:47:14 adam Exp $
  * UNIX socket COMSTACK. By Morten Bøgeskov.
  */
 /**
  * UNIX socket COMSTACK. By Morten Bøgeskov.
  */
 /**
index b073657..d93e326 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: version.c,v 1.2 2004-10-03 22:34:07 adam Exp $
+ * $Id: version.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index b674e2a..71c81d7 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: waislen.c,v 1.2 2004-10-15 00:19:01 adam Exp $
+ * $Id: waislen.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file waislen.c
  */
 /**
  * \file waislen.c
index 9caf93c..bca1636 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: wrbuf.c,v 1.6 2004-10-15 00:19:01 adam Exp $
+ * $Id: wrbuf.c,v 1.7 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index d73d517..b430a28 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xcqlutil.c,v 1.4 2004-10-03 22:34:07 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: xcqlutil.c,v 1.5 2005-01-15 19:47:14 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index 51040f4..34554f8 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (C) 1994-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * All rights reserved.
  *
  * All rights reserved.
  *
- * $Id: xmalloc.c,v 1.4 2004-12-13 14:21:56 heikki Exp $
+ * $Id: xmalloc.c,v 1.5 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file xmalloc.c
  */
 /**
  * \file xmalloc.c
index 87eab8d..739b8de 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1996-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: yaz-ccl.c,v 1.2 2004-10-15 00:19:01 adam Exp $
+ * $Id: yaz-ccl.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file yaz-ccl.c
  */
 /**
  * \file yaz-ccl.c
index 86f500a..86e370e 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: z3950oid.c,v 1.1 2003-10-27 12:21:36 adam Exp $
+ * $Id: z3950oid.c,v 1.2 2005-01-15 19:47:14 adam Exp $
  */
 
 #if HAVE_CONFIG_H
  */
 
 #if HAVE_CONFIG_H
index d7d76df..293c2e6 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zgdu.c,v 1.11 2004-10-15 00:19:01 adam Exp $
+ * $Id: zgdu.c,v 1.12 2005-01-15 19:47:14 adam Exp $
  */
 
 /**
  */
 
 /**
index 03018f7..b96be30 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zget.c,v 1.7 2004-12-20 23:35:42 adam Exp $
+ * $Id: zget.c,v 1.8 2005-01-15 19:47:14 adam Exp $
  */
 /**
  * \file zget.c
  */
 /**
  * \file zget.c
index 4b12506..6b43ad6 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2000-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zoom-c.c,v 1.34 2004-12-21 00:34:31 adam Exp $
+ * $Id: zoom-c.c,v 1.35 2005-01-15 19:47:15 adam Exp $
  */
 /**
  * \file zoom-c.c
  */
 /**
  * \file zoom-c.c
@@ -1037,7 +1037,7 @@ static zoom_ret ZOOM_connection_send_init (ZOOM_connection c)
        ZOOM_options_get(c->options, "implementationName"),
        odr_prepend(c->odr_out, "ZOOM-C", ireq->implementationName));
 
        ZOOM_options_get(c->options, "implementationName"),
        odr_prepend(c->odr_out, "ZOOM-C", ireq->implementationName));
 
-    version = odr_strdup(c->odr_out, "$Revision: 1.34 $");
+    version = odr_strdup(c->odr_out, "$Revision: 1.35 $");
     if (strlen(version) > 10)  /* check for unexpanded CVS strings */
        version[strlen(version)-2] = '\0';
     ireq->implementationVersion = odr_prepend(c->odr_out,
     if (strlen(version) > 10)  /* check for unexpanded CVS strings */
        version[strlen(version)-2] = '\0';
     ireq->implementationVersion = odr_prepend(c->odr_out,
index bda3051..f628a1e 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2000-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zoom-opt.c,v 1.2 2004-10-15 00:19:02 adam Exp $
+ * $Id: zoom-opt.c,v 1.3 2005-01-15 19:47:15 adam Exp $
  */
 /**
  * \file zoom-opt.c
  */
 /**
  * \file zoom-opt.c
index 54a2e6a..72cbf9f 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2000-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zoom-p.h,v 1.5 2004-10-15 00:19:02 adam Exp $
+ * $Id: zoom-p.h,v 1.6 2005-01-15 19:47:15 adam Exp $
  */
 /**
  * \file zoom-p.h
  */
 /**
  * \file zoom-p.h
index 37cf0c9..73c4011 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tstccl.c,v 1.4 2004-09-29 20:37:51 adam Exp $
+ * $Id: tstccl.c,v 1.5 2005-01-15 19:47:15 adam Exp $
  */
 
 /* CCL test */
  */
 
 /* CCL test */
index b308a2c..7a27f10 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tsticonv.c,v 1.4 2004-11-16 22:51:52 adam Exp $
+ * $Id: tsticonv.c,v 1.5 2005-01-15 19:47:15 adam Exp $
  */
 
 #if HAVE_CONFIG_H
  */
 
 #if HAVE_CONFIG_H
index 2e99b8c..743da7f 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tstlog.c,v 1.3 2004-12-13 14:21:58 heikki Exp $
+ * $Id: tstlog.c,v 1.4 2005-01-15 19:47:15 adam Exp $
  *
  */
 #include <stdio.h>
  *
  */
 #include <stdio.h>
index ef69d51..757763c 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tstmatchstr.c,v 1.2 2004-09-29 20:15:42 adam Exp $
+ * $Id: tstmatchstr.c,v 1.3 2005-01-15 19:47:15 adam Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index 8d77927..2ed2e56 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tstnmem.c,v 1.3 2005-01-05 10:29:42 adam Exp $
+ * $Id: tstnmem.c,v 1.4 2005-01-15 19:47:15 adam Exp $
  */
 
 #if HAVE_CONFIG_H
  */
 
 #if HAVE_CONFIG_H
index 03de131..f7cc7b9 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tstodr.c,v 1.2 2004-09-29 20:14:56 adam Exp $
+ * $Id: tstodr.c,v 1.3 2005-01-15 19:47:15 adam Exp $
  *
  */
 #include <stdio.h>
  *
  */
 #include <stdio.h>
index 8ac3d0b..fab5c11 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: tstwrbuf.c,v 1.1 2003-10-27 12:21:38 adam Exp $
+ * $Id: tstwrbuf.c,v 1.2 2005-01-15 19:47:15 adam Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index 942742c..95ca053 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: benchmark.c,v 1.6 2004-06-15 09:58:13 adam Exp $
- * Copyright (C) 2003-2004 Index Data Aps
+/* $Id: benchmark.c,v 1.7 2005-01-15 19:47:15 adam Exp $
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * This file is part of the YAZ toolkit.
  *
  *
  * This file is part of the YAZ toolkit.
  *
index 57575db..086d4bf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cql2pqf.c,v 1.5 2004-04-29 21:15:14 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cql2pqf.c,v 1.6 2005-01-15 19:47:15 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index b5adb40..138afad 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cql2xcql.c,v 1.5 2004-04-29 21:15:14 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cql2xcql.c,v 1.6 2005-01-15 19:47:15 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
    Index Data Aps
 
 This file is part of the YAZ toolkit.
index d441855..3de8d76 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: marcdump.c,v 1.25 2004-08-07 08:18:20 adam Exp $
+ * $Id: marcdump.c,v 1.26 2005-01-15 19:47:15 adam Exp $
  */
 
 #if HAVE_CONFIG_H
  */
 
 #if HAVE_CONFIG_H
index b10fb5b..1a2cf69 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: srwtst.c,v 1.1 2003-10-27 12:21:40 adam Exp $
+ * $Id: srwtst.c,v 1.2 2005-01-15 19:47:15 adam Exp $
  */
 
 #include <yaz/srw.h>
  */
 
 #include <yaz/srw.h>
index 958aa9a..af52e2d 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1997-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: yaziconv.c,v 1.1 2003-04-23 20:34:08 adam Exp $
+ * $Id: yaziconv.c,v 1.2 2005-01-15 19:47:15 adam Exp $
  */
 
 #if HAVE_CONFIG_H
  */
 
 #if HAVE_CONFIG_H
index f0c544a..7276d63 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: zoomsh.c,v 1.31 2004-12-13 14:21:58 heikki Exp $
+ * $Id: zoomsh.c,v 1.32 2005-01-15 19:47:15 adam Exp $
  */
 
 /* ZOOM-C Shell */
  */
 
 /* ZOOM-C Shell */
index 18b668f..09472d9 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: read-grs.c,v 1.11 2004-12-30 00:18:04 adam Exp $
+ * $Id: read-grs.c,v 1.12 2005-01-15 19:47:16 adam Exp $
  */
 
 /*
  */
 
 /*
index 850b706..c936a60 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 2002, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: read-marc.c,v 1.5 2004-12-30 00:18:04 adam Exp $
+ * $Id: read-marc.c,v 1.6 2005-01-15 19:47:16 adam Exp $
  */
 
 /*
  */
 
 /*
index da81691..d061422 100644 (file)
@@ -1,8 +1,8 @@
 /*
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
  * See the file LICENSE for details.
  *
- * $Id: ztest.c,v 1.70 2005-01-11 12:08:02 adam Exp $
+ * $Id: ztest.c,v 1.71 2005-01-15 19:47:16 adam Exp $
  */
 
 /*
  */
 
 /*