diff options
Diffstat (limited to 'src/backend/libpq/auth-sasl.c')
-rw-r--r-- | src/backend/libpq/auth-sasl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/auth-sasl.c b/src/backend/libpq/auth-sasl.c index c535bc53835..08b24d90b4b 100644 --- a/src/backend/libpq/auth-sasl.c +++ b/src/backend/libpq/auth-sasl.c @@ -3,7 +3,7 @@ * auth-sasl.c * Routines to handle authentication via SASL * - * 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 * * |