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 b39173b3a37..ee7ea812bce 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-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION |