summaryrefslogtreecommitdiff
path: root/src/include/common
diff options
context:
space:
mode:
authorHeikki Linnakangas2017-03-07 13:22:52 +0000
committerHeikki Linnakangas2017-03-07 13:24:27 +0000
commit55acfcbffd7d11db8c10cd94ba44bfe5974894e0 (patch)
tree7f98860bd81f56499a89e2315b122f026863893e /src/include/common
parent5ee2197767f648bc21e324e751b84d42af573b43 (diff)
Fix comments in SCRAM-SHA-256 patch.
Amit Kapila.
Diffstat (limited to 'src/include/common')
-rw-r--r--src/include/common/base64.h2
-rw-r--r--src/include/common/scram-common.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/common/base64.h b/src/include/common/base64.h
index 47c28c3b62..09b69b1656 100644
--- a/src/include/common/base64.h
+++ b/src/include/common/base64.h
@@ -3,7 +3,7 @@
* Encoding and decoding routines for base64 without whitespace
* support.
*
- * Portions Copyright (c) 2001-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2017, PostgreSQL Global Development Group
*
* src/include/common/base64.h
*/
diff --git a/src/include/common/scram-common.h b/src/include/common/scram-common.h
index 14bb053832..7c98cc74d6 100644
--- a/src/include/common/scram-common.h
+++ b/src/include/common/scram-common.h
@@ -3,10 +3,10 @@
* scram-common.h
* Declarations for helper functions used for SCRAM authentication
*
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * src/include/common/relpath.h
+ * src/include/common/scram-common.h
*
*-------------------------------------------------------------------------
*/