diff options
Diffstat (limited to 'src/common/sha1.c')
-rw-r--r-- | src/common/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sha1.c b/src/common/sha1.c index f8ed4d68086..b39173b3a37 100644 --- a/src/common/sha1.c +++ b/src/common/sha1.c @@ -5,7 +5,7 @@ * * Fallback implementation of SHA1, as specified in RFC 3174. * - * 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 |