summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2017-01-25 17:32:05 +0000
committerPeter Eisentraut2017-01-25 17:32:05 +0000
commit3d9e73ea5f5bb280be438a81fbe91936f4ff0601 (patch)
treea17782e63f14c2a184ab634e0a2caaebad606440
parent65df150a18d4a24e6870eb4a3db28ac8a6c23603 (diff)
Update copyright years in some recently added files
-rw-r--r--src/backend/catalog/pg_publication.c3
-rw-r--r--src/backend/catalog/pg_subscription.c3
-rw-r--r--src/backend/commands/publicationcmds.c3
-rw-r--r--src/backend/commands/subscriptioncmds.c3
-rw-r--r--src/backend/executor/execReplication.c2
-rw-r--r--src/backend/replication/logical/launcher.c2
-rw-r--r--src/backend/replication/logical/relation.c2
-rw-r--r--src/backend/replication/logical/worker.c2
-rw-r--r--src/include/catalog/pg_publication.h4
-rw-r--r--src/include/catalog/pg_publication_rel.h2
-rw-r--r--src/include/catalog/pg_subscription.h2
-rw-r--r--src/include/commands/publicationcmds.h2
-rw-r--r--src/include/commands/subscriptioncmds.h2
-rw-r--r--src/include/replication/logicallauncher.h2
-rw-r--r--src/include/replication/logicalrelation.h2
-rw-r--r--src/include/replication/logicalworker.h2
-rw-r--r--src/include/replication/worker_internal.h2
-rw-r--r--src/test/subscription/Makefile2
18 files changed, 23 insertions, 19 deletions
diff --git a/src/backend/catalog/pg_publication.c b/src/backend/catalog/pg_publication.c
index 576b7faa04..00ed28f0b2 100644
--- a/src/backend/catalog/pg_publication.c
+++ b/src/backend/catalog/pg_publication.c
@@ -3,7 +3,8 @@
* pg_publication.c
* publication C API manipulation
*
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* pg_publication.c
diff --git a/src/backend/catalog/pg_subscription.c b/src/backend/catalog/pg_subscription.c
index c358ef6c9a..20fdd6a54f 100644
--- a/src/backend/catalog/pg_subscription.c
+++ b/src/backend/catalog/pg_subscription.c
@@ -3,7 +3,8 @@
* pg_subscription.c
* replication subscriptions
*
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* src/backend/catalog/pg_subscription.c
diff --git a/src/backend/commands/publicationcmds.c b/src/backend/commands/publicationcmds.c
index 63dcc10bd3..173b076648 100644
--- a/src/backend/commands/publicationcmds.c
+++ b/src/backend/commands/publicationcmds.c
@@ -3,7 +3,8 @@
* publicationcmds.c
* publication manipulation
*
- * Copyright (c) 2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* publicationcmds.c
diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c
index e0add94953..41ef7a3aa4 100644
--- a/src/backend/commands/subscriptioncmds.c
+++ b/src/backend/commands/subscriptioncmds.c
@@ -3,7 +3,8 @@
* subscriptioncmds.c
* subscription catalog manipulation functions
*
- * Copyright (c) 2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* subscriptioncmds.c
diff --git a/src/backend/executor/execReplication.c b/src/backend/executor/execReplication.c
index a18ae512db..a8bd5832c9 100644
--- a/src/backend/executor/execReplication.c
+++ b/src/backend/executor/execReplication.c
@@ -3,7 +3,7 @@
* execReplication.c
* miscellaneous executor routines for logical replication
*
- * 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
*
* IDENTIFICATION
diff --git a/src/backend/replication/logical/launcher.c b/src/backend/replication/logical/launcher.c
index b511670357..d222cff708 100644
--- a/src/backend/replication/logical/launcher.c
+++ b/src/backend/replication/logical/launcher.c
@@ -2,7 +2,7 @@
* launcher.c
* PostgreSQL logical replication worker launcher process
*
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/replication/logical/launcher.c
diff --git a/src/backend/replication/logical/relation.c b/src/backend/replication/logical/relation.c
index 383c6ebe76..d8dc0c7194 100644
--- a/src/backend/replication/logical/relation.c
+++ b/src/backend/replication/logical/relation.c
@@ -2,7 +2,7 @@
* relation.c
* PostgreSQL logical replication
*
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/replication/logical/relation.c
diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c
index 3ee9cc12df..9383960da7 100644
--- a/src/backend/replication/logical/worker.c
+++ b/src/backend/replication/logical/worker.c
@@ -2,7 +2,7 @@
* worker.c
* PostgreSQL logical replication worker (apply)
*
- * Copyright (c) 2012-2016, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/replication/logical/worker.c
diff --git a/src/include/catalog/pg_publication.h b/src/include/catalog/pg_publication.h
index f157d0f407..f3c4f3932b 100644
--- a/src/include/catalog/pg_publication.h
+++ b/src/include/catalog/pg_publication.h
@@ -2,8 +2,8 @@
*
* pg_publication.h
* definition of the relation sets relation (pg_publication)
- *
- * 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
*
* src/include/catalog/pg_publication.h
diff --git a/src/include/catalog/pg_publication_rel.h b/src/include/catalog/pg_publication_rel.h
index ac09e29669..32218a748d 100644
--- a/src/include/catalog/pg_publication_rel.h
+++ b/src/include/catalog/pg_publication_rel.h
@@ -3,7 +3,7 @@
* pg_publication_rel.h
* definition of the publication to relation map (pg_publication_rel)
*
- * 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
*
* src/include/catalog/pg_publication_rel.h
diff --git a/src/include/catalog/pg_subscription.h b/src/include/catalog/pg_subscription.h
index e0af730e95..cf30bf90db 100644
--- a/src/include/catalog/pg_subscription.h
+++ b/src/include/catalog/pg_subscription.h
@@ -3,7 +3,7 @@
* pg_subscription.h
* Definition of the subscription catalog (pg_subscription).
*
- * 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
*
* -------------------------------------------------------------------------
diff --git a/src/include/commands/publicationcmds.h b/src/include/commands/publicationcmds.h
index cdacfa6f5b..7f12ff0a1b 100644
--- a/src/include/commands/publicationcmds.h
+++ b/src/include/commands/publicationcmds.h
@@ -4,7 +4,7 @@
* prototypes for publicationcmds.c.
*
*
- * 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
*
* src/include/commands/publicationcmds.h
diff --git a/src/include/commands/subscriptioncmds.h b/src/include/commands/subscriptioncmds.h
index 87c1a27e14..127696c60d 100644
--- a/src/include/commands/subscriptioncmds.h
+++ b/src/include/commands/subscriptioncmds.h
@@ -4,7 +4,7 @@
* prototypes for subscriptioncmds.c.
*
*
- * 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
*
* src/include/commands/subscriptioncmds.h
diff --git a/src/include/replication/logicallauncher.h b/src/include/replication/logicallauncher.h
index 715ac7f24c..cfe3db10dd 100644
--- a/src/include/replication/logicallauncher.h
+++ b/src/include/replication/logicallauncher.h
@@ -3,7 +3,7 @@
* logicallauncher.h
* Exports for logical replication launcher.
*
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* src/include/replication/logicallauncher.h
*
diff --git a/src/include/replication/logicalrelation.h b/src/include/replication/logicalrelation.h
index 8f9f4a094d..f2b104aa68 100644
--- a/src/include/replication/logicalrelation.h
+++ b/src/include/replication/logicalrelation.h
@@ -3,7 +3,7 @@
* logicalrelation.h
* Relation definitions for logical replication relation mapping.
*
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* src/include/replication/logicalrelation.h
*
diff --git a/src/include/replication/logicalworker.h b/src/include/replication/logicalworker.h
index 93cb25f438..3e0affa190 100644
--- a/src/include/replication/logicalworker.h
+++ b/src/include/replication/logicalworker.h
@@ -3,7 +3,7 @@
* logicalworker.h
* Exports for logical replication workers.
*
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* src/include/replication/logicalworker.h
*
diff --git a/src/include/replication/worker_internal.h b/src/include/replication/worker_internal.h
index 29c43fc92a..8cbf2687a9 100644
--- a/src/include/replication/worker_internal.h
+++ b/src/include/replication/worker_internal.h
@@ -3,7 +3,7 @@
* worker_internal.h
* Internal headers shared by logical replication workers.
*
- * Portions Copyright (c) 2010-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group
*
* src/include/replication/worker_internal.h
*
diff --git a/src/test/subscription/Makefile b/src/test/subscription/Makefile
index bb9795453a..d423ff3662 100644
--- a/src/test/subscription/Makefile
+++ b/src/test/subscription/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for src/test/subscription
#
-# 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
#
# src/test/subscription/Makefile