diff --git a/contrib/README b/contrib/README
index d97c0af046b5d29eb7d0ef1bef4743b0e27a4926..7663b23ad7a759d500811dcfbc207f5c9d6cf536 100644
--- a/contrib/README
+++ b/contrib/README
@@ -44,7 +44,9 @@ cube -
 
 dbase -
 	Converts from dbase/xbase to PostgreSQL
-	by Ivan Baldo, lubaldo@adinet.com.uy
+	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
diff --git a/contrib/dbase/dbf.h b/contrib/dbase/dbf.h
index 5d17c2ba145a33377c3f86eac19c002bcde6a455..254e8d19e996e31448afab2878e1cf04840f8495 100644
--- a/contrib/dbase/dbf.h
+++ b/contrib/dbase/dbf.h
@@ -2,7 +2,7 @@
    declares routines for reading and writing xBase-files (.dbf), and
    associated structures
 
-   Maarten Boekhold (boekhold@cindy.et.tudelft.nl) 29 oktober 1995
+   Maarten Boekhold (maarten.boekhold@reuters.com) 29 oktober 1995
 */
 
 #ifndef _DBF_H
diff --git a/contrib/dbase/dbf2pg.c b/contrib/dbase/dbf2pg.c
index 038c2b5aba22357beda32b44f5367a1a98fe876e..8b7d989a072767a14aced6d59f6517ea7001126d 100644
--- a/contrib/dbase/dbf2pg.c
+++ b/contrib/dbase/dbf2pg.c
@@ -1,7 +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
+   M. Boekhold (maarten.boekhold@reuters.com)  okt. 1995
    oktober 1996: merged sources of dbf2msql.c and dbf2pg.c
    oktober 1997: removed msql support
 */
diff --git a/contrib/dbase/endian.c b/contrib/dbase/endian.c
index 5bc6a186a0e3b317533672c643f2972ab1ce378e..f45d958e40385b5359f770bcfc0ae6b6ed5eeca9 100644
--- a/contrib/dbase/endian.c
+++ b/contrib/dbase/endian.c
@@ -1,4 +1,4 @@
-/* Maarten Boekhold (boekhold@cindy.et.tudelft.nl) oktober 1995 */
+/* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
 
 #include <sys/types.h>
 #include "dbf.h"