diff options
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/Makefile | 4 | ||||
| -rw-r--r-- | src/bin/psql/create_help.pl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile index e4af05f631..6533421fba 100644 --- a/src/bin/psql/Makefile +++ b/src/bin/psql/Makefile @@ -2,10 +2,10 @@ # # Makefile for src/bin/psql # -# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.51 2004/10/05 19:30:24 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.52 2005/01/01 20:44:25 tgl Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/psql/create_help.pl b/src/bin/psql/create_help.pl index c63c805226..996291ff19 100644 --- a/src/bin/psql/create_help.pl +++ b/src/bin/psql/create_help.pl @@ -3,9 +3,9 @@ ################################################################# # create_help.pl -- converts SGML docs to internal psql help # -# Copyright (c) 2000-2004, PostgreSQL Global Development Group +# Copyright (c) 2000-2005, PostgreSQL Global Development Group # -# $PostgreSQL: pgsql/src/bin/psql/create_help.pl,v 1.12 2004/08/29 04:13:02 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/psql/create_help.pl,v 1.13 2005/01/01 20:44:25 tgl Exp $ ################################################################# # |
