Copyright update for nbtsearch.c

Started by tanghy.fnst@fujitsu.comalmost 5 years ago6 messages
#1tanghy.fnst@fujitsu.com
tanghy.fnst@fujitsu.com
1 attachment(s)

Hi

Found one code committed at 2021.01.13 with copyright 2020.
Fix it in the attached patch.

Regards,
Tang

Attachments:

0001-Update-copyright-for-2021.patchapplication/octet-stream; name=0001-Update-copyright-for-2021.patchDownload
From 3cb0252151cefec89705b0b1c9d97b217475f50b Mon Sep 17 00:00:00 2001
From: tanghy <tanghy.fnst@cn.fujitsu.com>
Date: Tue, 30 Mar 2021 11:46:04 +0900
Subject: [PATCH] Update copyright for 2021


diff --git a/contrib/pageinspect/gistfuncs.c b/contrib/pageinspect/gistfuncs.c
index eb9f6303df..7c9b9be3ef 100644
--- a/contrib/pageinspect/gistfuncs.c
+++ b/contrib/pageinspect/gistfuncs.c
@@ -2,7 +2,7 @@
  * gistfuncs.c
  *		Functions to investigate the content of GiST indexes
  *
- * Copyright (c) 2014-2020, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2021, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *		contrib/pageinspect/gistfuncs.c
-- 
2.30.0.windows.2

#2Michael Paquier
michael@paquier.xyz
In reply to: tanghy.fnst@fujitsu.com (#1)
Re: Copyright update for nbtsearch.c

On Tue, Mar 30, 2021 at 02:51:26AM +0000, tanghy.fnst@fujitsu.com wrote:

Found one code committed at 2021.01.13 with copyright 2020.
Fix it in the attached patch.

Thanks. If I look at the top of HEAD, it is not the only place. I am
to blame for some of them like src/common/sha1. Will fix in a couple
of minutes the whole set.
--
Michael

#3Julien Rouhaud
rjuju123@gmail.com
In reply to: tanghy.fnst@fujitsu.com (#1)
Re: Copyright update for nbtsearch.c

Hi,

On Tue, Mar 30, 2021 at 10:51 AM tanghy.fnst@fujitsu.com
<tanghy.fnst@fujitsu.com> wrote:

Hi

Found one code committed at 2021.01.13 with copyright 2020.
Fix it in the attached patch.

This is actually gistfuncs.c. There are other files impacted
(jsonbsubs, hex, sha1, pg_iovec and rewriteSearchCycle) see
/messages/by-id/20210323143438.GB579@momjian.us.

#4Michael Paquier
michael@paquier.xyz
In reply to: Julien Rouhaud (#3)
Re: Copyright update for nbtsearch.c

On Tue, Mar 30, 2021 at 11:09:47AM +0800, Julien Rouhaud wrote:

This is actually gistfuncs.c. There are other files impacted
(jsonbsubs, hex, sha1, pg_iovec and rewriteSearchCycle) see
/messages/by-id/20210323143438.GB579@momjian.us.

Ah, thanks. I did not notice this one. Let's leave that alone then,
except if there are more people in favor of fixing the whole set.
--
Michael

#5tanghy.fnst@fujitsu.com
tanghy.fnst@fujitsu.com
In reply to: Michael Paquier (#4)
RE: Copyright update for nbtsearch.c

On Tue, Mar 30, 2021 at 11:09:47AM +0800, Julien Rouhaud wrote:

This is actually gistfuncs.c.

Thanks, you are right. There's typo in the mail title.
Sorry for your confusion.

On Tuesday, March 30, 2021 12:08 PM, Michael Paquier wrote:

Thanks. If I look at the top of HEAD, it is not the only place. I am
to blame for some of them like src/common/sha1. Will fix in a couple
of minutes the whole set.

Thanks. Please feel free to fix this issue.

Regards,
Tang

#6Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#4)
Re: Copyright update for nbtsearch.c

Michael Paquier <michael@paquier.xyz> writes:

Ah, thanks. I did not notice this one. Let's leave that alone then,
except if there are more people in favor of fixing the whole set.

Might be worth running Bruce's copyright-update script again, though
I'd suggest waiting till after the CF closes. We might be seeing a
few more of these land in the next few days.

regards, tom lane