pgsql: Have copyright.pl skip updating something that is just the curre

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have copyright.pl skip updating something that is just the curre
Date: 2012-07-06 16:21:58
Message-ID: E1SnBI6-00086F-KI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Have copyright.pl skip updating something that is just the current year,
to avoid producing dups, e.g. 2012-2012

Backpatch to 9.2.

Branch
------
master

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

Modified Files
--------------
src/tools/copyright.pl | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-07-06 16:28:33 pgsql: Run updated copyright.pl on HEAD and 9.2 trees, updating the psq
Previous Message Bruce Momjian 2012-07-06 15:59:09 pgsql: Modify copyright.pl so all lines are processed, not just the fir