Commit 3d9e73ea authored by Peter Eisentraut's avatar Peter Eisentraut

Update copyright years in some recently added files

parent 65df150a
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
* pg_publication.c * pg_publication.c
* publication C API manipulation * 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 * IDENTIFICATION
* pg_publication.c * pg_publication.c
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
* pg_subscription.c * pg_subscription.c
* replication subscriptions * 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 * IDENTIFICATION
* src/backend/catalog/pg_subscription.c * src/backend/catalog/pg_subscription.c
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
* publicationcmds.c * publicationcmds.c
* publication manipulation * 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 * IDENTIFICATION
* publicationcmds.c * publicationcmds.c
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
* subscriptioncmds.c * subscriptioncmds.c
* subscription catalog manipulation functions * 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 * IDENTIFICATION
* subscriptioncmds.c * subscriptioncmds.c
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* execReplication.c * execReplication.c
* miscellaneous executor routines for logical replication * 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* launcher.c * launcher.c
* PostgreSQL logical replication worker launcher process * PostgreSQL logical replication worker launcher process
* *
* Copyright (c) 2012-2016, PostgreSQL Global Development Group * Copyright (c) 2016-2017, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/replication/logical/launcher.c * src/backend/replication/logical/launcher.c
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* relation.c * relation.c
* PostgreSQL logical replication * PostgreSQL logical replication
* *
* Copyright (c) 2012-2016, PostgreSQL Global Development Group * Copyright (c) 2016-2017, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/replication/logical/relation.c * src/backend/replication/logical/relation.c
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* worker.c * worker.c
* PostgreSQL logical replication worker (apply) * PostgreSQL logical replication worker (apply)
* *
* Copyright (c) 2012-2016, PostgreSQL Global Development Group * Copyright (c) 2016-2017, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* src/backend/replication/logical/worker.c * src/backend/replication/logical/worker.c
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* *
* pg_publication.h * pg_publication.h
* definition of the relation sets relation (pg_publication) * 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* src/include/catalog/pg_publication.h * src/include/catalog/pg_publication.h
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* pg_publication_rel.h * pg_publication_rel.h
* definition of the publication to relation map (pg_publication_rel) * 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* src/include/catalog/pg_publication_rel.h * src/include/catalog/pg_publication_rel.h
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* pg_subscription.h * pg_subscription.h
* Definition of the subscription catalog (pg_subscription). * 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* prototypes for publicationcmds.c. * 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* src/include/commands/publicationcmds.h * src/include/commands/publicationcmds.h
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* prototypes for subscriptioncmds.c. * 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 * Portions Copyright (c) 1994, Regents of the University of California
* *
* src/include/commands/subscriptioncmds.h * src/include/commands/subscriptioncmds.h
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* logicallauncher.h * logicallauncher.h
* Exports for logical replication launcher. * 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 * src/include/replication/logicallauncher.h
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* logicalrelation.h * logicalrelation.h
* Relation definitions for logical replication relation mapping. * 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 * src/include/replication/logicalrelation.h
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* logicalworker.h * logicalworker.h
* Exports for logical replication workers. * 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 * src/include/replication/logicalworker.h
* *
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* worker_internal.h * worker_internal.h
* Internal headers shared by logical replication workers. * 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 * src/include/replication/worker_internal.h
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# Makefile for src/test/subscription # 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 # Portions Copyright (c) 1994, Regents of the University of California
# #
# src/test/subscription/Makefile # src/test/subscription/Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment