Re: A few source files have the wrong copyright year
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: David Rowley <dgrowleyml@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-03T12:30:16Z
Lists: 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/
Commits
-
Adjust locations which have an incorrect copyright year
- 7fc26d11e370 14.0 landed