From d0123337d70b0fb97b578cc57467bb94980f1014 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 11 May 2009 12:49:56 +0200 Subject: [PATCH] Bump year in copyright msg in source --- Makefile.am | 2 +- doc/Makefile.am | 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_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 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9aa4391..678782a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2008 Index Data +## Copyright (C) 2005-2009 Index Data SUBDIRS = xml src etc doc diff --git a/doc/Makefile.am b/doc/Makefile.am index bafe700..7362df4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -86,7 +86,7 @@ metaproxyj.pdf: $(XMLFILES) multi.pdf pdfjadetex book.tex mv book.pdf metaproxyj.pdf -manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl +manref.xml: $(XMLMAN) $(srcdir)/common/stripref.xsl $(srcdir)/copyright.xml rm -f manref.xml for i in $(XMLMAN); do \ xsltproc $(srcdir)/common/stripref.xsl $(srcdir)/$$i | sed 1d >> manref.xml; \ diff --git a/example-module/filter_myfilter.cpp b/example-module/filter_myfilter.cpp index b6979ea..79f3bed 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) 2008 Index Data + Copyright (C) 2005-2009 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 b7d73f4..8448fa3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2008 Index Data +## Copyright (C) 2005-2009 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 b0da53e..f9a4ef4 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-2008 Index Data + Copyright (C) 2005-2009 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 2d6705f..92e06bf 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-2008 Index Data + Copyright (C) 2005-2009 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 fd5b850..1ea7ec5 100644 --- a/src/factory_filter.cpp +++ b/src/factory_filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 40409e8..8b1e4b0 100644 --- a/src/factory_filter.hpp +++ b/src/factory_filter.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 8ba0a73..73ecf51 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 29839bc..2fd70d7 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 253a306..79d0d91 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 b0e3bee..a329f87 100644 --- a/src/filter.hpp +++ b/src/filter.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 857b920..0d07a04 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-2008 Index Data + Copyright (C) 2005-2009 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 59bb962..efd5ed2 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-2008 Index Data + Copyright (C) 2005-2009 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 40f9a05..3c0aeea 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-2008 Index Data + Copyright (C) 2005-2009 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 6cdccc2..e0c9a13 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-2008 Index Data + Copyright (C) 2005-2009 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 e2aa888..8c16d63 100644 --- a/src/filter_bounce.cpp +++ b/src/filter_bounce.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 83d0517..b45c8d3 100644 --- a/src/filter_bounce.hpp +++ b/src/filter_bounce.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 55f2540..fdb9b38 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-2008 Index Data + Copyright (C) 2005-2009 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 2f183ca..50520f9 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-2008 Index Data + Copyright (C) 2005-2009 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 6ade823..d385af8 100644 --- a/src/filter_dl.cpp +++ b/src/filter_dl.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 3839101..f9142e6 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-2008 Index Data + Copyright (C) 2005-2009 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 4654530..a443a0b 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-2008 Index Data + Copyright (C) 2005-2009 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 10204f4..d8cc4fb 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-2008 Index Data + Copyright (C) 2005-2009 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 1b7f05c..a4f9d2a 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-2008 Index Data + Copyright (C) 2005-2009 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 a534f60..2a7efee 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-2008 Index Data + Copyright (C) 2005-2009 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 757916a..b6d78fe 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-2008 Index Data + Copyright (C) 2005-2009 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 8ab01d3..1c8d9fc 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 7681da2..44699bc 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 4ee830c..b0bf21f 100644 --- a/src/filter_multi.cpp +++ b/src/filter_multi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 2053e0c..4221110 100644 --- a/src/filter_multi.hpp +++ b/src/filter_multi.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 b582875..2111fc5 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-2008 Index Data + Copyright (C) 2005-2009 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 afcf889..369c91d 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-2008 Index Data + Copyright (C) 2005-2009 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 ea3f7d4..8708521 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-2008 Index Data + Copyright (C) 2005-2009 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 955c7b3..7fc3d6e 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-2008 Index Data + Copyright (C) 2005-2009 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 242aca7..720a71d 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-2008 Index Data + Copyright (C) 2005-2009 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 7ef2413..d26c26a 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-2008 Index Data + Copyright (C) 2005-2009 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 5a8556b..8bd684b 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-2008 Index Data + Copyright (C) 2005-2009 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 9025a76..f67bc6d 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-2008 Index Data + Copyright (C) 2005-2009 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 5e0f976..12c685d 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 786513d..9cd2a72 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 7ed3395..bd013e1 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-2008 Index Data + Copyright (C) 2005-2009 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 f454bdf..3e1bdfb 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-2008 Index Data + Copyright (C) 2005-2009 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 c8f4b55..9bcbfc4 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-2008 Index Data + Copyright (C) 2005-2009 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 5b6adc9..7baa299 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-2008 Index Data + Copyright (C) 2005-2009 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 59d6412..978f291 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-2008 Index Data + Copyright (C) 2005-2009 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 52e1ace..cb18a9a 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-2008 Index Data + Copyright (C) 2005-2009 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 6fc6d07..4993074 100644 --- a/src/gduutil.cpp +++ b/src/gduutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 8b4289d..e92bbdf 100644 --- a/src/gduutil.hpp +++ b/src/gduutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 cdcd244..47f84ab 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 40716c4..28c809c 100644 --- a/src/origin.cpp +++ b/src/origin.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 6f801cf..eeb4af5 100644 --- a/src/origin.hpp +++ b/src/origin.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 46ad8f7..799ad60 100644 --- a/src/package.cpp +++ b/src/package.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 9d68d23..de006bb 100644 --- a/src/package.hpp +++ b/src/package.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 3964b79..2177e15 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 874e16a..b9b9ce2 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 a96c2d6..62d061c 100644 --- a/src/plainfile.cpp +++ b/src/plainfile.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 e85d583..5ff1dcf 100644 --- a/src/router.hpp +++ b/src/router.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 d328972..3568a9a 100644 --- a/src/router_chain.cpp +++ b/src/router_chain.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 ed5d4b1..cdd48b3 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 2af087f..0233cdc 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 a7766ad..d4c16eb 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 a833f4c..508ecc5 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 f657613..3bd0ae3 100644 --- a/src/session.hpp +++ b/src/session.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 5584afd..3983599 100644 --- a/src/sru_util.cpp +++ b/src/sru_util.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 c1a732e..e608a60 100644 --- a/src/sru_util.hpp +++ b/src/sru_util.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 ca860b5..61905f1 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-2008 Index Data + Copyright (C) 2005-2009 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 0777a4d..8d0df51 100644 --- a/src/test_filter1.cpp +++ b/src/test_filter1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 d3d4500..f91e143 100644 --- a/src/test_filter2.cpp +++ b/src/test_filter2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 1ad78c9..f939858 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-2008 Index Data + Copyright (C) 2005-2009 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 ec06712..ef4e89f 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-2008 Index Data + Copyright (C) 2005-2009 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 ec74c5e..f4f398d 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-2008 Index Data + Copyright (C) 2005-2009 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 19d48bb..df55df1 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-2008 Index Data + Copyright (C) 2005-2009 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 8b5a47d..16cbe4e 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-2008 Index Data + Copyright (C) 2005-2009 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 39657a8..a14b827 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-2008 Index Data + Copyright (C) 2005-2009 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 e9dbe85..710bafd 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-2008 Index Data + Copyright (C) 2005-2009 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 94a2991..d33038d 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-2008 Index Data + Copyright (C) 2005-2009 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 50fd9d3..075fd79 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-2008 Index Data + Copyright (C) 2005-2009 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 414f94c..ed42e26 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-2008 Index Data + Copyright (C) 2005-2009 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 05ecf28..dcaa1a5 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-2008 Index Data + Copyright (C) 2005-2009 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 34382ca..460a3b9 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-2008 Index Data + Copyright (C) 2005-2009 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 91b8598..1c33c29 100644 --- a/src/test_package1.cpp +++ b/src/test_package1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 969a8d3..1a0bcfd 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 34e9a45..7eaaf3f 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-2008 Index Data + Copyright (C) 2005-2009 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 fbb2ff2..fcb7fe6 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-2008 Index Data + Copyright (C) 2005-2009 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 77423a7..91cd4ab 100644 --- a/src/test_session1.cpp +++ b/src/test_session1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 5ff41f5..13c4890 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 06ea179..eb4e33a 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-2008 Index Data + Copyright (C) 2005-2009 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 f018bf9..64ddc62 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-2008 Index Data + Copyright (C) 2005-2009 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 e680c73..dd98312 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-2008 Index Data + Copyright (C) 2005-2009 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 9933ad6..1b4779d 100644 --- a/src/tstdl.cpp +++ b/src/tstdl.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 f53a98c..6482063 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 60c09e6..b97df87 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 f211fc4..b92c040 100644 --- a/src/xmlutil.cpp +++ b/src/xmlutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 f2634f6..38eb62f 100644 --- a/src/xmlutil.hpp +++ b/src/xmlutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 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 -- 1.7.10.4