1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Update copyright in recently added files.

This commit also fixes copyright line missed by the automated script.

Author: Masahiko Sawada
This commit is contained in:
Fujii Masao
2017-04-25 23:38:41 +09:00
parent 45e3d8ae2b
commit 7cc14ae9d8
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* pgoutput.c * pgoutput.c
* Logical Replication output plugin * Logical Replication output plugin
* *
* Copyright (c) 2012-2015, PostgreSQL Global Development Group * Copyright (c) 2012-2017, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/replication/pgoutput/pgoutput.c * src/backend/replication/pgoutput/pgoutput.c

View File

@ -128,7 +128,7 @@ qq|/*-------------------------------------------------------------------------
* fmgrprotos.h * fmgrprotos.h
* Prototypes for built-in functions. * Prototypes for built-in functions.
* *
* 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* NOTES * NOTES

View File

@ -5,7 +5,7 @@
* public API of the memory management subsystem. * public API of the memory management subsystem.
* *
* *
* 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* src/backend/utils/memdebug.c * src/backend/utils/memdebug.c