pgsql: Update copyright for 2016
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
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
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