Year 2007.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Jan 2007 14:05:54 +0000 (14:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 25 Jan 2007 14:05:54 +0000 (14:05 +0000)
93 files changed:
Makefile.am
src/ex_filter_frontend_net.cpp
src/ex_router_flexml.cpp
src/factory_filter.cpp
src/factory_filter.hpp
src/factory_static.cpp
src/factory_static.hpp
src/filter.cpp
src/filter.hpp
src/filter_auth_simple.cpp
src/filter_auth_simple.hpp
src/filter_backend_test.cpp
src/filter_backend_test.hpp
src/filter_bounce.cpp
src/filter_bounce.hpp
src/filter_cql_to_rpn.cpp
src/filter_cql_to_rpn.hpp
src/filter_dl.cpp
src/filter_frontend_net.cpp
src/filter_frontend_net.hpp
src/filter_http_file.cpp
src/filter_http_file.hpp
src/filter_load_balance.cpp
src/filter_load_balance.hpp
src/filter_log.cpp
src/filter_log.hpp
src/filter_multi.cpp
src/filter_multi.hpp
src/filter_query_rewrite.cpp
src/filter_query_rewrite.hpp
src/filter_record_transform.cpp
src/filter_record_transform.hpp
src/filter_session_shared.cpp
src/filter_session_shared.hpp
src/filter_sru_to_z3950.cpp
src/filter_sru_to_z3950.hpp
src/filter_template.cpp
src/filter_template.hpp
src/filter_virt_db.cpp
src/filter_virt_db.hpp
src/filter_z3950_client.cpp
src/filter_z3950_client.hpp
src/filter_zeerex_explain.cpp
src/filter_zeerex_explain.hpp
src/gduutil.cpp
src/gduutil.hpp
src/metaproxy_prog.cpp
src/origin.cpp
src/origin.hpp
src/package.cpp
src/package.hpp
src/pipe.cpp
src/pipe.hpp
src/plainfile.cpp
src/router.hpp
src/router_chain.cpp
src/router_chain.hpp
src/router_flexml.cpp
src/router_flexml.hpp
src/session.cpp
src/session.hpp
src/sru_util.cpp
src/sru_util.hpp
src/test_boost_threads.cpp
src/test_boost_time.cpp
src/test_filter1.cpp
src/test_filter2.cpp
src/test_filter_auth_simple.cpp
src/test_filter_backend_test.cpp
src/test_filter_bounce.cpp
src/test_filter_factory.cpp
src/test_filter_frontend_net.cpp
src/test_filter_log.cpp
src/test_filter_multi.cpp
src/test_filter_query_rewrite.cpp
src/test_filter_record_transform.cpp
src/test_filter_sru_to_z3950.cpp
src/test_filter_virt_db.cpp
src/test_filter_z3950_client.cpp
src/test_package1.cpp
src/test_pipe.cpp
src/test_router_flexml.cpp
src/test_ses_map.cpp
src/test_session1.cpp
src/test_session2.cpp
src/test_thread_pool_observer.cpp
src/thread_pool_observer.cpp
src/thread_pool_observer.hpp
src/tstdl.cpp
src/util.cpp
src/util.hpp
src/xmlutil.cpp
src/xmlutil.hpp

index bef6995..e99f9ed 100644 (file)
@@ -1,6 +1,6 @@
 ## This file is part of Metaproxy
-## Copyright (C) 2005-2006, Index Data ApS
-## $Id: Makefile.am,v 1.19 2006-10-11 13:21:51 marc Exp $
+## Copyright (C) 2005-2007, Index Data ApS
+## $Id: Makefile.am,v 1.20 2007-01-25 14:05:54 adam Exp $
 
 SUBDIRS = etc doc src xml 
 
index 02383e1..4e41894 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: ex_filter_frontend_net.cpp,v 1.28 2006-09-29 08:42:47 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: ex_filter_frontend_net.cpp,v 1.29 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index da9fd09..dfe11b7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: ex_router_flexml.cpp,v 1.9 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: ex_router_flexml.cpp,v 1.10 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 35d9f09..9a7231b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: factory_filter.cpp,v 1.6 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: factory_filter.cpp,v 1.7 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 83715a8..fdd8453 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: factory_filter.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: factory_filter.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index fbfb0f7..186dbf6 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: factory_static.cpp,v 1.16 2007-01-12 10:16:21 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: factory_static.cpp,v 1.17 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
 */
index a8eaae8..ad66b97 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: factory_static.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: factory_static.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index d91e6bf..836d765 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index fdaafe2..72e8381 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter.hpp,v 1.18 2006-09-29 09:48:35 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter.hpp,v 1.19 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index dca3558..6d1b7c8 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_auth_simple.cpp,v 1.21 2006-08-30 12:27:34 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_auth_simple.cpp,v 1.22 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 72563b8..cd7f800 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_auth_simple.hpp,v 1.7 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_auth_simple.hpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 27102fe..da2f4f5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_backend_test.cpp,v 1.21 2006-10-10 09:47:50 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_backend_test.cpp,v 1.22 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 088a43d..192e6b1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_backend_test.hpp,v 1.10 2006-09-28 11:56:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_backend_test.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index ac50f00..cb676bd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_bounce.cpp,v 1.1 2006-08-31 13:01:09 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_bounce.cpp,v 1.2 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 91a3fa8..d3ffdba 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_bounce.hpp,v 1.1 2006-08-31 13:01:09 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_bounce.hpp,v 1.2 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 3844e0d..a0988f5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_cql_to_rpn.cpp,v 1.5 2007-01-16 09:04:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_cql_to_rpn.cpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 691f8f2..37a8ab4 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_cql_to_rpn.hpp,v 1.2 2007-01-15 15:07:59 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_cql_to_rpn.hpp,v 1.3 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index b29003e..d21537c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_dl.cpp,v 1.7 2006-09-14 19:53:57 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_dl.cpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 59fd107..fe5b3ac 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_frontend_net.cpp,v 1.22 2006-11-17 14:03:46 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_frontend_net.cpp,v 1.23 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index ca1258a..e6a3a6b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_frontend_net.hpp,v 1.14 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_frontend_net.hpp,v 1.15 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 0aa2b24..c5cca41 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_http_file.cpp,v 1.7 2006-11-29 13:00:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_http_file.cpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index a4322e6..1bcd9e3 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_http_file.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_http_file.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 7e9b425..1cd189f 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_load_balance.cpp,v 1.6 2007-01-11 12:55:09 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_load_balance.cpp,v 1.7 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 0ede931..56efccc 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_load_balance.hpp,v 1.1 2007-01-02 15:35:36 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_load_balance.hpp,v 1.2 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 0bab67b..84b4308 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_log.cpp,v 1.27 2006-09-29 12:24:49 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_log.cpp,v 1.28 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index dc35e7b..b3d28ca 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_log.hpp,v 1.17 2006-09-29 12:24:49 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_log.hpp,v 1.18 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 87ab481..081ce4a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_multi.cpp,v 1.24 2006-08-30 12:27:34 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_multi.cpp,v 1.25 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 738f347..49e67bd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_multi.hpp,v 1.6 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_multi.hpp,v 1.7 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 7b3940d..ec3bf08 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_query_rewrite.cpp,v 1.9 2006-12-01 12:37:26 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_query_rewrite.cpp,v 1.10 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index bbc34ff..99b52d2 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_query_rewrite.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_query_rewrite.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 47467e5..4570ac5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_record_transform.cpp,v 1.7 2006-12-12 11:01:40 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_record_transform.cpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 2cf8dbe..8e264cf 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_record_transform.hpp,v 1.1 2006-10-03 14:04:22 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_record_transform.hpp,v 1.2 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 6d76a7b..32822e1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_session_shared.cpp,v 1.15 2006-06-21 10:06:07 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_session_shared.cpp,v 1.16 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 9c76f69..f4e30b0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_session_shared.hpp,v 1.8 2006-06-21 09:16:54 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_session_shared.hpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 0e4fe3b..a0a7d82 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_sru_to_z3950.cpp,v 1.28 2007-01-25 13:52:56 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_sru_to_z3950.cpp,v 1.29 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
 */
index 0cc642d..14c47d6 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_sru_to_z3950.hpp,v 1.3 2006-09-29 09:48:36 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_sru_to_z3950.hpp,v 1.4 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 56800c8..8c0d3aa 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_template.cpp,v 1.9 2006-09-29 09:48:36 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_template.cpp,v 1.10 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 0a87817..b845b6e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_template.hpp,v 1.7 2006-09-29 09:48:36 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_template.hpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index a57b8eb..cf4a088 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_virt_db.cpp,v 1.49 2007-01-25 12:57:08 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_virt_db.cpp,v 1.50 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 49faeba..4daa8e1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_virt_db.hpp,v 1.17 2006-09-29 08:42:47 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_virt_db.hpp,v 1.18 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 2d9e6a6..7711952 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_z3950_client.cpp,v 1.28 2006-08-30 12:27:34 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_z3950_client.cpp,v 1.29 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 3767dae..e5188c5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_z3950_client.hpp,v 1.10 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_z3950_client.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 8635ee2..cd777c0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_zeerex_explain.cpp,v 1.3 2007-01-07 00:41:18 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_zeerex_explain.cpp,v 1.4 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index d9dd0ce..e06410d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: filter_zeerex_explain.hpp,v 1.1 2006-12-28 14:59:44 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_zeerex_explain.hpp,v 1.2 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index b7780e2..4d02d2d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: gduutil.cpp,v 1.16 2006-10-05 12:17:24 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: gduutil.cpp,v 1.17 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
 */
index d79f510..37e3492 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: gduutil.hpp,v 1.4 2006-09-26 13:15:33 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: gduutil.hpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index d2638b2..e231ee5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: metaproxy_prog.cpp,v 1.8 2006-12-01 12:37:26 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: metaproxy_prog.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index e4454a5..758134d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: origin.cpp,v 1.4 2006-10-02 12:01:06 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: origin.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 8799ff9..8e45158 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: origin.hpp,v 1.2 2006-10-02 12:01:06 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: origin.hpp,v 1.3 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 2b2c84c..a3f173d 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: package.cpp,v 1.17 2006-09-14 19:53:57 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: package.cpp,v 1.18 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index bbefb39..466d7a0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: package.hpp,v 1.25 2006-09-26 13:02:50 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: package.hpp,v 1.26 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 2c11cd4..3a05896 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: pipe.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: pipe.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index df824c8..4179208 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: pipe.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: pipe.hpp,v 1.6 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 734ea04..8afe384 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: plainfile.cpp,v 1.3 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: plainfile.cpp,v 1.4 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 34a4a35..0e58da1 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: router.hpp,v 1.12 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: router.hpp,v 1.13 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index a4e1469..318254a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: router_chain.cpp,v 1.7 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: router_chain.cpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
    
       See the LICENSE file for details
 */
index 94ec94c..357dcc5 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: router_chain.hpp,v 1.7 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: router_chain.hpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index b6bafa9..36d0365 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: router_flexml.cpp,v 1.19 2006-11-29 13:00:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: router_flexml.cpp,v 1.20 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 1fbf228..ba29588 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: router_flexml.hpp,v 1.15 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: router_flexml.hpp,v 1.16 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
       See the LICENSE file for details
 */
index 69ce930..4a63a79 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: session.cpp,v 1.4 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: session.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 45f17c2..fe9ea5b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: session.hpp,v 1.13 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: session.hpp,v 1.14 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 48e02b3..2b25410 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: sru_util.cpp,v 1.6 2007-01-07 15:55:02 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: sru_util.cpp,v 1.7 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
 */
index ab20f4e..4863267 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: sru_util.hpp,v 1.6 2007-01-07 00:41:18 marc Exp $
--   Copyright (c) 2005-2006, Index Data.
+/* $Id: sru_util.hpp,v 1.7 2007-01-25 14:05:54 adam Exp $
+-   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 7af983d..6e48801 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_boost_threads.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_boost_threads.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index d300b40..56e9bdd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_boost_time.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_boost_time.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 8cb4383..dcf00a8 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter1.cpp,v 1.16 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter1.cpp,v 1.17 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 8bb4224..2ba2319 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter2.cpp,v 1.21 2006-09-14 19:53:57 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter2.cpp,v 1.22 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index e392c31..f94022c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_auth_simple.cpp,v 1.3 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_auth_simple.cpp,v 1.4 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index f2a7965..a81c0ab 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_backend_test.cpp,v 1.9 2006-09-28 11:56:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_backend_test.cpp,v 1.10 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 51d3d18..651a982 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_bounce.cpp,v 1.1 2006-09-28 10:33:04 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_bounce.cpp,v 1.2 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 7f6761c..e08a2ff 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_factory.cpp,v 1.14 2006-09-14 19:53:57 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_factory.cpp,v 1.15 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
 */
index c5500e0..d6dd1e9 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_frontend_net.cpp,v 1.16 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_frontend_net.cpp,v 1.17 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index a6f71b1..4430313 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_log.cpp,v 1.10 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_log.cpp,v 1.11 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 574fc1d..58b649b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_multi.cpp,v 1.3 2006-06-10 14:29:12 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_multi.cpp,v 1.4 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 385c320..f8de083 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_query_rewrite.cpp,v 1.11 2006-11-29 13:00:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_query_rewrite.cpp,v 1.12 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index ad02ddc..f26beb8 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_record_transform.cpp,v 1.4 2006-12-12 14:48:13 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_record_transform.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 16823bf..017c954 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_sru_to_z3950.cpp,v 1.3 2006-11-29 13:00:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_sru_to_z3950.cpp,v 1.4 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 9141beb..95d8d35 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_virt_db.cpp,v 1.15 2006-09-29 08:42:47 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_virt_db.cpp,v 1.16 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 018c97c..addaf2c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_filter_z3950_client.cpp,v 1.9 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_z3950_client.cpp,v 1.10 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index d2adf0d..45d70ca 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_package1.cpp,v 1.6 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_package1.cpp,v 1.7 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 9dcba67..282c50c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_pipe.cpp,v 1.7 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_pipe.cpp,v 1.8 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 55425c0..1d30278 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_router_flexml.cpp,v 1.18 2006-11-29 13:00:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_router_flexml.cpp,v 1.19 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 26820af..3ac2a0a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_ses_map.cpp,v 1.4 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_ses_map.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index aa07a6a..fb81e67 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_session1.cpp,v 1.11 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_session1.cpp,v 1.12 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 4d18258..1337f49 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_session2.cpp,v 1.8 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_session2.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 5a72c29..6138759 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: test_thread_pool_observer.cpp,v 1.11 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_thread_pool_observer.cpp,v 1.12 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 6bbe84b..d8a2fbd 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: thread_pool_observer.cpp,v 1.17 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: thread_pool_observer.cpp,v 1.18 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index f8ce75a..cb1d70c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: thread_pool_observer.hpp,v 1.10 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: thread_pool_observer.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 78dd1bb..c1b77e7 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstdl.cpp,v 1.4 2006-06-10 14:29:13 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: tstdl.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 58d23f9..cf9a6a0 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: util.cpp,v 1.24 2007-01-02 15:35:36 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: util.cpp,v 1.25 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index efba787..4fcd87c 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: util.hpp,v 1.23 2007-01-02 15:35:36 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: util.hpp,v 1.24 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 5ea9e84..b71f074 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xmlutil.cpp,v 1.12 2007-01-12 10:16:21 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: xmlutil.cpp,v 1.13 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */
index 0fe0878..c28deab 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xmlutil.hpp,v 1.10 2006-12-01 12:37:26 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: xmlutil.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
    See the LICENSE file for details
  */