pgsql: Update copyright for 2016

Started by Tom Laneover 10 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#2Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#1)
Re: pgsql: Update copyright for 2016

On Sat, Jan 2, 2016 at 07:19:52PM +0000, Tom Lane wrote:

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.

Oh, wow, OK. Makes sense. I can adjust the script to handle that if
you don't.

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription                             +

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: pgsql: Update copyright for 2016

Bruce Momjian <bruce@momjian.us> writes:

On Sat, Jan 2, 2016 at 07:19:52PM +0000, Tom Lane wrote:

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.

Oh, wow, OK. Makes sense. I can adjust the script to handle that if
you don't.

I'm fixing it right now.

regards, tom lane

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers