diff options
Diffstat (limited to 'src/include/lib')
-rw-r--r-- | src/include/lib/dllist.h | 2 | ||||
-rw-r--r-- | src/include/lib/stringinfo.h | 2 |
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 |