diff options
| author | David Rowley | 2021-06-04 00:19:50 +0000 |
|---|---|---|
| committer | David Rowley | 2021-06-04 00:19:50 +0000 |
| commit | 7fc26d11e370afe237631265714221364d7e7910 (patch) | |
| tree | 629f4f234718441bab1f142f451e64ede899d24b /src/include/common | |
| parent | 11e9caff82bc7326e2bc9782937cb03875050cc4 (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/include/common')
| -rw-r--r-- | src/include/common/hex.h | 2 | ||||
| -rw-r--r-- | src/include/common/hmac.h | 2 | ||||
| -rw-r--r-- | src/include/common/sha1.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/common/hex.h b/src/include/common/hex.h index 3c3c956bb66..150771a14d7 100644 --- a/src/include/common/hex.h +++ b/src/include/common/hex.h @@ -3,7 +3,7 @@ * hex.h * Encoding and decoding routines for hex strings. * - * 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 diff --git a/src/include/common/hmac.h b/src/include/common/hmac.h index ea0343a9da7..dd012e6690c 100644 --- a/src/include/common/hmac.h +++ b/src/include/common/hmac.h @@ -3,7 +3,7 @@ * hmac.h * Generic headers for HMAC * - * 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 diff --git a/src/include/common/sha1.h b/src/include/common/sha1.h index b1ee36f8eaf..a475fadb8cc 100644 --- a/src/include/common/sha1.h +++ b/src/include/common/sha1.h @@ -3,7 +3,7 @@ * sha1.h * Constants related to SHA1. * - * 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 * * src/include/common/sha1.h |
