diff options
Diffstat (limited to 'src/port/strdup.c')
-rw-r--r-- | src/port/strdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/strdup.c b/src/port/strdup.c index d86f052a544..e6274366ca6 100644 --- a/src/port/strdup.c +++ b/src/port/strdup.c @@ -3,7 +3,7 @@ * strdup.c * copies a null-terminated string. * - * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * |