A few source files have the wrong copyright year

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: A few source files have the wrong copyright year
Date: 2021-06-03 12:16:56
Message-ID: CAApHDvqyLmd9P2oBQYJ=DbrV8QwyPRdmXtCTFYPE08h+ip0UJw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed earlier today when working in brin_minmax_multi.c that the
copyright year was incorrect. That caused me to wonder if any other
source files have the incorrect year.

git grep -E "Portions Copyright \(c\) ([0-9]{4}-[0-9]{4}|[0-9]{4}),
PostgreSQL Global Development Group" | grep -Ev "2021"

Seems fairly good at finding them. 14 in total.

The attached fixes.

I'll push this in the New Zealand morning unless anyone comes up with
a reason why I shouldn't before then.

David

Attachment Content-Type Size
fix_incorrect_copyright_years.patch application/octet-stream 6.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-06-03 12:30:16 Re: A few source files have the wrong copyright year
Previous Message Daniel Gustafsson 2021-06-03 12:08:02 Re: Documentation missing for PGSSLCRLDIR