pgsql: Update copyright for 2016

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update copyright for 2016
Date: 2016-01-02 19:19:52
Message-ID: E1aFRiS-0007sz-Hc@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update copyright for 2016

On closer inspection, the reason copyright.pl was missing files is
that it is looking for 'Copyright (c)' and they had 'Copyright (C)'.
Fix that, and update a couple more that grepping for that revealed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/48c9f2889a4ad25a771d13b88f2778a306f2d970

Modified Files
--------------
contrib/auth_delay/auth_delay.c | 2 +-
src/test/modules/test_ddl_deparse/test_ddl_deparse.c | 2 +-
src/test/modules/test_rls_hooks/test_rls_hooks.c | 2 +-
src/test/modules/test_rls_hooks/test_rls_hooks.h | 2 +-
src/test/modules/test_shm_mq/setup.c | 2 +-
src/test/modules/test_shm_mq/test.c | 2 +-
src/test/modules/test_shm_mq/test_shm_mq.h | 2 +-
src/test/modules/test_shm_mq/worker.c | 2 +-
src/test/modules/worker_spi/worker_spi.c | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-01-02 19:21:40 Re: pgsql: Update copyright for 2016
Previous Message Tom Lane 2016-01-02 19:09:02 pgsql: Update copyright for 2016