summaryrefslogtreecommitdiff
path: root/src/backend/lib
diff options
context:
space:
mode:
authorBruce Momjian2002-06-20 20:29:54 +0000
committerBruce Momjian2002-06-20 20:29:54 +0000
commitd84fe82230c593f3dc5d7f427849b99d1efa8a0a (patch)
treee71dc2bfc87cd2f8609cfe33941460bc0d8b0e28 /src/backend/lib
parentba790a5608ead9db7e08f700eb869dbefd3358a4 (diff)
Update copyright to 2002.
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/lispsort.c4
-rw-r--r--src/backend/lib/stringinfo.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/backend/lib/bit.c b/src/backend/lib/bit.c
index 41c799fb5a4..fb060d61fd7 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, 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.14 2001/10/25 05:49:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.15 2002/06/20 20:29:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/lib/dllist.c b/src/backend/lib/dllist.c
index 7a41dd295ca..8c13ddfb0f7 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, 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.24 2001/07/31 02:02:45 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.25 2002/06/20 20:29:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/lib/lispsort.c b/src/backend/lib/lispsort.c
index b08ed5cf618..5b1f9595734 100644
--- a/src/backend/lib/lispsort.c
+++ b/src/backend/lib/lispsort.c
@@ -2,12 +2,12 @@
*
* lispsort.c
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, 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.16 2001/10/28 06:25:43 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.17 2002/06/20 20:29:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/lib/stringinfo.c b/src/backend/lib/stringinfo.c
index 544ae1b3a20..62f63a547f2 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: stringinfo.c,v 1.30 2002/03/04 18:34:02 tgl Exp $
+ * $Id: stringinfo.c,v 1.31 2002/06/20 20:29:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/