mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Update copyright in recently added files
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
* proto.c
|
* proto.c
|
||||||
* logical replication protocol functions
|
* logical replication protocol functions
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015, PostgreSQL Global Development Group
|
* Copyright (c) 2015-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/backend/replication/logical/proto.c
|
* src/backend/replication/logical/proto.c
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* This is the set of in-core functions used when there are no other
|
* This is the set of in-core functions used when there are no other
|
||||||
* alternative options like OpenSSL.
|
* alternative options like OpenSSL.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/common/sha2.c
|
* src/common/sha2.c
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* This should only be used if code is compiled with OpenSSL support.
|
* This should only be used if code is compiled with OpenSSL support.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/common/sha2_openssl.c
|
* src/common/sha2_openssl.c
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* sha2.h
|
* sha2.h
|
||||||
* Generic headers for SHA224, 256, 384 AND 512 functions of PostgreSQL.
|
* Generic headers for SHA224, 256, 384 AND 512 functions of PostgreSQL.
|
||||||
*
|
*
|
||||||
* Portions Copyright (c) 2016, PostgreSQL Global Development Group
|
* Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/include/common/sha2.h
|
* src/include/common/sha2.h
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* logicalproto.h
|
* logicalproto.h
|
||||||
* logical replication protocol
|
* logical replication protocol
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015, PostgreSQL Global Development Group
|
* Copyright (c) 2015-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* src/include/replication/logicalproto.h
|
* src/include/replication/logicalproto.h
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* pgoutput.h
|
* pgoutput.h
|
||||||
* Logical Replication output plugin
|
* Logical Replication output plugin
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015, PostgreSQL Global Development Group
|
* Copyright (c) 2015-2017, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* pgoutput.h
|
* pgoutput.h
|
||||||
|
Reference in New Issue
Block a user