1
0
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:
Alvaro Herrera
2017-07-26 18:17:18 -04:00
parent 459c64d322
commit 5e3254f086
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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