in license chapter of the manual.
--- /dev/null
+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.
+
## 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
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
-->
<!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>
-/* $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"
-/* $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"
-/* $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"
-/* $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
-/* $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>
-/* $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
-/* $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>
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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
*/
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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"
-/* $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
-/* $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>
-/* $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
-/* $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"
-/* $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>
-/* $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"
-/* $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>
-/* $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"
-/* $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"
-/* $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>
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-/* $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"
-
-/* $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"
-/* $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
-/* $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"
-/* $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"
-/* $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
-/* $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"
-/* $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