Update files.

This commit is contained in:
Bruce Momjian 2000-01-26 16:10:01 +00:00
parent 02d83c4475
commit 2d5dd7557b
2 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,9 @@
PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95).
Copyright (c) 1994-7 Regents of the University of California
Portions Copyright 2000 by PostgreSQL Global Development Team
Portions Copyright (c) 1994-7 Regents of the University of California
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement

View File

@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Team
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.13 2000/01/26 05:57:44 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.14 2000/01/26 16:10:01 momjian Exp $
*/
#include <c.h>
#include "help.h"
@ -304,10 +304,9 @@ print_copyright(void)
{
puts(
"PostgreSQL Data Base Management System\n\n"
"Copyright(c) 1996 - 9 PostgreSQL Global Development Group\n\n"
"Portions Copyright (c) 1996-2000, PostgreSQL, Inc\n\n"
"This software is based on Postgres95, formerly known as Postgres, which\n"
"contains the following notice:\n\n"
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
"Portions Copyright(c) 1994 - 7 Regents of the University of California\n\n"
"Permission to use, copy, modify, and distribute this software and its\n"
"documentation for any purpose, without fee, and without a written agreement\n"