Thread

Commits

  1. Adjust locations which have an incorrect copyright year

  1. A few source files have the wrong copyright year

    David Rowley <dgrowleyml@gmail.com> — 2021-06-03T12:16:56Z

    I noticed earlier today when working in brin_minmax_multi.c that the
    copyright year was incorrect. That caused me to wonder if any other
    source files have the incorrect year.
    
    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.
    
    The attached fixes.
    
    I'll push this in the New Zealand morning unless anyone comes up with
    a reason why I shouldn't before then.
    
    David
    
  2. Re: A few source files have the wrong copyright year

    Daniel Gustafsson <daniel@yesql.se> — 2021-06-03T12:30:16Z

    > 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/
    
    
    
    
    
  3. Re: A few source files have the wrong copyright year

    David Rowley <dgrowleyml@gmail.com> — 2021-06-03T12:36:06Z

    On Fri, 4 Jun 2021 at 00:30, Daniel Gustafsson <daniel@yesql.se> wrote:
    > 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.
    
    Thanks. I wasn't aware of that.
    
    David
    
    
    
    
  4. Re: A few source files have the wrong copyright year

    David Rowley <dgrowleyml@gmail.com> — 2021-06-04T00:21:16Z

    On Fri, 4 Jun 2021 at 00:16, David Rowley <dgrowleyml@gmail.com> wrote:
    > I noticed earlier today when working in brin_minmax_multi.c that the
    > copyright year was incorrect. That caused me to wonder if any other
    > source files have the incorrect year.
    
    > The attached fixes.
    
    Pushed.
    
    David
    
    
    
    
  5. Re: A few source files have the wrong copyright year

    Michael Paquier <michael@paquier.xyz> — 2021-06-04T00:35:43Z

    On Fri, Jun 04, 2021 at 12:21:16PM +1200, David Rowley wrote:
    > Pushed.
    
    Thanks.
    --
    Michael