Skip to content
Snippets Groups Projects
Commit 2d5dd755 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update files.

parent 02d83c44
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment