1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc

to all files copyright Regents of Berkeley.  Man, that's a lot of files.
This commit is contained in:
Bruce Momjian
2000-01-26 05:58:53 +00:00
parent b866d2e2d7
commit 5c25d60244
596 changed files with 1776 additions and 1179 deletions

View File

@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Team
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.12 2000/01/19 20:08:34 petere Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.13 2000/01/26 05:57:44 momjian Exp $
*/
#include <c.h>
#include "help.h"
@ -307,7 +307,8 @@ print_copyright(void)
"Copyright(c) 1996 - 9 PostgreSQL Global Development Group\n\n"
"This software is based on Postgres95, formerly known as Postgres, which\n"
"contains the following notice:\n\n"
"Copyright(c) 1994 - 7 Regents of the University of California\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"
"is hereby granted, provided that the above copyright notice and this paragraph\n"