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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/strdup.c b/src/utils/strdup.c
index daba143640..21095433cf 100644
--- a/src/utils/strdup.c
+++ b/src/utils/strdup.c
@@ -3,7 +3,7 @@
* 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
*
*