Add LICENSE file and Refer to it from the source. Include license material
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 10 Jun 2006 14:29:11 +0000 (14:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 10 Jun 2006 14:29:11 +0000 (14:29 +0000)
in license chapter of the manual.

74 files changed:
LICENSE [new file with mode: 0644]
Makefile.am
doc/book.xml
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_dl.cpp
src/filter_frontend_net.cpp
src/filter_frontend_net.hpp
src/filter_http_file.cpp
src/filter_http_file.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_session_shared.cpp
src/filter_session_shared.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/metaproxy_prog.cpp
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/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_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_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

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..a272fe1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,33 @@
+METAPROXY EVALUATION LICENCE:
+
+1. You are allowed to download this software for evaluation purposes.
+   You can unpack it, build it, run it, see how it works and how it fits
+   your needs, all at zero cost.
+
+2. You may NOT deploy the software.  For the purposes of this license,
+   deployment means running it for any purpose other than evaluation,
+   whether or not you or anyone else makes a profit from doing so.  If
+   you wish to deploy the software, you must first contact Index Data and
+   arrange to purchase a DEPLOYMENT LICENCE.  If you are unsure whether
+   or not your proposed use of the software constitutes deployment, email
+   us at info@indexdata.com for clarification.
+
+3. You may modify your copy of the software (fix bugs, add features) if
+   you need to.  We encourage you to send your changes back to us for
+   integration into the master copy, but you are not obliged to do so.
+   You may NOT pass your changes on to any other party.
+
+4. There is NO WARRANTY for this software, to the extent permitted by
+   applicable law.  We provide the software ``as is'' without warranty of
+   any kind, either expressed or implied, including, but not limited to,
+   the implied warranties of MERCHANTABILITY and FITNESS FOR A PARTICULAR
+   PURPOSE.  The entire risk as to the quality and performance of the
+   software is with you.  Should the software prove defective, you assume
+   the cost of all necessary servicing, repair or correction.  In no event
+   unless required by applicable law will we be liable to you for damages,
+   arising out of the use of the software, including but not limited to
+   loss of data or data being rendered inaccurate.
+
+5. All rights to the software are reserved by Index Data except where this
+   license explicitly says otherwise.
+
index 56cc247..82981c4 100644 (file)
@@ -1,6 +1,6 @@
 ## This file is part of Metaproxy
 ## Copyright (C) 2005-2006, Index Data ApS
-## $Id: Makefile.am,v 1.13 2006-04-27 17:01:00 adam Exp $
+## $Id: Makefile.am,v 1.14 2006-06-10 14:29:11 adam Exp $
 
 SUBDIRS = src doc etc
 
@@ -8,7 +8,7 @@ ACLOCAL_AMFLAGS = -I m4
 
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = Doxyfile.in NEWS README m4/yazpp.m4 m4/yaz.m4 buildconf.sh
+EXTRA_DIST = Doxyfile.in NEWS README LICENSE m4/yazpp.m4 m4/yaz.m4 buildconf.sh
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
 
index 41dfd01..08a3904 100644 (file)
@@ -17,7 +17,7 @@
      -->
      <!NOTATION PDF SYSTEM "PDF">
 ]>
-<!-- $Id: book.xml,v 1.33 2006-06-02 10:23:49 adam Exp $ -->
+<!-- $Id: book.xml,v 1.34 2006-06-10 14:29:11 adam Exp $ -->
 <book id="metaproxy">
  <bookinfo>
   <title>Metaproxy - User's Guide and Reference</title>
   </para>
  </chapter>
 
-
-
- <chapter id="licence">
-  <title>The Metaproxy Licence</title>
-  <para>
-   <emphasis role="strong">
-    No decision has yet been made on the terms under which
-    Metaproxy will be distributed.
-   </emphasis>
-   It is possible that, unlike
-   other Index Data products, metaproxy may not be released under a
-   free-software licence such as the GNU GPL.  Until a decision is
-   made and a public statement made, then, and unless it has been
-   delivered to you other specific terms, please treat Metaproxy as
-   though it were proprietary software.
-   The code should not be redistributed without explicit
-   written permission from the copyright holders, Index Data ApS.
-  </para>
+ <chapter id="license">
+  <title>The Metaproxy License</title>
+  <orderedlist numeration="arabic">
+   <listitem>
+    <para>
+     You are allowed to download this software for evaluation purposes.
+     You can unpack it, build it, run it, see how it works and how it fits
+     your needs, all at zero cost.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+     You may NOT deploy the software.  For the purposes of this license,
+     deployment means running it for any purpose other than evaluation,
+     whether or not you or anyone else makes a profit from doing so.  If
+     you wish to deploy the software, you must first contact Index Data and
+     arrange to purchase a DEPLOYMENT LICENCE.  If you are unsure
+     whether or not your proposed use of the software constitutes
+     deployment, email us at <literal>info@indexdata.com</literal>
+     for clarification.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+     You may modify your copy of the software (fix bugs, add features)
+     if you need to.  We encourage you to send your changes back to us for
+     integration into the master copy, but you are not obliged to do so.  You
+      may NOT pass your changes on to any other party.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+     There is NO WARRANTY for this software, to the extent permitted by
+     applicable law.  We provide the software ``as is'' without warranty of
+     any kind, either expressed or implied, including, but not limited to, the
+     implied warranties of MERCHANTABILITY and FITNESS FOR A
+     PARTICULAR PURPOSE.  The entire risk as to the quality and
+     performance of the software is with you.  Should the software prove
+     defective, you assume the cost of all necessary servicing, repair or
+     correction.  In no event unless required by applicable law will we be
+     liable to you for damages, arising out of the use of the software,
+     including but not limited to loss of data or data being rendered
+     inaccurate.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
+     All rights to the software are reserved by Index Data except where
+     this license explicitly says otherwise.
+    </para>
+   </listitem>
+  </orderedlist>
  </chapter>
-
  <chapter id="installation">
   <title>Installation</title>
   <para>
index 038178d..0b856e3 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: ex_filter_frontend_net.cpp,v 1.26 2006-03-16 10:40:59 adam Exp $
+/* $Id: ex_filter_frontend_net.cpp,v 1.27 2006-06-10 14:29:11 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 2e0605d..da9fd09 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: ex_router_flexml.cpp,v 1.8 2006-03-16 10:40:59 adam Exp $
+/* $Id: ex_router_flexml.cpp,v 1.9 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 495321d..35d9f09 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: factory_filter.cpp,v 1.5 2006-04-22 13:18:58 adam Exp $
+/* $Id: factory_filter.cpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index b0b88a4..83715a8 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: factory_filter.hpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: factory_filter.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FACTORY_FILTER_HPP
index b49bf7f..55d24f8 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: factory_static.cpp,v 1.9 2006-03-16 10:40:59 adam Exp $
+/* $Id: factory_static.cpp,v 1.10 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
 */
 
 #include <iostream>
index 40aac5c..a8eaae8 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: factory_static.hpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: factory_static.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FACTORY_STATIC_HPP
index 91977c6..d91e6bf 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include <stdexcept>
index b441284..f5b8c43 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter.hpp,v 1.16 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter.hpp,v 1.17 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_HPP
index 4b10cac..63356cf 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_auth_simple.cpp,v 1.19 2006-05-15 11:43:01 adam Exp $
+/* $Id: filter_auth_simple.cpp,v 1.20 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index f7b1a6e..72563b8 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_auth_simple.hpp,v 1.6 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_auth_simple.hpp,v 1.7 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_AUTH_SIMPLE_HPP
index 5fe5338..90feab8 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_backend_test.cpp,v 1.18 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_backend_test.cpp,v 1.19 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index b4909ad..239f34a 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_backend_test.hpp,v 1.8 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_backend_test.hpp,v 1.9 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_BACKEND_TEST_HPP
index d0d500a..0d95266 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_dl.cpp,v 1.5 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_dl.cpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 77263f9..8b0e711 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_frontend_net.cpp,v 1.18 2006-06-09 14:11:42 adam Exp $
+/* $Id: filter_frontend_net.cpp,v 1.19 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 2b55ec5..ca1258a 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_frontend_net.hpp,v 1.13 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_frontend_net.hpp,v 1.14 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_FRONTEND_NET_HPP
index 1b9f0a4..27fcce4 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_http_file.cpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_http_file.cpp,v 1.5 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 6868d3e..a4322e6 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_http_file.hpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_http_file.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_HTTP_FILE_HPP
index bd5f862..c4ec3a3 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_log.cpp,v 1.17 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_log.cpp,v 1.18 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index ad47803..6e048b6 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_log.hpp,v 1.14 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_log.hpp,v 1.15 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_LOG_HPP
index af9aee9..a4b1402 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_multi.cpp,v 1.20 2006-05-16 11:53:53 adam Exp $
+/* $Id: filter_multi.cpp,v 1.21 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 86ab144..738f347 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_multi.hpp,v 1.5 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_multi.hpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_MULTI_HPP
index a69e580..fa50707 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_query_rewrite.cpp,v 1.7 2006-03-27 12:53:05 adam Exp $
+/* $Id: filter_query_rewrite.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 
index daefd2a..bbc34ff 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_query_rewrite.hpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_query_rewrite.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 // Filter that rewrites RPN queries using Regular Expressions
index 151fe77..a787c44 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_session_shared.cpp,v 1.10 2006-06-09 14:12:13 adam Exp $
+/* $Id: filter_session_shared.cpp,v 1.11 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 02bd878..a1bace0 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_session_shared.hpp,v 1.5 2006-05-15 10:34:40 adam Exp $
+/* $Id: filter_session_shared.hpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_SESSION_SHARED_HPP
index 59c9b1a..7031a0a 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_template.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_template.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index e2941bb..7843cec 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_template.hpp,v 1.5 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_template.hpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 // Filter that does nothing. Use as template for new filters 
index b05539e..9b7e7e9 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_virt_db.cpp,v 1.40 2006-05-16 11:53:54 adam Exp $
+/* $Id: filter_virt_db.cpp,v 1.41 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 447b2eb..766d61e 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_virt_db.hpp,v 1.15 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_virt_db.hpp,v 1.16 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_VIRT_DB_HPP
index e78a76b..e4c7d33 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_z3950_client.cpp,v 1.25 2006-03-29 13:44:45 adam Exp $
+/* $Id: filter_z3950_client.cpp,v 1.26 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 8c94349..3767dae 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_z3950_client.hpp,v 1.9 2006-03-16 10:40:59 adam Exp $
+/* $Id: filter_z3950_client.hpp,v 1.10 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_Z3950_CLIENT_HPP
index 4ffcb6a..0bec077 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: metaproxy_prog.cpp,v 1.5 2006-04-29 08:51:54 adam Exp $
+/* $Id: metaproxy_prog.cpp,v 1.6 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 1277b39..2684d0c 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: package.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: package.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 7b6df58..1be3ed5 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: package.hpp,v 1.16 2006-03-29 13:44:45 adam Exp $
+/* $Id: package.hpp,v 1.17 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef YP2_PACKAGE_HPP
index eb4c4e2..2c11cd4 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: pipe.cpp,v 1.7 2006-03-29 13:44:45 adam Exp $
+/* $Id: pipe.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 #include "config.hpp"
 
index 38f85fe..df824c8 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: pipe.hpp,v 1.4 2006-03-16 10:40:59 adam Exp $
+/* $Id: pipe.hpp,v 1.5 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef YP2_PIPE_HPP
index 38e2148..734ea04 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: plainfile.cpp,v 1.2 2006-03-16 10:40:59 adam Exp $
+/* $Id: plainfile.cpp,v 1.3 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index d59b741..34a4a35 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: router.hpp,v 1.11 2006-03-16 10:40:59 adam Exp $
+/* $Id: router.hpp,v 1.12 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef ROUTER_HPP
index b58b481..a4e1469 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: router_chain.cpp,v 1.6 2006-03-16 10:40:59 adam Exp $
+/* $Id: router_chain.cpp,v 1.7 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
    
-   %LICENSE%
+      See the LICENSE file for details
 */
 
 #include "router_chain.hpp"
index 21a423c..94ec94c 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: router_chain.hpp,v 1.6 2006-03-16 10:40:59 adam Exp $
+/* $Id: router_chain.hpp,v 1.7 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef ROUTER_CHAIN_HPP
index c029fa2..2564aae 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: router_flexml.cpp,v 1.17 2006-03-16 10:40:59 adam Exp $
+/* $Id: router_flexml.cpp,v 1.18 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 75b119f..1fbf228 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: router_flexml.hpp,v 1.14 2006-03-16 10:40:59 adam Exp $
+/* $Id: router_flexml.hpp,v 1.15 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-   %LICENSE%
+      See the LICENSE file for details
 */
 
 #ifndef ROUTER_FLEXML_HPP
index f64e2da..69ce930 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: session.cpp,v 1.3 2006-03-16 10:40:59 adam Exp $
+/* $Id: session.cpp,v 1.4 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include <stdexcept>
index eddd1b1..45f17c2 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: session.hpp,v 1.12 2006-03-16 10:40:59 adam Exp $
+/* $Id: session.hpp,v 1.13 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef SESSION_HPP
index f53dfe0..7af983d 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_boost_threads.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_boost_threads.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index af1db2a..d300b40 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_boost_time.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_boost_time.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 #include <iostream>
 
index 2dd43aa..8cb4383 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter1.cpp,v 1.15 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter1.cpp,v 1.16 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 6113d32..ddfe832 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter2.cpp,v 1.19 2006-05-15 10:12:33 adam Exp $
+/* $Id: test_filter2.cpp,v 1.20 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include <libxml/parser.h>
index 241e7af..e392c31 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_auth_simple.cpp,v 1.2 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_auth_simple.cpp,v 1.3 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index b209730..c3719c3 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_backend_test.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_backend_test.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 2aee42e..9fc5987 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_factory.cpp,v 1.12 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_factory.cpp,v 1.13 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
 */
 
 #include <iostream>
index 9eaf40a..c5500e0 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_frontend_net.cpp,v 1.15 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_frontend_net.cpp,v 1.16 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index b5c1eaf..a6f71b1 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_log.cpp,v 1.9 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_log.cpp,v 1.10 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index a43e199..574fc1d 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_multi.cpp,v 1.2 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_multi.cpp,v 1.3 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 43efca1..484bac5 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_query_rewrite.cpp,v 1.9 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_query_rewrite.cpp,v 1.10 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index d2828d2..f61f8a2 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_virt_db.cpp,v 1.12 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_virt_db.cpp,v 1.13 2006-06-10 14:29:12 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 3ccdfcc..018c97c 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_z3950_client.cpp,v 1.8 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_filter_z3950_client.cpp,v 1.9 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 1607faa..d2adf0d 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_package1.cpp,v 1.5 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_package1.cpp,v 1.6 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 15e03d1..9dcba67 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_pipe.cpp,v 1.6 2006-03-29 13:44:45 adam Exp $
+/* $Id: test_pipe.cpp,v 1.7 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index c81bef7..95b05ef 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_router_flexml.cpp,v 1.16 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_router_flexml.cpp,v 1.17 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index a481b7f..26820af 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_ses_map.cpp,v 1.3 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_ses_map.cpp,v 1.4 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index de838f5..aa07a6a 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_session1.cpp,v 1.10 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_session1.cpp,v 1.11 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 #include "config.hpp"
 #include "session.hpp"
index e4a8161..4d18258 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_session2.cpp,v 1.7 2006-03-16 10:40:59 adam Exp $
+/* $Id: test_session2.cpp,v 1.8 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 #include "config.hpp"
 #include "session.hpp"
index 799a8d1..5a72c29 100644 (file)
@@ -1,27 +1,7 @@
-/* $Id: test_thread_pool_observer.cpp,v 1.10 2006-03-29 13:44:45 adam Exp $
+/* $Id: test_thread_pool_observer.cpp,v 1.11 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
- */
-/* $Id: test_thread_pool_observer.cpp,v 1.10 2006-03-29 13:44:45 adam Exp $
-   Copyright (c) 1998-2005-2006, Index Data.
-
-This file is part of the yaz-proxy.
-
-YAZ proxy is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2, or (at your option) any later
-version.
-
-YAZ proxy is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-for more details.
-
-You should have received a copy of the GNU General Public License
-along with YAZ proxy; see the file LICENSE.  If not, write to the
-Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 061ec8f..6bbe84b 100644 (file)
@@ -1,8 +1,7 @@
-
-/* $Id: thread_pool_observer.cpp,v 1.16 2006-06-09 14:12:13 adam Exp $
+/* $Id: thread_pool_observer.cpp,v 1.17 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 #include "config.hpp"
 
index 1a906af..f8ce75a 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: thread_pool_observer.hpp,v 1.9 2006-03-29 13:44:45 adam Exp $
+/* $Id: thread_pool_observer.hpp,v 1.10 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef YP2_THREAD_POOL_OBSERVER_HPP
index a56e123..78dd1bb 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: tstdl.cpp,v 1.3 2006-03-16 10:40:59 adam Exp $
+/* $Id: tstdl.cpp,v 1.4 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 941effc..dcd751b 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: util.cpp,v 1.16 2006-06-09 14:12:13 adam Exp $
+/* $Id: util.cpp,v 1.17 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
index 3a32cc9..35eb733 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: util.hpp,v 1.15 2006-06-09 14:12:13 adam Exp $
+/* $Id: util.hpp,v 1.16 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef YP2_UTIL_HPP
index 5c95d83..d85ba16 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: xmlutil.cpp,v 1.6 2006-06-09 14:12:13 adam Exp $
+/* $Id: xmlutil.cpp,v 1.7 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "xmlutil.hpp"
index 571161c..c5680ed 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: xmlutil.hpp,v 1.5 2006-03-16 10:40:59 adam Exp $
+/* $Id: xmlutil.hpp,v 1.6 2006-06-10 14:29:13 adam Exp $
    Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef XML_UTIL_HPP