fix for compile.

This commit is contained in:
Bruce Momjian 2000-01-27 05:33:51 +00:00
parent 91250f3854
commit 3f0074e403
2 changed files with 4 additions and 6 deletions

View File

@ -22,7 +22,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.139 2000/01/26 05:57:38 momjian Exp $ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.140 2000/01/27 05:33:49 momjian Exp $
* *
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
* *
@ -176,8 +176,7 @@ static void
version(void) version(void)
{ {
puts("pg_dump (PostgreSQL) " PG_RELEASE "." PG_VERSION "." PG_SUBVERSION); puts("pg_dump (PostgreSQL) " PG_RELEASE "." PG_VERSION "." PG_SUBVERSION);
puts("Copyright (C) 2000 PostgreSQL Global Development Team"); puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc");
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
puts("Portions Copyright (C) 1996 Regents of the University of California"); puts("Portions Copyright (C) 1996 Regents of the University of California");
puts("Read the file COPYING to see the usage and distribution terms."); puts("Read the file COPYING to see the usage and distribution terms.");
} }

View File

@ -3,7 +3,7 @@
* *
* Copyright 2000 by PostgreSQL Global Development Team * 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> #include <c.h>
@ -571,8 +571,7 @@ showVersion(void)
puts(" support"); puts(" support");
#endif #endif
puts("Copyright (C) 2000 PostgreSQL Global Development Team"); puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc");
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
puts("Portions Copyright (C) 1996 Regents of the University of California"); 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("Read the file COPYING or use the command \\copyright to see the");
puts("usage and distribution terms."); puts("usage and distribution terms.");