|
|
|
@ -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" |
|
|
|
|