Skip to content

Commit 3ad0c98

Browse files
committed
copyright update
1 parent 0e27376 commit 3ad0c98

29 files changed

+29
-22
lines changed

src/bgwpool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* bgwpool.c
33
*
4-
* Copyright (c) 2016-2020, Postgres Professional
4+
* Copyright (c) 2016-2021, Postgres Professional
55
*
66
*/
77
#include "postgres.h"

src/bkb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Bron–Kerbosch algorithm to find maximum clique in a graph.
55
*
6-
* Copyright (c) 2017-2020, Postgres Professional
6+
* Copyright (c) 2017-2021, Postgres Professional
77
*
88
*/
99
#ifndef TEST

src/bytebuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* bytebuf.c
33
*
4-
* Copyright (c) 2016-2020, Postgres Professional
4+
* Copyright (c) 2016-2021, Postgres Professional
55
*
66
*/
77
#include "postgres.h"

src/commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* commit.c
44
* Replace ordinary commit with 3PC.
55
*
6-
* Copyright (c) 2019-2020, Postgres Professional
6+
* Copyright (c) 2019-2021, Postgres Professional
77
*
88
*----------------------------------------------------------------------------
99
*/

src/ddd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Distributed deadlock detector.
66
*
7-
* Copyright (c) 2017-2020, Postgres Professional
7+
* Copyright (c) 2017-2021, Postgres Professional
88
*
99
*----------------------------------------------------------------------------
1010
*/

src/ddl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* ddl.c
44
* Statement based replication of DDL commands.
55
*
6-
* Copyright (c) 2019-2020, Postgres Professional
6+
* Copyright (c) 2019-2021, Postgres Professional
77
*
88
*----------------------------------------------------------------------------
99
*/

src/dmq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* XXX: is there max size for a connstr?
2424
*
25-
* Copyright (c) 2019-2020, Postgres Professional
25+
* Copyright (c) 2019-2021, Postgres Professional
2626
*
2727
*----------------------------------------------------------------------------
2828
*/

src/global_tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* which made possible to participate in normal voting before getting P,
1313
* but there is no need for that anymore.
1414
*
15-
* Copyright (c) 2019-2020, Postgres Professional
15+
* Copyright (c) 2019-2021, Postgres Professional
1616
*
1717
*-----------------------------------------------------------------------------
1818
*/

src/include/commit.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
8+
* Portions Copyright (c) 2021, Postgres Professional
89
*
910
*----------------------------------------------------------------------------
1011
*/

src/include/ddl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
8+
* Portions Copyright (c) 2021, Postgres Professional
89
*
910
*----------------------------------------------------------------------------
1011
*/

0 commit comments

Comments
 (0)