X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fzeerex.c;h=1665c91e6879ac4c68a6f65a1336dc49ad279266;hb=0ff1a97b2a69905755b9adb24a474d30f1c52150;hp=12f6daac352ff09a8c6effce212ac937649f1d66;hpb=93ecda59be42d85293c699061a51d55ac1ebadd7;p=pazpar2-moved-to-github.git diff --git a/src/zeerex.c b/src/zeerex.c index 12f6daa..1665c91 100644 --- a/src/zeerex.c +++ b/src/zeerex.c @@ -1,4 +1,23 @@ -/* $Id: zeerex.c,v 1.5 2007-03-29 11:02:04 marc Exp $ */ +/* $Id: zeerex.c,v 1.7 2007-04-10 08:48:56 adam Exp $ + Copyright (c) 2006-2007, Index Data. + +This file is part of Pazpar2. + +Pazpar2 is 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. + +Pazpar2 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 Pazpar2; see the file LICENSE. If not, write to the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. + */ // Reads Zeerex records into a set of structures @@ -14,7 +33,8 @@ // Replace this with something that will take a callback static void fail(const char *s, xmlNode *n) { - yaz_log(YLOG_WARN, "Zeerex Err '%s'; elem '%s/%s'", s, n->parent->name, n->name); + yaz_log(YLOG_WARN, "Zeerex Err '%s'; elem '%s/%s'", + s, n->parent->name, n->name); } // returns an nmem-allocated string if attr is present, or null