Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677). - Mailing list pgsql-committers

From Amit Kapila
Subject Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677).
Date
Msg-id CAA4eK1KJHaYt_6yw48GXh65dnhmszYJFqNVN4wbQugZ7wtWCdw@mail.gmail.com
Whole thread Raw
In response to [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: [COMMITTERS] pgsql: Support SCRAM-SHA-256 authentication (RFC5802 and 7677).
List pgsql-committers
On Tue, Mar 7, 2017 at 5:56 PM, Heikki Linnakangas
<heikki.linnakangas@iki.fi> wrote:
> Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
>

+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * src/backend/libpq/auth-scram.c

Year in the copyright notice needs to be updated:
/2016/2017

I could see the same problem with other newly added files.

+ * scram-common.h
+ *     Declarations for helper functions used for SCRAM authentication
+ *
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * src/include/common/relpath.h

file name in directory path is not matching actual file name.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Ensure ThisTimeLineID is valid before START_REPLICATION
Next
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Fix comments in SCRAM-SHA-256 patch.