summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
authorBruce Momjian2012-01-01 23:01:58 +0000
committerBruce Momjian2012-01-01 23:01:58 +0000
commite126958c2efdfc2d60b978d1fc7a780ff647e8ad (patch)
tree30b5ea1648285f983839f16b79f15af5abfeee0b /src/include/lib
parent6ba139dc5a8a5cce42f0508c14a8b42f4fb6b1cc (diff)
Update copyright notices for year 2012.
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/dllist.h2
-rw-r--r--src/include/lib/stringinfo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index bad302dc18b..25ed64c7c4e 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -31,7 +31,7 @@
* freeing the larger object!
*
*
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/lib/dllist.h
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index 79b09d23b43..8e3a7afb47b 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -7,7 +7,7 @@
* 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/lib/stringinfo.h