From 623bf843d201438db1590906b4c39faf9d2e1c2a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 24 Jan 2001 19:43:33 +0000 Subject: Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. --- src/backend/lib/stringinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/lib/stringinfo.c') diff --git a/src/backend/lib/stringinfo.c b/src/backend/lib/stringinfo.c index 379cd795029..239766825f3 100644 --- a/src/backend/lib/stringinfo.c +++ b/src/backend/lib/stringinfo.c @@ -6,10 +6,10 @@ * It can be used to buffer either ordinary C strings (null-terminated text) * or arbitrary binary data. All storage is allocated with palloc(). * - * 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: stringinfo.c,v 1.26 2000/06/28 03:31:34 tgl Exp $ + * $Id: stringinfo.c,v 1.27 2001/01/24 19:42:55 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.3