diff options
Diffstat (limited to 'src/bin/psql/copy.h')
-rw-r--r-- | src/bin/psql/copy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/copy.h b/src/bin/psql/copy.h index 8f5c70d43c0..32aec5bd666 100644 --- a/src/bin/psql/copy.h +++ b/src/bin/psql/copy.h @@ -1,9 +1,9 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright 2000 by PostgreSQL Global Development Group + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.12 2003/06/28 00:12:40 tgl Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/copy.h,v 1.13 2003/08/04 23:59:40 tgl Exp $ */ #ifndef COPY_H #define COPY_H |