X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnormalize7bit.h;h=9056c3ef7638f642388f43d3cdae4a918892d6d7;hb=e357450419e008ed47265e4e7dd54f3ddb5c89f1;hp=4318afaf90738ec5f626bc5383c4b156c2496cab;hpb=eed30a5461c8c61a88582b69af6ff735839646b4;p=pazpar2-moved-to-github.git diff --git a/src/normalize7bit.h b/src/normalize7bit.h index 4318afa..9056c3e 100644 --- a/src/normalize7bit.h +++ b/src/normalize7bit.h @@ -1,7 +1,5 @@ -/* $Id: normalize7bit.h,v 1.3 2007-10-31 05:29:08 quinn 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,15 +12,15 @@ 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 NORMALIZE7BIT_H #define NORMALIZE7BIT_H -char *normalize7bit_mergekey(char *buf, int skiparticle); +char *normalize7bit_mergekey(char *buf); char * normalize7bit_generic(char * str, const char * rm_chars); int extract7bit_dates(const char *buf, int *first, int *last, int longdate);