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 29dc55e714a..0525c4ff316 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-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION |