diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 3b7ca7186494e06291c83434b4c8a15173c447d5..da5629f85010c57b829226cc1a520dc66a27e7a3 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -22,7 +22,7 @@ * * * 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 * @@ -176,8 +176,7 @@ static void version(void) { puts("pg_dump (PostgreSQL) " PG_RELEASE "." PG_VERSION "." PG_SUBVERSION); - 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 to see the usage and distribution terms."); } diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 323dfd8895a570652411150a17e5cd17648a4279..d3169ab84c7ecd9f2db87fcb4c8356a04e8b9a25 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.");