Commit ad08bf5c authored by Tom Lane's avatar Tom Lane

Update copyright for 2016

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