diff options
author | Bruce Momjian | 2005-01-01 05:43:09 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-01-01 05:43:09 +0000 |
commit | 2daed8c5b3b1a613b83c73be25a21cc378d69bb1 (patch) | |
tree | 2e0658f195ed729843255fca7e434a83ff681268 /src/bin/psql/copy.c | |
parent | 5e05d2bcdb2ccf5e3e48589c72f4565e0665613f (diff) |
Update copyrights that were missed.
Diffstat (limited to 'src/bin/psql/copy.c')
-rw-r--r-- | src/bin/psql/copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index bf7aad15d49..9b6d9144450 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -1,9 +1,9 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright (c) 2000-2004, PostgreSQL Global Development Group + * Copyright (c) 2000-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.54 2004/08/29 05:06:54 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.55 2005/01/01 05:43:08 momjian Exp $ */ #include "postgres_fe.h" #include "copy.h" |