aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-01-01 13:18:15 -0500
committerBruce Momjian <bruce@momjian.us>2011-01-01 13:18:15 -0500
commit5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch)
tree482c4da1affa45abf4723854e7f20752ae1e8e63 /src/include/lib
parent67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff)
downloadpostgresql-5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc.tar.gz
postgresql-5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc.zip
Stamp copyrights for year 2011.
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 1e651ecedda..bad302dc18b 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-2010, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2011, 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 72f873ebd43..a84988c3f1a 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-2010, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/lib/stringinfo.h