summaryrefslogtreecommitdiff
path: root/src/include/lib
diff options
context:
space:
mode:
authorBruce Momjian2014-01-07 21:05:30 +0000
committerBruce Momjian2014-01-07 21:05:30 +0000
commit7e04792a1cbd1763edf72474f6b1fbad2cd0ad31 (patch)
tree1336f6ad1bc694547ec4e944e715c12364fcb259 /src/include/lib
parent0c051c90082da0b7e5bcaf9aabcbd4f361137cdc (diff)
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches.
Diffstat (limited to 'src/include/lib')
-rw-r--r--src/include/lib/binaryheap.h2
-rw-r--r--src/include/lib/ilist.h2
-rw-r--r--src/include/lib/stringinfo.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/lib/binaryheap.h b/src/include/lib/binaryheap.h
index 85cafe4d4dd..8f83c234ebf 100644
--- a/src/include/lib/binaryheap.h
+++ b/src/include/lib/binaryheap.h
@@ -3,7 +3,7 @@
*
* A simple binary heap implementation
*
- * Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
*
* src/include/lib/binaryheap.h
*/
diff --git a/src/include/lib/ilist.h b/src/include/lib/ilist.h
index 734ef70aa1c..693e352896c 100644
--- a/src/include/lib/ilist.h
+++ b/src/include/lib/ilist.h
@@ -96,7 +96,7 @@
* }
*
*
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index cece81208ed..e36c495f21a 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-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/lib/stringinfo.h