summaryrefslogtreecommitdiff
path: root/src/common/hmac_openssl.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2021-06-04 12:19:50 +1200
committerDavid Rowley <drowley@postgresql.org>2021-06-04 12:19:50 +1200
commit7fc26d11e370afe237631265714221364d7e7910 (patch)
tree629f4f234718441bab1f142f451e64ede899d24b /src/common/hmac_openssl.c
parent11e9caff82bc7326e2bc9782937cb03875050cc4 (diff)
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
Diffstat (limited to 'src/common/hmac_openssl.c')
-rw-r--r--src/common/hmac_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hmac_openssl.c b/src/common/hmac_openssl.c
index 5df06839e01..1acf59476eb 100644
--- a/src/common/hmac_openssl.c
+++ b/src/common/hmac_openssl.c
@@ -5,7 +5,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
- * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION