summaryrefslogtreecommitdiff
path: root/src/utils/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/strdup.c')
-rw-r--r--src/utils/strdup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utils/strdup.c b/src/utils/strdup.c
index 6955aa7423f..3a00bc6d21c 100644
--- a/src/utils/strdup.c
+++ b/src/utils/strdup.c
@@ -3,11 +3,12 @@
* strdup.c
* copies a null-terminated string.
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.6 1999/02/13 23:22:52 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.7 2000/01/26 05:58:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/