>From a6c824e4c0b584a3066588651d2ef46e62413525 Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson <daniel@yesql.se>
Date: Wed, 6 Sep 2017 12:28:42 +0200
Subject: [PATCH] Make header copyright match source file

---
 src/include/replication/decode.h   | 3 ++-
 src/include/utils/backend_random.h | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/include/replication/decode.h b/src/include/replication/decode.h
index f9d81d77d0..729a5cf4ed 100644
--- a/src/include/replication/decode.h
+++ b/src/include/replication/decode.h
@@ -2,7 +2,8 @@
  * decode.h
  *	   PostgreSQL WAL to logical transformation
  *
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
  */
diff --git a/src/include/utils/backend_random.h b/src/include/utils/backend_random.h
index 9781aea0ac..c6534caa97 100644
--- a/src/include/utils/backend_random.h
+++ b/src/include/utils/backend_random.h
@@ -4,6 +4,7 @@
  *		Declarations for backend random number generation
  *
  * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *	  src/include/utils/backend_random.h
  *
-- 
2.14.1.145.gb3622a4ee

