pgsql: Adjust locations which have an incorrect copyright year

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust locations which have an incorrect copyright year
Date: 2021-06-04 00:20:15
Message-ID: E1loxZP-0003HA-Pu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust locations which have an incorrect copyright year

A few patches committed after ca3b37487 mistakenly forgot to make the
copyright year 2021. Fix these.

Discussion: https://postgr.es/m/CAApHDvqyLmd9P2oBQYJ=DbrV8QwyPRdmXtCTFYPE08h+ip0UJw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7fc26d11e370afe237631265714221364d7e7910

Modified Files
--------------
contrib/pageinspect/gistfuncs.c | 2 +-
src/backend/access/brin/brin_bloom.c | 2 +-
src/backend/access/brin/brin_minmax_multi.c | 2 +-
src/backend/rewrite/rewriteSearchCycle.c | 2 +-
src/backend/utils/adt/jsonbsubs.c | 2 +-
src/common/hex.c | 2 +-
src/common/hmac.c | 2 +-
src/common/hmac_openssl.c | 2 +-
src/common/sha1.c | 2 +-
src/common/sha1_int.h | 2 +-
src/include/common/hex.h | 2 +-
src/include/common/hmac.h | 2 +-
src/include/common/sha1.h | 2 +-
src/include/port/pg_iovec.h | 2 +-
src/include/rewrite/rewriteSearchCycle.h | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-04 00:34:44 pgsql: doc: Fix link reference for PGSSLMAXPROTOCOLVERSION
Previous Message Andrew Dunstan 2021-06-03 21:35:40 pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line