From b0c61b7f8b17d876c88347a96c246c47493140da Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 4 Jan 2010 11:08:00 +0100 Subject: [PATCH] Version 1.0.23. Bump copyright year. --- Makefile.am | 2 +- NEWS | 8 ++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ doc/book.xml | 4 ++-- doc/copyright.xml | 2 +- dox/.gitignore | 2 -- example-module/filter_myfilter.cpp | 2 +- src/Makefile.am | 2 +- src/ex_filter_frontend_net.cpp | 2 +- src/ex_router_flexml.cpp | 2 +- src/factory_filter.cpp | 2 +- src/factory_filter.hpp | 2 +- src/factory_static.cpp | 2 +- src/factory_static.hpp | 2 +- src/filter.cpp | 2 +- src/filter.hpp | 2 +- src/filter_auth_simple.cpp | 2 +- src/filter_auth_simple.hpp | 2 +- src/filter_backend_test.cpp | 2 +- src/filter_backend_test.hpp | 2 +- src/filter_bounce.cpp | 2 +- src/filter_bounce.hpp | 2 +- src/filter_cql_to_rpn.cpp | 2 +- src/filter_cql_to_rpn.hpp | 2 +- src/filter_dl.cpp | 2 +- src/filter_frontend_net.cpp | 2 +- src/filter_frontend_net.hpp | 2 +- src/filter_http_file.cpp | 2 +- src/filter_http_file.hpp | 2 +- src/filter_limit.cpp | 2 +- src/filter_limit.hpp | 2 +- src/filter_load_balance.cpp | 2 +- src/filter_load_balance.hpp | 2 +- src/filter_log.cpp | 2 +- src/filter_log.hpp | 2 +- src/filter_multi.cpp | 2 +- src/filter_multi.hpp | 2 +- src/filter_query_rewrite.cpp | 2 +- src/filter_query_rewrite.hpp | 2 +- src/filter_record_transform.cpp | 2 +- src/filter_record_transform.hpp | 2 +- src/filter_session_shared.cpp | 2 +- src/filter_session_shared.hpp | 2 +- src/filter_sru_to_z3950.cpp | 2 +- src/filter_sru_to_z3950.hpp | 2 +- src/filter_template.cpp | 2 +- src/filter_template.hpp | 2 +- src/filter_virt_db.cpp | 2 +- src/filter_virt_db.hpp | 2 +- src/filter_z3950_client.cpp | 2 +- src/filter_z3950_client.hpp | 2 +- src/filter_zeerex_explain.cpp | 2 +- src/filter_zeerex_explain.hpp | 2 +- src/gduutil.cpp | 2 +- src/gduutil.hpp | 2 +- src/metaproxy_prog.cpp | 2 +- src/origin.cpp | 2 +- src/origin.hpp | 2 +- src/package.cpp | 2 +- src/package.hpp | 2 +- src/pipe.cpp | 2 +- src/pipe.hpp | 2 +- src/plainfile.cpp | 2 +- src/router.hpp | 2 +- src/router_chain.cpp | 2 +- src/router_chain.hpp | 2 +- src/router_flexml.cpp | 2 +- src/router_flexml.hpp | 2 +- src/session.cpp | 2 +- src/session.hpp | 2 +- src/sru_util.cpp | 2 +- src/sru_util.hpp | 2 +- src/test_boost_threads.cpp | 2 +- src/test_filter1.cpp | 2 +- src/test_filter2.cpp | 2 +- src/test_filter_auth_simple.cpp | 2 +- src/test_filter_backend_test.cpp | 2 +- src/test_filter_bounce.cpp | 2 +- src/test_filter_factory.cpp | 2 +- src/test_filter_frontend_net.cpp | 2 +- src/test_filter_log.cpp | 2 +- src/test_filter_multi.cpp | 2 +- src/test_filter_query_rewrite.cpp | 2 +- src/test_filter_record_transform.cpp | 2 +- src/test_filter_sru_to_z3950.cpp | 2 +- src/test_filter_virt_db.cpp | 2 +- src/test_filter_z3950_client.cpp | 2 +- src/test_package1.cpp | 2 +- src/test_pipe.cpp | 2 +- src/test_router_flexml.cpp | 2 +- src/test_ses_map.cpp | 2 +- src/test_session1.cpp | 2 +- src/test_session2.cpp | 2 +- src/test_thread_pool_observer.cpp | 2 +- src/thread_pool_observer.cpp | 2 +- src/thread_pool_observer.hpp | 2 +- src/tstdl.cpp | 2 +- src/util.cpp | 2 +- src/util.hpp | 2 +- src/xmlutil.cpp | 2 +- src/xmlutil.hpp | 2 +- win/makefile | 4 ++-- 103 files changed, 116 insertions(+), 104 deletions(-) delete mode 100644 dox/.gitignore diff --git a/Makefile.am b/Makefile.am index 678782a..21d1d4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2009 Index Data +## Copyright (C) 2005-2010 Index Data SUBDIRS = xml src etc doc diff --git a/NEWS b/NEWS index 4cf3bc2..6935d58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.0.23 2010/01/04 + +Filter virt_db: Close backend filter session when Init rejected is received +from it (in which case it's not really closed yet). This will ensure we don't +run out of resources such as FDs in this case. + +sru_z3950 filter: Accept any database (including those not listed). + --- 1.0.22 2009/12/03 Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or diff --git a/configure.ac b/configure.ac index 1b0c736..10887dc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.22],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.23],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index f876e92..f7f27ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.0.23-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 04 Jan 2010 10:59:11 +0100 + metaproxy (1.0.22-1indexdata) unstable; urgency=low * Upstream. diff --git a/doc/book.xml b/doc/book.xml index 09945a0..ad85b85 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -35,8 +35,8 @@ &version; - 2005-2009 - Index Data ApS + 2005-2010 + Index Data diff --git a/doc/copyright.xml b/doc/copyright.xml index 1ade0d0..3f1b42b 100644 --- a/doc/copyright.xml +++ b/doc/copyright.xml @@ -1,5 +1,5 @@ COPYRIGHT - Copyright (c) 2005-2009, Index Data ApS + Copyright (c) 2005-2010, Index Data diff --git a/dox/.gitignore b/dox/.gitignore deleted file mode 100644 index 5858741..0000000 --- a/dox/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -html -man diff --git a/example-module/filter_myfilter.cpp b/example-module/filter_myfilter.cpp index 79f3bed..215758f 100644 --- a/example-module/filter_myfilter.cpp +++ b/example-module/filter_myfilter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/Makefile.am b/src/Makefile.am index 84af9b2..9dbd951 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2009 Index Data +## Copyright (C) 2005-2010 Index Data MAINTAINERCLEANFILES = Makefile.in config.in config.hpp diff --git a/src/ex_filter_frontend_net.cpp b/src/ex_filter_frontend_net.cpp index c5e4da6..dcfee46 100644 --- a/src/ex_filter_frontend_net.cpp +++ b/src/ex_filter_frontend_net.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/ex_router_flexml.cpp b/src/ex_router_flexml.cpp index 92e06bf..f19b28d 100644 --- a/src/ex_router_flexml.cpp +++ b/src/ex_router_flexml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/factory_filter.cpp b/src/factory_filter.cpp index 1ea7ec5..f91eafb 100644 --- a/src/factory_filter.cpp +++ b/src/factory_filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/factory_filter.hpp b/src/factory_filter.hpp index 8b1e4b0..33719bb 100644 --- a/src/factory_filter.hpp +++ b/src/factory_filter.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/factory_static.cpp b/src/factory_static.cpp index a6f88e9..95f62ec 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/factory_static.hpp b/src/factory_static.hpp index 2fd70d7..144ed3e 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter.cpp b/src/filter.cpp index 79d0d91..8537d71 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter.hpp b/src/filter.hpp index a329f87..691eda4 100644 --- a/src/filter.hpp +++ b/src/filter.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_auth_simple.cpp b/src/filter_auth_simple.cpp index 0d07a04..549085e 100644 --- a/src/filter_auth_simple.cpp +++ b/src/filter_auth_simple.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_auth_simple.hpp b/src/filter_auth_simple.hpp index efd5ed2..36a8d0b 100644 --- a/src/filter_auth_simple.hpp +++ b/src/filter_auth_simple.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_backend_test.cpp b/src/filter_backend_test.cpp index 2ad6424..9b569ac 100644 --- a/src/filter_backend_test.cpp +++ b/src/filter_backend_test.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_backend_test.hpp b/src/filter_backend_test.hpp index e0c9a13..c355d2d 100644 --- a/src/filter_backend_test.hpp +++ b/src/filter_backend_test.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_bounce.cpp b/src/filter_bounce.cpp index 8c16d63..56cdb6d 100644 --- a/src/filter_bounce.cpp +++ b/src/filter_bounce.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_bounce.hpp b/src/filter_bounce.hpp index b45c8d3..f3fd4d0 100644 --- a/src/filter_bounce.hpp +++ b/src/filter_bounce.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_cql_to_rpn.cpp b/src/filter_cql_to_rpn.cpp index fdb9b38..d742024 100644 --- a/src/filter_cql_to_rpn.cpp +++ b/src/filter_cql_to_rpn.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_cql_to_rpn.hpp b/src/filter_cql_to_rpn.hpp index 50520f9..233b3e4 100644 --- a/src/filter_cql_to_rpn.hpp +++ b/src/filter_cql_to_rpn.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_dl.cpp b/src/filter_dl.cpp index d385af8..8a8db8f 100644 --- a/src/filter_dl.cpp +++ b/src/filter_dl.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_frontend_net.cpp b/src/filter_frontend_net.cpp index 1a91c07..fb81c76 100644 --- a/src/filter_frontend_net.cpp +++ b/src/filter_frontend_net.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_frontend_net.hpp b/src/filter_frontend_net.hpp index a443a0b..ade014d 100644 --- a/src/filter_frontend_net.hpp +++ b/src/filter_frontend_net.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_http_file.cpp b/src/filter_http_file.cpp index cf46974..c3014b0 100644 --- a/src/filter_http_file.cpp +++ b/src/filter_http_file.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_http_file.hpp b/src/filter_http_file.hpp index a4f9d2a..21e7909 100644 --- a/src/filter_http_file.hpp +++ b/src/filter_http_file.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_limit.cpp b/src/filter_limit.cpp index 0826ffd..b97d3f0 100644 --- a/src/filter_limit.cpp +++ b/src/filter_limit.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_limit.hpp b/src/filter_limit.hpp index 2b44893..fd5528a 100644 --- a/src/filter_limit.hpp +++ b/src/filter_limit.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_load_balance.cpp b/src/filter_load_balance.cpp index 6a09ef3..dc80b83 100644 --- a/src/filter_load_balance.cpp +++ b/src/filter_load_balance.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_load_balance.hpp b/src/filter_load_balance.hpp index b6d78fe..e0dc5ec 100644 --- a/src/filter_load_balance.hpp +++ b/src/filter_load_balance.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_log.cpp b/src/filter_log.cpp index 1c8d9fc..8e94bff 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_log.hpp b/src/filter_log.hpp index 44699bc..6c736b3 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_multi.cpp b/src/filter_multi.cpp index f728724..0072e94 100644 --- a/src/filter_multi.cpp +++ b/src/filter_multi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_multi.hpp b/src/filter_multi.hpp index 4221110..7e85e3d 100644 --- a/src/filter_multi.hpp +++ b/src/filter_multi.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_query_rewrite.cpp b/src/filter_query_rewrite.cpp index 2111fc5..254a33c 100644 --- a/src/filter_query_rewrite.cpp +++ b/src/filter_query_rewrite.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_query_rewrite.hpp b/src/filter_query_rewrite.hpp index 369c91d..776a755 100644 --- a/src/filter_query_rewrite.hpp +++ b/src/filter_query_rewrite.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_record_transform.cpp b/src/filter_record_transform.cpp index 8708521..cf7af72 100644 --- a/src/filter_record_transform.cpp +++ b/src/filter_record_transform.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_record_transform.hpp b/src/filter_record_transform.hpp index 7fc3d6e..72667e3 100644 --- a/src/filter_record_transform.hpp +++ b/src/filter_record_transform.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_session_shared.cpp b/src/filter_session_shared.cpp index 056a568..ab518aa 100644 --- a/src/filter_session_shared.cpp +++ b/src/filter_session_shared.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_session_shared.hpp b/src/filter_session_shared.hpp index d26c26a..c186b9c 100644 --- a/src/filter_session_shared.hpp +++ b/src/filter_session_shared.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_sru_to_z3950.cpp b/src/filter_sru_to_z3950.cpp index 0bc230a..c283aa7 100644 --- a/src/filter_sru_to_z3950.cpp +++ b/src/filter_sru_to_z3950.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_sru_to_z3950.hpp b/src/filter_sru_to_z3950.hpp index f67bc6d..27fb110 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_template.cpp b/src/filter_template.cpp index 12c685d..01c9d75 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_template.hpp b/src/filter_template.hpp index 9cd2a72..8609b58 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_virt_db.cpp b/src/filter_virt_db.cpp index a7d0ae8..55cb6df 100644 --- a/src/filter_virt_db.cpp +++ b/src/filter_virt_db.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_virt_db.hpp b/src/filter_virt_db.hpp index 3e1bdfb..03967f6 100644 --- a/src/filter_virt_db.hpp +++ b/src/filter_virt_db.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_z3950_client.cpp b/src/filter_z3950_client.cpp index 9bcbfc4..4322bda 100644 --- a/src/filter_z3950_client.cpp +++ b/src/filter_z3950_client.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_z3950_client.hpp b/src/filter_z3950_client.hpp index 7baa299..669674c 100644 --- a/src/filter_z3950_client.hpp +++ b/src/filter_z3950_client.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_zeerex_explain.cpp b/src/filter_zeerex_explain.cpp index 978f291..a696292 100644 --- a/src/filter_zeerex_explain.cpp +++ b/src/filter_zeerex_explain.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/filter_zeerex_explain.hpp b/src/filter_zeerex_explain.hpp index cb18a9a..0904312 100644 --- a/src/filter_zeerex_explain.hpp +++ b/src/filter_zeerex_explain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/gduutil.cpp b/src/gduutil.cpp index 976b091..0eca0c8 100644 --- a/src/gduutil.cpp +++ b/src/gduutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/gduutil.hpp b/src/gduutil.hpp index e92bbdf..ac2b731 100644 --- a/src/gduutil.hpp +++ b/src/gduutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/metaproxy_prog.cpp b/src/metaproxy_prog.cpp index 4cba424..0aa04f4 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/origin.cpp b/src/origin.cpp index ac2da44..d49ba1e 100644 --- a/src/origin.cpp +++ b/src/origin.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/origin.hpp b/src/origin.hpp index 3038287..29d1124 100644 --- a/src/origin.hpp +++ b/src/origin.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/package.cpp b/src/package.cpp index 799ad60..3c65cdb 100644 --- a/src/package.cpp +++ b/src/package.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/package.hpp b/src/package.hpp index de006bb..69fbcb7 100644 --- a/src/package.hpp +++ b/src/package.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/pipe.cpp b/src/pipe.cpp index 4d6cbf6..ed078fc 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/pipe.hpp b/src/pipe.hpp index b9b9ce2..0aa9813 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/plainfile.cpp b/src/plainfile.cpp index 62d061c..6ae38ae 100644 --- a/src/plainfile.cpp +++ b/src/plainfile.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/router.hpp b/src/router.hpp index 5ff1dcf..392f048 100644 --- a/src/router.hpp +++ b/src/router.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/router_chain.cpp b/src/router_chain.cpp index 3568a9a..2ab2924 100644 --- a/src/router_chain.cpp +++ b/src/router_chain.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/router_chain.hpp b/src/router_chain.hpp index cdd48b3..4b7cc0c 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 0233cdc..3375a33 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index d4c16eb..e2bd856 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/session.cpp b/src/session.cpp index 508ecc5..339f0da 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/session.hpp b/src/session.hpp index 4c9094a..124a8c1 100644 --- a/src/session.hpp +++ b/src/session.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/sru_util.cpp b/src/sru_util.cpp index 7a96b8d..5c2b257 100644 --- a/src/sru_util.cpp +++ b/src/sru_util.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/sru_util.hpp b/src/sru_util.hpp index e608a60..de04fbc 100644 --- a/src/sru_util.hpp +++ b/src/sru_util.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_boost_threads.cpp b/src/test_boost_threads.cpp index 61905f1..fdb41a6 100644 --- a/src/test_boost_threads.cpp +++ b/src/test_boost_threads.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter1.cpp b/src/test_filter1.cpp index 8d0df51..b850e3b 100644 --- a/src/test_filter1.cpp +++ b/src/test_filter1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter2.cpp b/src/test_filter2.cpp index f91e143..42a0520 100644 --- a/src/test_filter2.cpp +++ b/src/test_filter2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_auth_simple.cpp b/src/test_filter_auth_simple.cpp index e057842..f3fccca 100644 --- a/src/test_filter_auth_simple.cpp +++ b/src/test_filter_auth_simple.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_backend_test.cpp b/src/test_filter_backend_test.cpp index ef4e89f..a18e69a 100644 --- a/src/test_filter_backend_test.cpp +++ b/src/test_filter_backend_test.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_bounce.cpp b/src/test_filter_bounce.cpp index f4f398d..5a1754a 100644 --- a/src/test_filter_bounce.cpp +++ b/src/test_filter_bounce.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_factory.cpp b/src/test_filter_factory.cpp index df55df1..4bb9fc7 100644 --- a/src/test_filter_factory.cpp +++ b/src/test_filter_factory.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_frontend_net.cpp b/src/test_filter_frontend_net.cpp index 273d7cc..524e3c9 100644 --- a/src/test_filter_frontend_net.cpp +++ b/src/test_filter_frontend_net.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_log.cpp b/src/test_filter_log.cpp index db02fb7..9c33b1e 100644 --- a/src/test_filter_log.cpp +++ b/src/test_filter_log.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_multi.cpp b/src/test_filter_multi.cpp index d441d4a..c429f2a 100644 --- a/src/test_filter_multi.cpp +++ b/src/test_filter_multi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_query_rewrite.cpp b/src/test_filter_query_rewrite.cpp index d33038d..1d2d5f8 100644 --- a/src/test_filter_query_rewrite.cpp +++ b/src/test_filter_query_rewrite.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_record_transform.cpp b/src/test_filter_record_transform.cpp index 075fd79..3ca3f5f 100644 --- a/src/test_filter_record_transform.cpp +++ b/src/test_filter_record_transform.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_sru_to_z3950.cpp b/src/test_filter_sru_to_z3950.cpp index ed42e26..75248ca 100644 --- a/src/test_filter_sru_to_z3950.cpp +++ b/src/test_filter_sru_to_z3950.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_virt_db.cpp b/src/test_filter_virt_db.cpp index dcaa1a5..9273b1f 100644 --- a/src/test_filter_virt_db.cpp +++ b/src/test_filter_virt_db.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_filter_z3950_client.cpp b/src/test_filter_z3950_client.cpp index 460a3b9..2c8f5dd 100644 --- a/src/test_filter_z3950_client.cpp +++ b/src/test_filter_z3950_client.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_package1.cpp b/src/test_package1.cpp index 1c33c29..4550d1f 100644 --- a/src/test_package1.cpp +++ b/src/test_package1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_pipe.cpp b/src/test_pipe.cpp index 1a0bcfd..7536715 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_router_flexml.cpp b/src/test_router_flexml.cpp index 7eaaf3f..c39f5db 100644 --- a/src/test_router_flexml.cpp +++ b/src/test_router_flexml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_ses_map.cpp b/src/test_ses_map.cpp index fcb7fe6..121e756 100644 --- a/src/test_ses_map.cpp +++ b/src/test_ses_map.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_session1.cpp b/src/test_session1.cpp index 91cd4ab..a8b8672 100644 --- a/src/test_session1.cpp +++ b/src/test_session1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_session2.cpp b/src/test_session2.cpp index 394e3c9..e271a00 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/test_thread_pool_observer.cpp b/src/test_thread_pool_observer.cpp index eb4e33a..320f73c 100644 --- a/src/test_thread_pool_observer.cpp +++ b/src/test_thread_pool_observer.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/thread_pool_observer.cpp b/src/thread_pool_observer.cpp index e473c1a..653e42f 100644 --- a/src/thread_pool_observer.cpp +++ b/src/thread_pool_observer.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index dd98312..123ac4a 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/tstdl.cpp b/src/tstdl.cpp index a414771..be462cb 100644 --- a/src/tstdl.cpp +++ b/src/tstdl.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/util.cpp b/src/util.cpp index 7676d06..cb9a435 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/util.hpp b/src/util.hpp index 6742ebe..810afbd 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/xmlutil.cpp b/src/xmlutil.cpp index b92c040..a39863a 100644 --- a/src/xmlutil.cpp +++ b/src/xmlutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/src/xmlutil.hpp b/src/xmlutil.hpp index 38eb62f..5377bb4 100644 --- a/src/xmlutil.hpp +++ b/src/xmlutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2010 Index Data Metaproxy 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 diff --git a/win/makefile b/win/makefile index cf75a31..cacfd7f 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2009, Index Data ApS +# Copyright (C) 2005-2010, Index Data # All rights reserved. # MS NMAKE makefile for metaproxy @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.22 +VERSION=1.0.23 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4