aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-24 19:43:33 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-24 19:43:33 +0000
commit623bf843d201438db1590906b4c39faf9d2e1c2a (patch)
tree8372b993d8b8c75e2bd3da7fabe822b82c6675f6 /src/backend/lib
parentae22682f2abcb47ee4d4f124daa0a3ecd685b6f2 (diff)
downloadpostgresql-623bf843d201438db1590906b4c39faf9d2e1c2a.tar.gz
postgresql-623bf843d201438db1590906b4c39faf9d2e1c2a.zip
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Diffstat (limited to 'src/backend/lib')
-rw-r--r--src/backend/lib/bit.c4
-rw-r--r--src/backend/lib/dllist.c4
-rw-r--r--src/backend/lib/hasht.c4
-rw-r--r--src/backend/lib/lispsort.c4
-rw-r--r--src/backend/lib/stringinfo.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/src/backend/lib/bit.c b/src/backend/lib/bit.c
index cf5b720d960..1b54292a464 100644
--- a/src/backend/lib/bit.c
+++ b/src/backend/lib/bit.c
@@ -3,12 +3,12 @@
* bit.c
* Standard bit array code.
*
- * 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/lib/Attic/bit.c,v 1.11 2000/08/26 21:53:42 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.12 2001/01/24 19:42:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/lib/dllist.c b/src/backend/lib/dllist.c
index 175c02c3e7c..431c137d4d3 100644
--- a/src/backend/lib/dllist.c
+++ b/src/backend/lib/dllist.c
@@ -4,12 +4,12 @@
* this is a simple doubly linked list implementation
* the elements of the lists are void*
*
- * 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/lib/dllist.c,v 1.19 2000/11/16 22:30:23 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.20 2001/01/24 19:42:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/lib/hasht.c b/src/backend/lib/hasht.c
index 1ac04cc92dd..5825a39cc5e 100644
--- a/src/backend/lib/hasht.c
+++ b/src/backend/lib/hasht.c
@@ -4,12 +4,12 @@
* hash table related functions that are not directly supported
* by the hashing packages under utils/hash.
*
- * 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/lib/Attic/hasht.c,v 1.14 2001/01/02 04:33:15 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.15 2001/01/24 19:42:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/lib/lispsort.c b/src/backend/lib/lispsort.c
index b4d00737fb6..a3c89b201e2 100644
--- a/src/backend/lib/lispsort.c
+++ b/src/backend/lib/lispsort.c
@@ -2,12 +2,12 @@
*
* lispsort.c
*
- * 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/lib/Attic/lispsort.c,v 1.13 2000/01/26 05:56:26 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.14 2001/01/24 19:42:55 momjian Exp $
*
*-------------------------------------------------------------------------
*/
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 $
*
*-------------------------------------------------------------------------
*/