Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cc14ae

Browse files
committed
Update copyright in recently added files.
This commit also fixes copyright line missed by the automated script. Author: Masahiko Sawada
1 parent 45e3d8a commit 7cc14ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/backend/replication/pgoutput/pgoutput.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pgoutput.c
44
* Logical Replication output plugin
55
*
6-
* Copyright (c) 2012-2015, PostgreSQL Global Development Group
6+
* Copyright (c) 2012-2017, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* src/backend/replication/pgoutput/pgoutput.c

src/backend/utils/Gen_fmgrtab.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
* fmgrprotos.h
129129
* Prototypes for built-in functions.
130130
*
131-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
131+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
132132
* Portions Copyright (c) 1994, Regents of the University of California
133133
*
134134
* NOTES

src/backend/utils/mmgr/memdebug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* public API of the memory management subsystem.
66
*
77
*
8-
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
1111
* src/backend/utils/memdebug.c

0 commit comments

Comments
 (0)