Re: A few source files have the wrong copyright year - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: A few source files have the wrong copyright year
Date
Msg-id 701A7EA1-DCAD-4508-BD6E-523A496616D8@yesql.se
Whole thread Raw
In response to A few source files have the wrong copyright year  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: A few source files have the wrong copyright year
List pgsql-hackers
> On 3 Jun 2021, at 14:16, David Rowley <dgrowleyml@gmail.com> wrote:

> 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.

src/tools/copyright.pl finds these as well as contrib/pageinspect/gistfuncs.c
which also ends the range in 2020, might want to include that one too when
pushing this.

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: A few source files have the wrong copyright year
Next
From: Andrew Dunstan
Date:
Subject: Re: improve installation short version