File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 22
22
*
23
23
*
24
24
* IDENTIFICATION
25
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.139 2000/01/26 05:57:38 momjian Exp $
25
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.140 2000/01/27 05:33:49 momjian Exp $
26
26
*
27
27
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
28
28
*
@@ -176,8 +176,7 @@ static void
176
176
version (void )
177
177
{
178
178
puts ("pg_dump (PostgreSQL) " PG_RELEASE "." PG_VERSION "." PG_SUBVERSION );
179
- puts ("Copyright (C) 2000 PostgreSQL Global Development Team" );
180
- * Portions Copyright (c ) 1996 - 2000 , PostgreSQL , Inc
179
+ puts ("Portions Copyright (c) 1996-2000, PostgreSQL, Inc" );
181
180
puts ("Portions Copyright (C) 1996 Regents of the University of California" );
182
181
puts ("Read the file COPYING to see the usage and distribution terms." );
183
182
}
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright 2000 by PostgreSQL Global Development Team
5
5
*
6
- * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.18 2000/01/26 05:57:44 momjian Exp $
6
+ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.19 2000/01/27 05:33:51 momjian Exp $
7
7
*/
8
8
#include <c.h>
9
9
@@ -571,8 +571,7 @@ showVersion(void)
571
571
puts (" support" );
572
572
#endif
573
573
574
- puts ("Copyright (C) 2000 PostgreSQL Global Development Team" );
575
- * Portions Copyright (c ) 1996 - 2000 , PostgreSQL , Inc
574
+ puts ("Portions Copyright (c) 1996-2000, PostgreSQL, Inc" );
576
575
puts ("Portions Copyright (C) 1996 Regents of the University of California" );
577
576
puts ("Read the file COPYING or use the command \\copyright to see the" );
578
577
puts ("usage and distribution terms." );
You can’t perform that action at this time.
0 commit comments