Thread

Commits

  1. Update copyright year

  1. copyright problem in REL_13_STABLE

    Wang, Shenhao <wangsh.fnst@cn.fujitsu.com> — 2020-09-11T08:42:13Z

    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
    
    
    
    
    
    
  2. Re: copyright problem in REL_13_STABLE

    Daniel Gustafsson <daniel@yesql.se> — 2020-09-11T11:11:06Z

    > 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
    
    
    
  3. Re: copyright problem in REL_13_STABLE

    Alvaro Herrera <alvherre@2ndquadrant.com> — 2020-09-11T12:47:33Z

    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