1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-11 04:22:52 +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
COPYRIGHT
contrib
doc
src
backend
access
bootstrap
catalog
commands
executor
lib
libpq
main
nodes
optimizer
parser
port
postmaster
rewrite
storage
tcop
tioga
utils
bin
include
access
bootstrap
c.h
catalog
commands
executor
fmgr.h
lib
libpq
miscadmin.h
nodes
optimizer
parser
postgres.h
rewrite
rusagestub.h
storage
tcop
utils
interfaces
test
examples
tools
tutorial
utils

@@ -3,12 +3,12 @@
* varlena.c
* Functions for the variable-length built-in types.
*
* 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
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.66 2000/12/03 20:45:36 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.67 2001/01/24 19:43:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/