diff options
Diffstat (limited to 'src/port/path.c')
-rw-r--r-- | src/port/path.c | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/port/path.c b/src/port/path.c index 4bbe7960ec1..515ba047a6f 100644 --- a/src/port/path.c +++ b/src/port/path.c @@ -1,4 +1,17 @@ -/* $Id: path.c,v 1.2 2003/08/04 00:43:33 momjian Exp $ */ +/*------------------------------------------------------------------------- + * + * path.c + * portable path handling routines + * + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * + * + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/port/path.c,v 1.3 2003/11/11 23:52:45 momjian Exp $ + * + *------------------------------------------------------------------------- + */ #include "c.h" #include <ctype.h> |