All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v4l: vsp1: Fix vsp1_regs.h license header
@ 2018-04-27 21:46 Laurent Pinchart
  2018-04-27 21:48 ` Kieran Bingham
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Laurent Pinchart @ 2018-04-27 21:46 UTC (permalink / raw)
  To: linux-media
  Cc: linux-renesas-soc, Nobuhiro Iwamatsu, Kieran Bingham,
	Sergei Shtylyov, Niklas Söderlund, Wolfram Sang

All source files of the vsp1 driver are licensed under the GPLv2+ except
for vsp1_regs.h which is licensed under GPLv2. This is caused by a bad
copy&paste that dates back from the initial version of the driver. Fix
it.

Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
Iwamatsu-san, Kieran, Sergei, Niklas, Wolfram,

While working on the VSP1 driver I noticed that all source files are
licensed under the GPLv2+ except for vsp1_regs.h which is licensed under
GPLv2. I'd like to fix this inconsistency. As you have all contributed
to that file, could you please provide your explicit ack if you agree to
this change ?
---
 drivers/media/platform/vsp1/vsp1_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/vsp1/vsp1_regs.h b/drivers/media/platform/vsp1/vsp1_regs.h
index 0d249ff9f564..e82661216c1d 100644
--- a/drivers/media/platform/vsp1/vsp1_regs.h
+++ b/drivers/media/platform/vsp1/vsp1_regs.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * vsp1_regs.h  --  R-Car VSP1 Registers Definitions
  *
-- 
Regards,

Laurent Pinchart

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] v4l: vsp1: Fix vsp1_regs.h license header
  2018-04-27 21:46 [PATCH] v4l: vsp1: Fix vsp1_regs.h license header Laurent Pinchart
@ 2018-04-27 21:48 ` Kieran Bingham
  2018-04-27 21:56 ` Wolfram Sang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Kieran Bingham @ 2018-04-27 21:48 UTC (permalink / raw)
  To: Laurent Pinchart, linux-media
  Cc: linux-renesas-soc, Nobuhiro Iwamatsu, Sergei Shtylyov,
	Niklas Söderlund, Wolfram Sang

On 27/04/18 22:46, Laurent Pinchart wrote:
> All source files of the vsp1 driver are licensed under the GPLv2+ except
> for vsp1_regs.h which is licensed under GPLv2. This is caused by a bad
> copy&paste that dates back from the initial version of the driver. Fix
> it.
> 
> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>

> ---
> Iwamatsu-san, Kieran, Sergei, Niklas, Wolfram,
> 
> While working on the VSP1 driver I noticed that all source files are
> licensed under the GPLv2+ except for vsp1_regs.h which is licensed under
> GPLv2. I'd like to fix this inconsistency. As you have all contributed
> to that file, could you please provide your explicit ack if you agree to
> this change ?
> ---
>  drivers/media/platform/vsp1/vsp1_regs.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/vsp1/vsp1_regs.h b/drivers/media/platform/vsp1/vsp1_regs.h
> index 0d249ff9f564..e82661216c1d 100644
> --- a/drivers/media/platform/vsp1/vsp1_regs.h
> +++ b/drivers/media/platform/vsp1/vsp1_regs.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0+ */
>  /*
>   * vsp1_regs.h  --  R-Car VSP1 Registers Definitions
>   *
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] v4l: vsp1: Fix vsp1_regs.h license header
  2018-04-27 21:46 [PATCH] v4l: vsp1: Fix vsp1_regs.h license header Laurent Pinchart
  2018-04-27 21:48 ` Kieran Bingham
@ 2018-04-27 21:56 ` Wolfram Sang
  2018-04-28  9:31   ` Niklas Söderlund
  2018-04-28  9:36 ` Sergei Shtylyov
  3 siblings, 0 replies; 6+ messages in thread
From: Wolfram Sang @ 2018-04-27 21:56 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: linux-media, linux-renesas-soc, Nobuhiro Iwamatsu,
	Kieran Bingham, Sergei Shtylyov, Niklas Söderlund,
	Wolfram Sang

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

On Sat, Apr 28, 2018 at 12:46:47AM +0300, Laurent Pinchart wrote:
> All source files of the vsp1 driver are licensed under the GPLv2+ except
> for vsp1_regs.h which is licensed under GPLv2. This is caused by a bad
> copy&paste that dates back from the initial version of the driver. Fix
> it.
> 
> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] v4l: vsp1: Fix vsp1_regs.h license header
  2018-04-27 21:46 [PATCH] v4l: vsp1: Fix vsp1_regs.h license header Laurent Pinchart
@ 2018-04-28  9:31   ` Niklas Söderlund
  2018-04-27 21:56 ` Wolfram Sang
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Niklas Söderlund @ 2018-04-28  9:31 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: linux-media, linux-renesas-soc, Nobuhiro Iwamatsu,
	Kieran Bingham, Sergei Shtylyov, Wolfram Sang

Hi Laurent,

Thanks for your patch.

On 2018-04-28 00:46:47 +0300, Laurent Pinchart wrote:
> All source files of the vsp1 driver are licensed under the GPLv2+ except
> for vsp1_regs.h which is licensed under GPLv2. This is caused by a bad
> copy&paste that dates back from the initial version of the driver. Fix
> it.
> 
> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

-- 
Regards,
Niklas Söderlund

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] v4l: vsp1: Fix vsp1_regs.h license header
@ 2018-04-28  9:31   ` Niklas Söderlund
  0 siblings, 0 replies; 6+ messages in thread
From: Niklas Söderlund @ 2018-04-28  9:31 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: linux-media, linux-renesas-soc, Nobuhiro Iwamatsu,
	Kieran Bingham, Sergei Shtylyov, Wolfram Sang

Hi Laurent,

Thanks for your patch.

On 2018-04-28 00:46:47 +0300, Laurent Pinchart wrote:
> All source files of the vsp1 driver are licensed under the GPLv2+ except
> for vsp1_regs.h which is licensed under GPLv2. This is caused by a bad
> copy&paste that dates back from the initial version of the driver. Fix
> it.
> 
> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Niklas S�derlund <niklas.soderlund+renesas@ragnatech.se>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

Acked-by: Niklas S�derlund <niklas.soderlund+renesas@ragnatech.se>

-- 
Regards,
Niklas S�derlund

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] v4l: vsp1: Fix vsp1_regs.h license header
  2018-04-27 21:46 [PATCH] v4l: vsp1: Fix vsp1_regs.h license header Laurent Pinchart
                   ` (2 preceding siblings ...)
  2018-04-28  9:31   ` Niklas Söderlund
@ 2018-04-28  9:36 ` Sergei Shtylyov
  3 siblings, 0 replies; 6+ messages in thread
From: Sergei Shtylyov @ 2018-04-28  9:36 UTC (permalink / raw)
  To: Laurent Pinchart, linux-media
  Cc: linux-renesas-soc, Nobuhiro Iwamatsu, Kieran Bingham,
	Niklas Söderlund, Wolfram Sang

Hello!

On 4/28/2018 12:46 AM, Laurent Pinchart wrote:

> All source files of the vsp1 driver are licensed under the GPLv2+ except
> for vsp1_regs.h which is licensed under GPLv2. This is caused by a bad
> copy&paste that dates back from the initial version of the driver. Fix
> it.
> 
> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Cc: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
[...]

Acked-by: Sergei Shtylyov<sergei.shtylyov@cogentembedded.com>

MBR, Sergei

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-04-28  9:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 21:46 [PATCH] v4l: vsp1: Fix vsp1_regs.h license header Laurent Pinchart
2018-04-27 21:48 ` Kieran Bingham
2018-04-27 21:56 ` Wolfram Sang
2018-04-28  9:31 ` Niklas Söderlund
2018-04-28  9:31   ` Niklas Söderlund
2018-04-28  9:36 ` Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.