X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ffilter_sru_to_z3950.hpp;h=994d45c81425e0c2c4145b0f6e612f15bd65c38a;hb=568d70493a7ff6c46d3a9934b9da398f0fb91adb;hp=0cc642dbf586e13bc02d5442f316618363d2a8bd;hpb=5beddc7e2432ca7eda40eacf025e9bbbbc026a86;p=metaproxy-moved-to-github.git diff --git a/src/filter_sru_to_z3950.hpp b/src/filter_sru_to_z3950.hpp index 0cc642d..994d45c 100644 --- a/src/filter_sru_to_z3950.hpp +++ b/src/filter_sru_to_z3950.hpp @@ -1,8 +1,20 @@ -/* $Id: filter_sru_to_z3950.hpp,v 1.3 2006-09-29 09:48:36 marc Exp $ - Copyright (c) 2005-2006, Index Data. +/* This file is part of Metaproxy. + Copyright (C) 2005-2008 Index Data - See the LICENSE file for details - */ +Metaproxy is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. + +Metaproxy is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ // Filter that does nothing. Use as sru_to_z3950 for new filters #ifndef FILTER_SRU_TO_Z3950_HPP @@ -20,7 +32,7 @@ namespace metaproxy_1 { public: SRUtoZ3950(); ~SRUtoZ3950(); - void configure(const xmlNode *xmlnode); + void configure(const xmlNode *xmlnode, bool test_only); void process(metaproxy_1::Package & package) const; }; }