diff options
Diffstat (limited to 'src/utils/strdup.c')
-rw-r--r-- | src/utils/strdup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/strdup.c b/src/utils/strdup.c index 0fca7a763ba..35400459127 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-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, 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.8 2001/01/24 19:43:33 momjian Exp $ + * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.9 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ |