Re: A few source files have the wrong copyright year

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: A few source files have the wrong copyright year
Date: 2021-06-03 12:30:16
Message-ID: 701A7EA1-DCAD-4508-BD6E-523A496616D8@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 3 Jun 2021, at 14:16, David Rowley <dgrowleyml(at)gmail(dot)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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2021-06-03 12:33:05 Re: improve installation short version
Previous Message David Rowley 2021-06-03 12:16:56 A few source files have the wrong copyright year