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/access/index | |
| parent | b10e9ae9f3ae4f1910085673eab159ff9c8e1080 (diff) | |
| download | postgresql-bd61a623ace3f3db8da1c7936416706968ae6ec2.tar.gz | |
Update copyrights for 2013
Fully update git head, and update back branches in ./COPYRIGHT and
legal.sgml files.
Diffstat (limited to 'src/backend/access/index')
| -rw-r--r-- | src/backend/access/index/genam.c | 2 | ||||
| -rw-r--r-- | src/backend/access/index/indexam.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/index/genam.c b/src/backend/access/index/genam.c index 0da1a5a867..31a419b841 100644 --- a/src/backend/access/index/genam.c +++ b/src/backend/access/index/genam.c @@ -3,7 +3,7 @@ * genam.c * general index access method routines * - * 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/access/index/indexam.c b/src/backend/access/index/indexam.c index d64df319c5..ce94649281 100644 --- a/src/backend/access/index/indexam.c +++ b/src/backend/access/index/indexam.c @@ -3,7 +3,7 @@ * indexam.c * general index access method routines * - * 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 * * |
