Skip to content

Commit 55acfcb

Browse files
committed
Fix comments in SCRAM-SHA-256 patch.
Amit Kapila.
1 parent 5ee2197 commit 55acfcb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

src/backend/libpq/auth-scram.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* to the encoding being used, whatever that is. We cannot avoid that in
3838
* general, after logging in, but let's do what we can here.
3939
*
40-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
40+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
4141
* Portions Copyright (c) 1994, Regents of the University of California
4242
*
4343
* src/backend/libpq/auth-scram.c

src/common/base64.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* base64.c
44
* Encoding and decoding routines for base64 without whitespace.
55
*
6-
* Copyright (c) 2001-2016, PostgreSQL Global Development Group
6+
* Copyright (c) 2001-2017, PostgreSQL Global Development Group
77
*
88
*
99
* IDENTIFICATION

src/common/scram-common.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* backend, for implement the Salted Challenge Response Authentication
77
* Mechanism (SCRAM), per IETF's RFC 5802.
88
*
9-
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
9+
* Portions Copyright (c) 2017, PostgreSQL Global Development Group
1010
*
1111
* IDENTIFICATION
1212
* src/common/scram-common.c

src/include/common/base64.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Encoding and decoding routines for base64 without whitespace
44
* support.
55
*
6-
* Portions Copyright (c) 2001-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2001-2017, PostgreSQL Global Development Group
77
*
88
* src/include/common/base64.h
99
*/

src/include/common/scram-common.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* scram-common.h
44
* Declarations for helper functions used for SCRAM authentication
55
*
6-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* src/include/common/relpath.h
9+
* src/include/common/scram-common.h
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

src/include/libpq/scram.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* scram.h
44
* Interface to libpq/scram.c
55
*
6-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* src/include/libpq/scram.h

src/interfaces/libpq/fe-auth-scram.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* fe-auth-scram.c
44
* The front-end (client) implementation of SCRAM authentication.
55
*
6-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION

0 commit comments

Comments
 (0)