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-00086H-LN@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
------
REL9_2_STABLE

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

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