Manually fix some copyright lines missed by the automated script.
* test_ddl_deparse.c
* Support functions for the test_ddl_deparse module
*
- * Copyright (C) 2014-2015, PostgreSQL Global Development Group
+ * Copyright (C) 2014-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_ddl_deparse/test_ddl_deparse.c
* test_rls_hooks.c
* Code for testing RLS hooks.
*
- * Copyright (C) 2015, PostgreSQL Global Development Group
+ * Copyright (C) 2015-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_rls_hooks/test_rls_hooks.c
* test_rls_hooks.h
* Definitions for RLS hooks
*
- * Copyright (C) 2015, PostgreSQL Global Development Group
+ * Copyright (C) 2015-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_rls_hooks/test_rls_hooks.h
* number of background workers for shared memory message queue
* testing.
*
- * Copyright (C) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (C) 2013-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/setup.c
* test.c
* Test harness code for shared memory message queues.
*
- * Copyright (C) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (C) 2013-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/test.c
* but it should be possible to use much of the control logic just
* as presented here.
*
- * Copyright (C) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (C) 2013-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/worker.c
* "delta" type. Delta rows will be deleted by this worker and their values
* aggregated into the total.
*
- * Copyright (C) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (C) 2013-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/worker_spi/worker_spi.c