diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-01-01 17:15:01 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-01-01 17:15:01 -0500 |
commit | bd61a623ace3f3db8da1c7936416706968ae6ec2 (patch) | |
tree | 3435a8e905f294074a1ff858e5dfed96bb14f0c1 /src/backend/lib | |
parent | b10e9ae9f3ae4f1910085673eab159ff9c8e1080 (diff) | |
download | postgresql-bd61a623ace3f3db8da1c7936416706968ae6ec2.tar.gz postgresql-bd61a623ace3f3db8da1c7936416706968ae6ec2.zip |
Update copyrights for 2013
Fully update git head, and update back branches in ./COPYRIGHT and
legal.sgml files.
Diffstat (limited to 'src/backend/lib')
-rw-r--r-- | src/backend/lib/binaryheap.c | 2 | ||||
-rw-r--r-- | src/backend/lib/ilist.c | 2 | ||||
-rw-r--r-- | src/backend/lib/stringinfo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/lib/binaryheap.c b/src/backend/lib/binaryheap.c index 73c80e4dfd4..2c6f85ca536 100644 --- a/src/backend/lib/binaryheap.c +++ b/src/backend/lib/binaryheap.c @@ -3,7 +3,7 @@ * binaryheap.c * A simple binary heap implementaion * - * Portions Copyright (c) 2012, PostgreSQL Global Development Group + * Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group * * IDENTIFICATION * src/backend/lib/binaryheap.c 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 * * diff --git a/src/backend/lib/stringinfo.c b/src/backend/lib/stringinfo.c index d9e93e1de7a..a5b9f2e03e1 100644 --- a/src/backend/lib/stringinfo.c +++ b/src/backend/lib/stringinfo.c @@ -6,7 +6,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-2012, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/backend/lib/stringinfo.c |