Index: contrib/README
===================================================================
RCS file: /cvsroot/pgsql/contrib/README,v
retrieving revision 1.50
diff -c -r1.50 README
*** contrib/README	2001/10/12 23:19:09	1.50
--- contrib/README	2001/12/31 13:30:22
***************
*** 44,50 ****
  
  dbase -
  	Converts from dbase/xbase to PostgreSQL
! 	by Ivan Baldo, lubaldo@adinet.com.uy
  
  dblink -
  	Allows remote query execution
--- 44,52 ----
  
  dbase -
  	Converts from dbase/xbase to PostgreSQL
! 	by Maarten.Boekhold <Maarten.Boekhold@reuters.com>,
! 	   Frank Koormann <fkoorman@usf.uni-osnabrueck.de>,
! 	   Ivan Baldo <lubaldo@adinet.com.uy>
  
  dblink -
  	Allows remote query execution
Index: contrib/dbase/dbf.h
===================================================================
RCS file: /cvsroot/pgsql/contrib/dbase/dbf.h,v
retrieving revision 1.4
diff -c -r1.4 dbf.h
*** contrib/dbase/dbf.h	2001/11/05 17:46:22	1.4
--- contrib/dbase/dbf.h	2001/12/31 13:30:22
***************
*** 2,8 ****
     declares routines for reading and writing xBase-files (.dbf), and
     associated structures
  
!    Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 29 oktober 1995
  */
  
  #ifndef _DBF_H
--- 2,8 ----
     declares routines for reading and writing xBase-files (.dbf), and
     associated structures
  
!    Maarten Boekhold (maarten.boekhold@reuters.com) 29 oktober 1995
  */
  
  #ifndef _DBF_H
Index: contrib/dbase/dbf2pg.c
===================================================================
RCS file: /cvsroot/pgsql/contrib/dbase/dbf2pg.c,v
retrieving revision 1.7
diff -c -r1.7 dbf2pg.c
*** contrib/dbase/dbf2pg.c	2001/12/30 23:09:41	1.7
--- contrib/dbase/dbf2pg.c	2001/12/31 13:30:23
***************
*** 1,7 ****
  /* This program reads in an xbase-dbf file and sends 'inserts' to an
     PostgreSQL-server with the records in the xbase-file
  
!    M. Boekhold (boekhold@cindy.et.tudelft.nl)  okt. 1995
     oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
     oktober 1997: removed msql support
  */
--- 1,7 ----
  /* This program reads in an xbase-dbf file and sends 'inserts' to an
     PostgreSQL-server with the records in the xbase-file
  
!    M. Boekhold (maarten.boekhold@reuters.com)  okt. 1995
     oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
     oktober 1997: removed msql support
  */
Index: contrib/dbase/endian.c
===================================================================
RCS file: /cvsroot/pgsql/contrib/dbase/endian.c,v
retrieving revision 1.2
diff -c -r1.2 endian.c
*** contrib/dbase/endian.c	2001/10/25 05:49:19	1.2
--- contrib/dbase/endian.c	2001/12/31 13:30:23
***************
*** 1,4 ****
! /* Maarten Boekhold (boekhold@cindy.et.tudelft.nl) oktober 1995 */
  
  #include <sys/types.h>
  #include "dbf.h"
--- 1,4 ----
! /* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
  
  #include <sys/types.h>
  #include "dbf.h"
