diff options
Diffstat (limited to 'src/bin/psql/startup.c')
-rw-r--r-- | src/bin/psql/startup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 323dfd8895a..d3169ab84c7 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Team * - * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.18 2000/01/26 05:57:44 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.19 2000/01/27 05:33:51 momjian Exp $ */ #include <c.h> @@ -571,8 +571,7 @@ showVersion(void) puts(" support"); #endif - puts("Copyright (C) 2000 PostgreSQL Global Development Team"); - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc"); puts("Portions Copyright (C) 1996 Regents of the University of California"); puts("Read the file COPYING or use the command \\copyright to see the"); puts("usage and distribution terms."); |