summaryrefslogtreecommitdiff
path: root/contrib/dbase
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dbase')
-rw-r--r--contrib/dbase/dbf.c2
-rw-r--r--contrib/dbase/dbf.h2
-rw-r--r--contrib/dbase/dbf2pg.12
-rw-r--r--contrib/dbase/dbf2pg.c2
-rw-r--r--contrib/dbase/endian.c1
5 files changed, 9 insertions, 0 deletions
diff --git a/contrib/dbase/dbf.c b/contrib/dbase/dbf.c
index 4c79a07d603..ba1c99bc4b4 100644
--- a/contrib/dbase/dbf.c
+++ b/contrib/dbase/dbf.c
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dbase/dbf.c,v 1.10 2006/03/11 04:38:28 momjian Exp $ */
+
/* Routines to read and write xBase-files (.dbf)
By Maarten Boekhold, 29th of oktober 1995
diff --git a/contrib/dbase/dbf.h b/contrib/dbase/dbf.h
index d9c88ed35bc..2e734b7107d 100644
--- a/contrib/dbase/dbf.h
+++ b/contrib/dbase/dbf.h
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dbase/dbf.h,v 1.9 2006/03/11 04:38:28 momjian Exp $ */
+
/* header-file for dbf.c
declares routines for reading and writing xBase-files (.dbf), and
associated structures
diff --git a/contrib/dbase/dbf2pg.1 b/contrib/dbase/dbf2pg.1
index e62d3323b59..34b37b402a5 100644
--- a/contrib/dbase/dbf2pg.1
+++ b/contrib/dbase/dbf2pg.1
@@ -1,3 +1,5 @@
+.\" $PostgreSQL: pgsql/contrib/dbase/dbf2pg.1,v 1.3 2006/03/11 04:38:28 momjian Exp $
+
.TH dbf2sql 1L \" -*- nroff -*-
.SH NAME
dbf2sql \- Insert xBase\-style .dbf\-files into a PostgreSQL\-table
diff --git a/contrib/dbase/dbf2pg.c b/contrib/dbase/dbf2pg.c
index 50948a6bf28..0fc0aedd8f9 100644
--- a/contrib/dbase/dbf2pg.c
+++ b/contrib/dbase/dbf2pg.c
@@ -1,3 +1,5 @@
+/* $PostgreSQL: pgsql/contrib/dbase/dbf2pg.c,v 1.27 2006/03/11 04:38:28 momjian Exp $ */
+
/* This program reads in an xbase-dbf file and sends 'inserts' to an
PostgreSQL-server with the records in the xbase-file
diff --git a/contrib/dbase/endian.c b/contrib/dbase/endian.c
index f45d958e403..9f32f2ca2a2 100644
--- a/contrib/dbase/endian.c
+++ b/contrib/dbase/endian.c
@@ -1,3 +1,4 @@
+/* $PostgreSQL: pgsql/contrib/dbase/endian.c,v 1.4 2006/03/11 04:38:28 momjian Exp $ */
/* Maarten Boekhold (maarten.boekhold@reuters.com) oktober 1995 */
#include <sys/types.h>