From 8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 6 Jan 2013 16:36:30 +0100 Subject: [PATCH] Bump year --- Makefile.am | 2 +- doc/book.xml | 2 +- doc/copyright.xml | 2 +- example-module/filter_myfilter.cpp | 2 +- include/Makefile.am | 2 +- include/metaproxy/Makefile.am | 2 +- include/metaproxy/filter.hpp | 2 +- include/metaproxy/origin.hpp | 2 +- include/metaproxy/package.hpp | 2 +- include/metaproxy/router.hpp | 2 +- include/metaproxy/session.hpp | 2 +- include/metaproxy/util.hpp | 2 +- include/metaproxy/xmlutil.hpp | 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_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_cgi.cpp | 2 +- src/filter_cgi.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_sort.cpp | 2 +- src/filter_sort.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/filter_zoom.cpp | 2 +- src/filter_zoom.hpp | 2 +- src/gduutil.cpp | 2 +- src/gduutil.hpp | 2 +- src/metaproxy_prog.cpp | 2 +- src/origin.cpp | 2 +- src/package.cpp | 2 +- src/pipe.cpp | 2 +- src/pipe.hpp | 2 +- src/plainfile.cpp | 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/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/test_xmlutil.cpp | 2 +- src/thread_pool_observer.cpp | 2 +- src/thread_pool_observer.hpp | 2 +- src/torus.cpp | 2 +- src/torus.hpp | 2 +- src/tstdl.cpp | 2 +- src/url_recipe.cpp | 2 +- src/util.cpp | 2 +- src/xmlutil.cpp | 2 +- win/makefile | 2 +- xml/schema/filter_load_balance.rnc | 2 +- xml/schema/filter_log.rnc | 2 +- xml/schema/metaproxy.rnc | 2 +- xml/schema/retrievalinfo.rnc | 2 +- 115 files changed, 115 insertions(+), 115 deletions(-) diff --git a/Makefile.am b/Makefile.am index 41c88be..f1c9bbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2012 Index Data +## Copyright (C) 2005-2013 Index Data SUBDIRS = xml include src etc doc diff --git a/doc/book.xml b/doc/book.xml index 0aced16..cdc545c 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -26,7 +26,7 @@ &version; - 2005-2012 + 2005-2013 Index Data diff --git a/doc/copyright.xml b/doc/copyright.xml index 75fd320..cf679e9 100644 --- a/doc/copyright.xml +++ b/doc/copyright.xml @@ -1,5 +1,5 @@ COPYRIGHT - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 Index Data diff --git a/example-module/filter_myfilter.cpp b/example-module/filter_myfilter.cpp index 1bc2297..e321e15 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-2012 Index Data + Copyright (C) 2005-2013 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/include/Makefile.am b/include/Makefile.am index 8113143..52679c3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2012 Index Data +## Copyright (C) 2005-2013 Index Data SUBDIRS = metaproxy diff --git a/include/metaproxy/Makefile.am b/include/metaproxy/Makefile.am index aff0815..d5ecded 100644 --- a/include/metaproxy/Makefile.am +++ b/include/metaproxy/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2012 Index Data +## Copyright (C) 2005-2013 Index Data pkginclude_HEADERS= filter.hpp origin.hpp package.hpp \ router.hpp session.hpp util.hpp xmlutil.hpp diff --git a/include/metaproxy/filter.hpp b/include/metaproxy/filter.hpp index a3b2115..4887f65 100644 --- a/include/metaproxy/filter.hpp +++ b/include/metaproxy/filter.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/include/metaproxy/origin.hpp b/include/metaproxy/origin.hpp index 2304221..5355bc3 100644 --- a/include/metaproxy/origin.hpp +++ b/include/metaproxy/origin.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/include/metaproxy/package.hpp b/include/metaproxy/package.hpp index ffb1f6e..caea950 100644 --- a/include/metaproxy/package.hpp +++ b/include/metaproxy/package.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/include/metaproxy/router.hpp b/include/metaproxy/router.hpp index 114eb03..3031527 100644 --- a/include/metaproxy/router.hpp +++ b/include/metaproxy/router.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/include/metaproxy/session.hpp b/include/metaproxy/session.hpp index 903d5d0..373c137 100644 --- a/include/metaproxy/session.hpp +++ b/include/metaproxy/session.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/include/metaproxy/util.hpp b/include/metaproxy/util.hpp index ab0834b..0365919 100644 --- a/include/metaproxy/util.hpp +++ b/include/metaproxy/util.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/include/metaproxy/xmlutil.hpp b/include/metaproxy/xmlutil.hpp index c0a09a5..9c689b6 100644 --- a/include/metaproxy/xmlutil.hpp +++ b/include/metaproxy/xmlutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 61e98f9..17c0c9b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of Metaproxy -## Copyright (C) 2005-2012 Index Data +## Copyright (C) 2005-2013 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 6aed281..f5c16ed 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-2012 Index Data + Copyright (C) 2005-2013 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 6efa19a..7916540 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-2012 Index Data + Copyright (C) 2005-2013 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 5fec9dd..071a7d1 100644 --- a/src/factory_filter.cpp +++ b/src/factory_filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 eee155d..0b54e14 100644 --- a/src/factory_filter.hpp +++ b/src/factory_filter.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 d2d8797..2313bd3 100644 --- a/src/factory_static.cpp +++ b/src/factory_static.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 33806c6..7bc2658 100644 --- a/src/factory_static.hpp +++ b/src/factory_static.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 a195931..3bc27a4 100644 --- a/src/filter.cpp +++ b/src/filter.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 be710dc..4df30ac 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-2012 Index Data + Copyright (C) 2005-2013 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 5565419..cce0bb6 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-2012 Index Data + Copyright (C) 2005-2013 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 f0c10d3..6d8588d 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-2012 Index Data + Copyright (C) 2005-2013 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 56bff11..5164efc 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-2012 Index Data + Copyright (C) 2005-2013 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 4296b1a..4a6e099 100644 --- a/src/filter_bounce.cpp +++ b/src/filter_bounce.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 1143069..7895919 100644 --- a/src/filter_bounce.hpp +++ b/src/filter_bounce.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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_cgi.cpp b/src/filter_cgi.cpp index e0b1411..6a452ad 100644 --- a/src/filter_cgi.cpp +++ b/src/filter_cgi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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_cgi.hpp b/src/filter_cgi.hpp index f749308..0c51da2 100644 --- a/src/filter_cgi.hpp +++ b/src/filter_cgi.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 d696124..38fb0e0 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-2012 Index Data + Copyright (C) 2005-2013 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 564c49b..9976f5a 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-2012 Index Data + Copyright (C) 2005-2013 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 27fa3d4..5ff74ae 100644 --- a/src/filter_dl.cpp +++ b/src/filter_dl.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 da98215..93319b7 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-2012 Index Data + Copyright (C) 2005-2013 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 814b886..cfeed64 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-2012 Index Data + Copyright (C) 2005-2013 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 58ec810..5d37601 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-2012 Index Data + Copyright (C) 2005-2013 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 8467035..ca22099 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-2012 Index Data + Copyright (C) 2005-2013 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 ef6f727..19e93fb 100644 --- a/src/filter_limit.cpp +++ b/src/filter_limit.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 bdf627f..937b375 100644 --- a/src/filter_limit.hpp +++ b/src/filter_limit.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 d729889..22088ec 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-2012 Index Data + Copyright (C) 2005-2013 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 2030f5e..e9b5970 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-2012 Index Data + Copyright (C) 2005-2013 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 091faa1..9818696 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 099a2c0..5617d1d 100644 --- a/src/filter_log.hpp +++ b/src/filter_log.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 e563b62..baadef4 100644 --- a/src/filter_multi.cpp +++ b/src/filter_multi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 0d2f8db..6f997d5 100644 --- a/src/filter_multi.hpp +++ b/src/filter_multi.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 9bf1eac..e6a21b0 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-2012 Index Data + Copyright (C) 2005-2013 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 b3c8535..8b243b3 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-2012 Index Data + Copyright (C) 2005-2013 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 a6e3163..9b14282 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-2012 Index Data + Copyright (C) 2005-2013 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 2fd76b8..8b34c81 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-2012 Index Data + Copyright (C) 2005-2013 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 229c99b..da4d8e0 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-2012 Index Data + Copyright (C) 2005-2013 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 02bbe32..ce15d0b 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-2012 Index Data + Copyright (C) 2005-2013 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_sort.cpp b/src/filter_sort.cpp index 5f56451..d7d93ae 100644 --- a/src/filter_sort.cpp +++ b/src/filter_sort.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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_sort.hpp b/src/filter_sort.hpp index b1585d5..70ae848 100644 --- a/src/filter_sort.hpp +++ b/src/filter_sort.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 0e4c742..5704479 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-2012 Index Data + Copyright (C) 2005-2013 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 8d93233..7d299f9 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-2012 Index Data + Copyright (C) 2005-2013 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 3a4523d..1fe1b55 100644 --- a/src/filter_template.cpp +++ b/src/filter_template.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 d5457be..145e0ae 100644 --- a/src/filter_template.hpp +++ b/src/filter_template.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 896ae47..f47a905 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-2012 Index Data + Copyright (C) 2005-2013 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 1c64f94..2f6fad1 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-2012 Index Data + Copyright (C) 2005-2013 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 99c7723..4b63060 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-2012 Index Data + Copyright (C) 2005-2013 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 65b0585..17de979 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-2012 Index Data + Copyright (C) 2005-2013 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 0ff7864..3da5501 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-2012 Index Data + Copyright (C) 2005-2013 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 10e5e89..21f0990 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-2012 Index Data + Copyright (C) 2005-2013 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_zoom.cpp b/src/filter_zoom.cpp index 6a25157..d3bc5b1 100644 --- a/src/filter_zoom.cpp +++ b/src/filter_zoom.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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_zoom.hpp b/src/filter_zoom.hpp index 265e966..ee0571e 100644 --- a/src/filter_zoom.hpp +++ b/src/filter_zoom.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 61d9f92..4728270 100644 --- a/src/gduutil.cpp +++ b/src/gduutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 5530740..6e672ee 100644 --- a/src/gduutil.hpp +++ b/src/gduutil.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 28651ae..c6d582f 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 88d362b..fbc1553 100644 --- a/src/origin.cpp +++ b/src/origin.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 586eda1..d504d52 100644 --- a/src/package.cpp +++ b/src/package.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 2f2538b..f5273ec 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 db57499..f782ab3 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 8dbd0eb..0f07882 100644 --- a/src/plainfile.cpp +++ b/src/plainfile.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 fa4385f..9a3da41 100644 --- a/src/router_chain.cpp +++ b/src/router_chain.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 a395205..2d83729 100644 --- a/src/router_chain.hpp +++ b/src/router_chain.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 987a9d9..783b52e 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 5d56b8f..07f3267 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 43e2a88..dad9938 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 a02cc64..8c10681 100644 --- a/src/sru_util.cpp +++ b/src/sru_util.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 94d537d..93d54cf 100644 --- a/src/sru_util.hpp +++ b/src/sru_util.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 b630a0f..21672cd 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-2012 Index Data + Copyright (C) 2005-2013 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 4fd8005..193c882 100644 --- a/src/test_filter1.cpp +++ b/src/test_filter1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 894b958..b6f8e21 100644 --- a/src/test_filter2.cpp +++ b/src/test_filter2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 03842c5..938ad58 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-2012 Index Data + Copyright (C) 2005-2013 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 a4f7315..24ab0be 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-2012 Index Data + Copyright (C) 2005-2013 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 89a3ee0..3b95cea 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-2012 Index Data + Copyright (C) 2005-2013 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 23d22d0..6ba02b0 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-2012 Index Data + Copyright (C) 2005-2013 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 12f1a0f..50b6f37 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-2012 Index Data + Copyright (C) 2005-2013 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 0f3cb66..0defe85 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-2012 Index Data + Copyright (C) 2005-2013 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 672517b..dc9cb39 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-2012 Index Data + Copyright (C) 2005-2013 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 506b600..cbe3441 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-2012 Index Data + Copyright (C) 2005-2013 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 33451d7..f12be7f 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-2012 Index Data + Copyright (C) 2005-2013 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 d555842..56216bb 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-2012 Index Data + Copyright (C) 2005-2013 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 46cb10a..f8e4a78 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-2012 Index Data + Copyright (C) 2005-2013 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 2ad654d..03c29c7 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-2012 Index Data + Copyright (C) 2005-2013 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 8e9aead..126821a 100644 --- a/src/test_package1.cpp +++ b/src/test_package1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 8006ecd..a59f35a 100644 --- a/src/test_pipe.cpp +++ b/src/test_pipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 e3f3223..7e40d0b 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-2012 Index Data + Copyright (C) 2005-2013 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 8868cee..f2c00af 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-2012 Index Data + Copyright (C) 2005-2013 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 e7d9b7c..2aaa551 100644 --- a/src/test_session1.cpp +++ b/src/test_session1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 7087e37..0a466eb 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 fc84b9b..3203e77 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-2012 Index Data + Copyright (C) 2005-2013 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_xmlutil.cpp b/src/test_xmlutil.cpp index 7c6dcf2..c89c0f9 100644 --- a/src/test_xmlutil.cpp +++ b/src/test_xmlutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 f88a520..ce8585a 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-2012 Index Data + Copyright (C) 2005-2013 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 4fe5fd3..a13ccea 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-2012 Index Data + Copyright (C) 2005-2013 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/torus.cpp b/src/torus.cpp index 1313984..828e4ac 100644 --- a/src/torus.cpp +++ b/src/torus.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/torus.hpp b/src/torus.hpp index 9bf12aa..01284c6 100644 --- a/src/torus.hpp +++ b/src/torus.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 b2e86bc..c477a07 100644 --- a/src/tstdl.cpp +++ b/src/tstdl.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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/url_recipe.cpp b/src/url_recipe.cpp index c6e4f86..9cd21b0 100644 --- a/src/url_recipe.cpp +++ b/src/url_recipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 2f2fbc4..81a27f0 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 22b04d5..7413ab0 100644 --- a/src/xmlutil.cpp +++ b/src/xmlutil.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) 2005-2013 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 bc21267..7c3d2a6 100644 --- a/win/makefile +++ b/win/makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2012 Index Data +# Copyright (C) 2005-2013 Index Data # All rights reserved. # MS NMAKE makefile for metaproxy diff --git a/xml/schema/filter_load_balance.rnc b/xml/schema/filter_load_balance.rnc index 752fb3d..2e0ed6a 100644 --- a/xml/schema/filter_load_balance.rnc +++ b/xml/schema/filter_load_balance.rnc @@ -1,6 +1,6 @@ # Metaproxy XML config file schemas # -# Copyright (C) 2005-2012 Index Data. +# Copyright (C) 2005-2013 Index Data. # # See the LICENSE file for details # diff --git a/xml/schema/filter_log.rnc b/xml/schema/filter_log.rnc index b78ac0f..36e749b 100644 --- a/xml/schema/filter_log.rnc +++ b/xml/schema/filter_log.rnc @@ -1,6 +1,6 @@ # Metaproxy XML config file schemas # -# Copyright (C) 2005-2012 Index Data. +# Copyright (C) 2005-2013 Index Data. # # See the LICENSE file for details # diff --git a/xml/schema/metaproxy.rnc b/xml/schema/metaproxy.rnc index b82b7ae..286cd8b 100644 --- a/xml/schema/metaproxy.rnc +++ b/xml/schema/metaproxy.rnc @@ -1,6 +1,6 @@ # Metaproxy XML config file schemas # -# Copyright (C) 2005-2012 Index Data. +# Copyright (C) 2005-2013 Index Data. # # See the LICENSE file for details # diff --git a/xml/schema/retrievalinfo.rnc b/xml/schema/retrievalinfo.rnc index d4a2573..e5df05f 100644 --- a/xml/schema/retrievalinfo.rnc +++ b/xml/schema/retrievalinfo.rnc @@ -1,6 +1,6 @@ # Metaproxy XML config file schemas # -# Copyright (C) 2005-2012 Index Data. +# Copyright (C) 2005-2013 Index Data. # # See the LICENSE file for details # -- 1.7.10.4