summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/dllist.h4
-rw-r--r--src/include/lib/stringinfo.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 39c8d8219ab..5e3f2d60e32 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.22 2003/11/29 22:41:02 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.23 2004/08/29 04:13:07 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index 2e9ee3f6223..1b2906f7d30 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.29 2003/11/29 22:41:02 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.30 2004/08/29 04:13:07 momjian Exp $
*
*-------------------------------------------------------------------------
*/