Thread: copyright problem in REL_13_STABLE
Hi hackers: In file src/backend/catalog/pg_cast.c in branch REL_13_STABLE(also in branch master) https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/catalog/pg_cast.c;h=5ea2b82b083477777c2a82b8d1a4588e4530f92e;hb=refs/heads/REL_13_STABLE the copyright is still Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group Should it be update to '1996-2020' before REL_13_RC1 released? Best wishes Thanks
> On 11 Sep 2020, at 10:42, Wang, Shenhao <wangsh.fnst@cn.fujitsu.com> wrote: > the copyright is still > Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group > > Should it be update to '1996-2020' before REL_13_RC1 released? Nice catch, the file was added after the 2020 copyright update so should definitely have 1996-2020 as the copyright range. This is probably just a copy-pasteo in 40b3e2c201a, cc:ing Álvaro. cheers ./daniel
On 2020-Sep-11, Daniel Gustafsson wrote: > > On 11 Sep 2020, at 10:42, Wang, Shenhao <wangsh.fnst@cn.fujitsu.com> wrote: > > > the copyright is still > > Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group > > > > Should it be update to '1996-2020' before REL_13_RC1 released? > > Nice catch, the file was added after the 2020 copyright update so should > definitely have 1996-2020 as the copyright range. This is probably just a > copy-pasteo in 40b3e2c201a, cc:ing Álvaro. Yeah, I wrote the file in 2019 and forgot to update the copyright stmt when committing. Will fix. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services