X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzeerex.h;h=0f427aa7a16dcc645baff895286d62964f28f4c7;hb=61027e68ea2f9c307a289b9cf8cc1be2cceb13d3;hp=8450070bc93aca58511a44e71caafa228aeef6d2;hpb=cc29eab9f928f6cd0f4231cb2e554e2ac7b0b1f3;p=pazpar2-moved-to-github.git diff --git a/src/zeerex.h b/src/zeerex.h index 8450070..0f427aa 100644 --- a/src/zeerex.h +++ b/src/zeerex.h @@ -1,7 +1,5 @@ -/* $Id: zeerex.h,v 1.3 2007-04-10 08:48:56 adam Exp $ - Copyright (c) 2006-2007, Index Data. - -This file is part of Pazpar2. +/* This file is part of Pazpar2. + Copyright (C) 2006-2010 Index Data 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 @@ -14,10 +12,10 @@ 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. - */ +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ #ifndef ZEEREX_H #define ZEEREX_H @@ -225,12 +223,14 @@ struct zr_explain *zr_read_xml(NMEM m, xmlNode *n); struct zr_explain *zr_read_file(NMEM m, const char *fn); const char *zr_langstr(Zr_langstr *s, const char *lang); +#endif + /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ -#endif