summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-26 05:58:53 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-26 05:58:53 +0000
commit5c25d60244d3a4b458ba55d4f1e50386edb26507 (patch)
tree6c2beaeecb0df307027b2621e83f6e85da2a5642 /src/include/lib
parentb866d2e2d79416f8497e4dffa7e800298d018f6c (diff)
downloadpostgresql-5c25d60244d3a4b458ba55d4f1e50386edb26507.tar.gz
Add:
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/dllist.h5
-rw-r--r--src/include/lib/fstack.h5
-rw-r--r--src/include/lib/hasht.h5
-rw-r--r--src/include/lib/lispsort.h5
-rw-r--r--src/include/lib/stringinfo.h5
5 files changed, 15 insertions, 10 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index a367450185..d56f773a9d 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -24,9 +24,10 @@
* DLFreeElem(elt); -- free the element since we don't
* use it anymore
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dllist.h,v 1.10 1999/05/31 23:48:03 tgl Exp $
+ * $Id: dllist.h,v 1.11 2000/01/26 05:58:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/fstack.h b/src/include/lib/fstack.h
index 4432b4186d..d639a224fc 100644
--- a/src/include/lib/fstack.h
+++ b/src/include/lib/fstack.h
@@ -4,9 +4,10 @@
* Fixed format stack definitions.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fstack.h,v 1.8 1999/05/25 16:13:58 momjian Exp $
+ * $Id: fstack.h,v 1.9 2000/01/26 05:58:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/hasht.h b/src/include/lib/hasht.h
index bffa83e7a6..6f64022e23 100644
--- a/src/include/lib/hasht.h
+++ b/src/include/lib/hasht.h
@@ -5,9 +5,10 @@
* under utils/hash.
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hasht.h,v 1.8 1999/07/15 23:03:49 momjian Exp $
+ * $Id: hasht.h,v 1.9 2000/01/26 05:58:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h
index a48d274624..3bfffc426f 100644
--- a/src/include/lib/lispsort.h
+++ b/src/include/lib/lispsort.h
@@ -4,9 +4,10 @@
*
*
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lispsort.h,v 1.5 1999/02/13 23:21:31 momjian Exp $
+ * $Id: lispsort.h,v 1.6 2000/01/26 05:58:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index 03fc88accc..25b91b9c2d 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -7,9 +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().
*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: stringinfo.h,v 1.15 2000/01/22 03:52:03 tgl Exp $
+ * $Id: stringinfo.h,v 1.16 2000/01/26 05:58:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/