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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/strdup.c b/src/utils/strdup.c
index 3a00bc6d21c..0fca7a763ba 100644
--- a/src/utils/strdup.c
+++ b/src/utils/strdup.c
@@ -3,12 +3,12 @@
* strdup.c
* copies a null-terminated string.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.7 2000/01/26 05:58:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.8 2001/01/24 19:43:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/