diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/base64.c | 2 | ||||
-rw-r--r-- | src/common/scram-common.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/base64.c b/src/common/base64.c index 96406b191d2..e8e28ecca4b 100644 --- a/src/common/base64.c +++ b/src/common/base64.c @@ -3,7 +3,7 @@ * base64.c * Encoding and decoding routines for base64 without whitespace. * - * Copyright (c) 2001-2016, PostgreSQL Global Development Group + * Copyright (c) 2001-2017, PostgreSQL Global Development Group * * * IDENTIFICATION diff --git a/src/common/scram-common.c b/src/common/scram-common.c index 4a1c3809cfe..0a36daec246 100644 --- a/src/common/scram-common.c +++ b/src/common/scram-common.c @@ -6,7 +6,7 @@ * backend, for implement the Salted Challenge Response Authentication * Mechanism (SCRAM), per IETF's RFC 5802. * - * Portions Copyright (c) 2016, PostgreSQL Global Development Group + * Portions Copyright (c) 2017, PostgreSQL Global Development Group * * IDENTIFICATION * src/common/scram-common.c |