X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Futil.c;h=d69cd554ec7ab454bb6e38eedc17ddacbd15dc4d;hb=5b4ea0cf66dd82c871ed7d69a5801d78789087b2;hp=8abcddc905afdb68881da5bd0bb4db80e38c4c98;hpb=41b3d6e76417912fda803543325e1edba21896ba;p=pazpar2-moved-to-github.git diff --git a/src/util.c b/src/util.c index 8abcddc..d69cd55 100644 --- a/src/util.c +++ b/src/util.c @@ -1,11 +1,27 @@ -/* $Id: util.c,v 1.2 2007-01-08 12:43:41 adam Exp $ */ +/* This file is part of Pazpar2. + Copyright (C) 2006-2009 Index Data -#include +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 this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +*/ #if HAVE_CONFIG_H -#include +#include #endif +#include #include void die(char *string, char *add)