Update copyright for 2016

Manually fix some copyright lines missed by the automated script.
pull/8/head
Tom Lane 10 years ago
parent ee94300446
commit ad08bf5c8b
  1. 2
      src/test/modules/test_ddl_deparse/test_ddl_deparse.c
  2. 2
      src/test/modules/test_rls_hooks/test_rls_hooks.c
  3. 2
      src/test/modules/test_rls_hooks/test_rls_hooks.h
  4. 2
      src/test/modules/test_shm_mq/setup.c
  5. 2
      src/test/modules/test_shm_mq/test.c
  6. 2
      src/test/modules/test_shm_mq/worker.c
  7. 2
      src/test/modules/worker_spi/worker_spi.c

@ -2,7 +2,7 @@
* 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

@ -3,7 +3,7 @@
* 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

@ -3,7 +3,7 @@
* 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

@ -5,7 +5,7 @@
* 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

@ -3,7 +3,7 @@
* 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

@ -9,7 +9,7 @@
* 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

@ -13,7 +13,7 @@
* "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

Loading…
Cancel
Save