summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
authorBruce Momjian2001-01-24 19:43:33 +0000
committerBruce Momjian2001-01-24 19:43:33 +0000
commit623bf843d201438db1590906b4c39faf9d2e1c2a (patch)
tree8372b993d8b8c75e2bd3da7fabe822b82c6675f6 /src/include/lib
parentae22682f2abcb47ee4d4f124daa0a3ecd685b6f2 (diff)
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/dllist.h4
-rw-r--r--src/include/lib/hasht.h4
-rw-r--r--src/include/lib/lispsort.h4
-rw-r--r--src/include/lib/stringinfo.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 9306d4e6b67..646976222f9 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -31,10 +31,10 @@
* freeing the larger object!
*
*
- * 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: dllist.h,v 1.14 2000/11/16 22:30:43 tgl Exp $
+ * $Id: dllist.h,v 1.15 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/hasht.h b/src/include/lib/hasht.h
index 04700e648cd..34aa89c6173 100644
--- a/src/include/lib/hasht.h
+++ b/src/include/lib/hasht.h
@@ -5,10 +5,10 @@
* 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
*
- * $Id: hasht.h,v 1.11 2001/01/02 04:33:24 tgl Exp $
+ * $Id: hasht.h,v 1.12 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h
index 3bfffc426f2..9d721313143 100644
--- a/src/include/lib/lispsort.h
+++ b/src/include/lib/lispsort.h
@@ -4,10 +4,10 @@
*
*
*
- * 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: lispsort.h,v 1.6 2000/01/26 05:58:09 momjian Exp $
+ * $Id: lispsort.h,v 1.7 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index de8ac4a07e3..2ddff7053c2 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -7,10 +7,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.h,v 1.18 2000/04/12 17:16:34 momjian Exp $
+ * $Id: stringinfo.h,v 1.19 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/