pgsql: Make copyright.pl cope with nonstandard case choices in copyrigh

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make copyright.pl cope with nonstandard case choices in copyrigh
Date: 2016-01-02 19:45:24
Message-ID: E1aFS7A-0008Ju-J8@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make copyright.pl cope with nonstandard case choices in copyright notices.

The need for this is shown by the files it missed in Bruce's recent run.
I fixed it so that it will actually adjust the case when needed.

In passing, also make it skip .po files, since those will just get
overwritten anyway from the translation repository.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/de7c8dbea1a17a0e1709c4b12371615d28e21c13

Modified Files
--------------
src/tools/copyright.pl | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-02 20:29:26 pgsql: Adjust back-branch release note description of commits a2a718b22
Previous Message Tom Lane 2016-01-02 19:38:10 Re: pgsql: Update copyright for 2016