aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib/ilist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/lib/ilist.c')
-rw-r--r--src/backend/lib/ilist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/ilist.c b/src/backend/lib/ilist.c
index 0126320d426..957a1181227 100644
--- a/src/backend/lib/ilist.c
+++ b/src/backend/lib/ilist.c
@@ -3,7 +3,7 @@
* ilist.c
* support for integrated/inline doubly- and singly- linked lists
*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*