1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.

This commit is contained in:
Bruce Momjian
2001-01-24 19:43:33 +00:00
parent ae22682f2a
commit 623bf843d2
617 changed files with 1408 additions and 1230 deletions

View File

@ -18,10 +18,10 @@
* everything that should be freed. See utils/mmgr/README for more info.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: palloc.h,v 1.13 2000/06/28 03:33:33 tgl Exp $
* $Id: palloc.h,v 1.14 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/