]> granicus.if.org Git - postgresql/commitdiff
Update copyright years in some recently added files
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 25 Jan 2017 17:32:05 +0000 (12:32 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 25 Jan 2017 17:32:05 +0000 (12:32 -0500)
18 files changed:
src/backend/catalog/pg_publication.c
src/backend/catalog/pg_subscription.c
src/backend/commands/publicationcmds.c
src/backend/commands/subscriptioncmds.c
src/backend/executor/execReplication.c
src/backend/replication/logical/launcher.c
src/backend/replication/logical/relation.c
src/backend/replication/logical/worker.c
src/include/catalog/pg_publication.h
src/include/catalog/pg_publication_rel.h
src/include/catalog/pg_subscription.h
src/include/commands/publicationcmds.h
src/include/commands/subscriptioncmds.h
src/include/replication/logicallauncher.h
src/include/replication/logicalrelation.h
src/include/replication/logicalworker.h
src/include/replication/worker_internal.h
src/test/subscription/Makefile

index 576b7faa043514f07a595713c7d098b60de57344..00ed28f0b2f6dbab702240bf7fd0d43170a04dbd 100644 (file)
@@ -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
index c358ef6c9a3f4b8a80c43ecbb9938626e025ed46..20fdd6a54f01912d705288c391cd622442e38840 100644 (file)
@@ -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
index 63dcc10bd31f26e70f7328aefbf2574882a67272..173b0766483717c05f62d3d454163e44c1802725 100644 (file)
@@ -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
index e0add949534ea0ccf9b48e0952e2dfd271b30e01..41ef7a3aa4ba65ec342b9c4a68785dbdcd98189a 100644 (file)
@@ -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
index a18ae512db08395cd3da23714f4d116ba360333b..a8bd5832c92058af5ce713ba40a9d3b1d891539e 100644 (file)
@@ -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
index b5116703578ca96f6d781c5465664bd3cfa9988d..d222cff7085c072d8fa8bef5069a21e979fa0da2 100644 (file)
@@ -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
index 383c6ebe76af08cde429f8a7c69ee49be486f2e6..d8dc0c719402291b5d01a8b7e831952b91a1eaa7 100644 (file)
@@ -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
index 3ee9cc12df04db69c2780198419258fa242ec97e..9383960da75eeda735b053d883b8e708b3ed4fa0 100644 (file)
@@ -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
index f157d0f4075db594616026e7e53e2702d2168aab..f3c4f3932be8d3ac3ca14239d10cc9f51b842176 100644 (file)
@@ -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
index ac09e29669a57116db4bc07d0b2cb81dfd27b96b..32218a748db14500f81608000b0846b3ddfe069e 100644 (file)
@@ -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
index e0af730e959c31fc0aaba2b8e176767dee8456ac..cf30bf90db6ad62a2fd70e040c1bb089cf6e9251 100644 (file)
@@ -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
  *
  * -------------------------------------------------------------------------
index cdacfa6f5b5786312b0e766c5e2edba495b1c8bf..7f12ff0a1bcc3ab6b7d93b6672be20c48b9a45a7 100644 (file)
@@ -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
index 87c1a27e143fd59c6b8ccc1cb4fd0ab3ddcc3609..127696c60d52d156ae7d669261600233509d619a 100644 (file)
@@ -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
index 715ac7f24c91a67e814e143955acf7e30fdfdab5..cfe3db10dd0b733de17a2beea0f488f2511aeea9 100644 (file)
@@ -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
  *
index 8f9f4a094d2e5eaf2323f9fd22e2079ffbcbeb7d..f2b104aa6898b5e944e6573909d44ab303f401c3 100644 (file)
@@ -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
  *
index 93cb25f4380e8c12f7ced507fe64db9e902d82f2..3e0affa190b728b01adf0e90fe4ec062fd37c861 100644 (file)
@@ -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
  *
index 29c43fc92a85e323cfdab776e1c87b87cc41cd98..8cbf2687a9ce199188b3f95e082370da52188e38 100644 (file)
@@ -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
  *
index bb9795453a871f5c601170f35c3ea7bc2e4128e0..d423ff36622fc228765637f43f901b2e036dcefa 100644 (file)
@@ -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