From 7fc26d11e370afe237631265714221364d7e7910 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Fri, 4 Jun 2021 12:19:50 +1200 Subject: 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 --- src/common/hmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/hmac.c') diff --git a/src/common/hmac.c b/src/common/hmac.c index f1b8555143a..1089db67443 100644 --- a/src/common/hmac.c +++ b/src/common/hmac.c @@ -5,7 +5,7 @@ * * Fallback implementation of HMAC, as specified in RFC 2104. * - * 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 -- cgit v1.2.3