linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] renesas: convert to SPDX
@ 2018-08-06  3:15 Kuninori Morimoto
  2018-08-06  3:16 ` [PATCH 1/8] media: vsp1: convert to SPDX identifiers Kuninori Morimoto
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:15 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil
  Cc: Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, Mikhail Ulyanov, Gustavo A. R. Silva, Al Viro,
	Charles Keepax, Jacopo Mondi, linux-media, linux-renesas-soc


Hi Mauro, Hans, Laurent

These patches convert SPDX license on Renesas related drivers.

Kuninori Morimoto (8):
  media: vsp1: convert to SPDX identifiers
  media: rcar-fcp: convert to SPDX identifiers
  media: adv7180: convert to SPDX identifiers
  media: adv748x: convert to SPDX identifiers
  drm: shmobile: convert to SPDX identifiers
  drm: panel-lvds: convert to SPDX identifiers
  fbdev: sh7760fb: convert to SPDX identifiers
  backlight: as3711_bl: convert to SPDX identifiers

 drivers/gpu/drm/panel/panel-lvds.c       |  6 +-----
 drivers/media/i2c/adv7180.c              | 11 +----------
 drivers/media/i2c/adv748x/adv748x-afe.c  |  6 +-----
 drivers/media/i2c/adv748x/adv748x-core.c |  8 ++------
 drivers/media/i2c/adv748x/adv748x-csi2.c |  6 +-----
 drivers/media/i2c/adv748x/adv748x-hdmi.c |  6 +-----
 drivers/media/i2c/adv748x/adv748x.h      |  6 +-----
 drivers/video/backlight/as3711_bl.c      |  7 ++-----
 drivers/video/fbdev/sh7760fb.c           |  7 ++-----
 include/linux/platform_data/shmob_drm.h  |  6 +-----
 include/media/rcar-fcp.h                 |  6 +-----
 include/media/vsp1.h                     |  6 +-----
 12 files changed, 15 insertions(+), 66 deletions(-)

-- 
2.7.4

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

* [PATCH 1/8] media: vsp1: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
@ 2018-08-06  3:16 ` Kuninori Morimoto
  2018-08-09 12:37   ` Simon Horman
  2018-08-06  3:17 ` [PATCH 2/8] media: rcar-fcp: " Kuninori Morimoto
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:16 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 include/media/vsp1.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/media/vsp1.h b/include/media/vsp1.h
index 3093b9c..dbe64dc 100644
--- a/include/media/vsp1.h
+++ b/include/media/vsp1.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * vsp1.h  --  R-Car VSP1 API
  *
  * Copyright (C) 2015 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 #ifndef __MEDIA_VSP1_H__
 #define __MEDIA_VSP1_H__
-- 
2.7.4

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

* [PATCH 2/8] media: rcar-fcp: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
  2018-08-06  3:16 ` [PATCH 1/8] media: vsp1: convert to SPDX identifiers Kuninori Morimoto
@ 2018-08-06  3:17 ` Kuninori Morimoto
  2018-08-09 12:37   ` Simon Horman
  2018-08-06  3:17 ` [PATCH 3/8] media: adv7180: " Kuninori Morimoto
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 include/media/rcar-fcp.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/media/rcar-fcp.h b/include/media/rcar-fcp.h
index b60a7b1..179240f 100644
--- a/include/media/rcar-fcp.h
+++ b/include/media/rcar-fcp.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * rcar-fcp.h  --  R-Car Frame Compression Processor Driver
  *
  * Copyright (C) 2016 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 #ifndef __MEDIA_RCAR_FCP_H__
 #define __MEDIA_RCAR_FCP_H__
-- 
2.7.4

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

* [PATCH 3/8] media: adv7180: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
  2018-08-06  3:16 ` [PATCH 1/8] media: vsp1: convert to SPDX identifiers Kuninori Morimoto
  2018-08-06  3:17 ` [PATCH 2/8] media: rcar-fcp: " Kuninori Morimoto
@ 2018-08-06  3:17 ` Kuninori Morimoto
  2018-08-09 12:37   ` Simon Horman
  2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/i2c/adv7180.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c/adv7180.c
index de10367..5a10ce3 100644
--- a/drivers/media/i2c/adv7180.c
+++ b/drivers/media/i2c/adv7180.c
@@ -1,19 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * adv7180.c Analog Devices ADV7180 video decoder driver
  * Copyright (c) 2009 Intel Corporation
  * Copyright (C) 2013 Cogent Embedded, Inc.
  * Copyright (C) 2013 Renesas Solutions Corp.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
-
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/errno.h>
-- 
2.7.4

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

* [PATCH 4/8] media: adv748x: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2018-08-06  3:17 ` [PATCH 3/8] media: adv7180: " Kuninori Morimoto
@ 2018-08-06  3:17 ` Kuninori Morimoto
  2018-08-06  9:03   ` "Niklas Söderlund"
                     ` (2 more replies)
  2018-08-06  3:18 ` [PATCH 5/8] drm: shmobile: " Kuninori Morimoto
                   ` (4 subsequent siblings)
  8 siblings, 3 replies; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:17 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

As original license mentioned, it is GPL-2.0+ in SPDX.
Then, MODULE_LICENSE() should be "GPL" instead of "GPL v2".
See ${LINUX}/include/linux/module.h

	"GPL"		[GNU Public License v2 or later]
	"GPL v2"	[GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/media/i2c/adv748x/adv748x-afe.c  | 6 +-----
 drivers/media/i2c/adv748x/adv748x-core.c | 8 ++------
 drivers/media/i2c/adv748x/adv748x-csi2.c | 6 +-----
 drivers/media/i2c/adv748x/adv748x-hdmi.c | 6 +-----
 drivers/media/i2c/adv748x/adv748x.h      | 6 +-----
 5 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/drivers/media/i2c/adv748x/adv748x-afe.c b/drivers/media/i2c/adv748x/adv748x-afe.c
index edd25e8..6e6ea1d 100644
--- a/drivers/media/i2c/adv748x/adv748x-afe.c
+++ b/drivers/media/i2c/adv748x/adv748x-afe.c
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Analog Devices ADV748X 8 channel analog front end (AFE) receiver
  * with standard definition processor (SDP)
  *
  * Copyright (C) 2017 Renesas Electronics Corp.
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/delay.h>
diff --git a/drivers/media/i2c/adv748x/adv748x-core.c b/drivers/media/i2c/adv748x/adv748x-core.c
index 6ca88daa..85c027b 100644
--- a/drivers/media/i2c/adv748x/adv748x-core.c
+++ b/drivers/media/i2c/adv748x/adv748x-core.c
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Analog Devices ADV748X HDMI receiver with AFE
  *
  * Copyright (C) 2017 Renesas Electronics Corp.
  *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
- *
  * Authors:
  *	Koji Matsuoka <koji.matsuoka.xm@renesas.com>
  *	Niklas Söderlund <niklas.soderlund@ragnatech.se>
@@ -755,4 +751,4 @@ module_i2c_driver(adv748x_driver);
 
 MODULE_AUTHOR("Kieran Bingham <kieran.bingham@ideasonboard.com>");
 MODULE_DESCRIPTION("ADV748X video decoder");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");
diff --git a/drivers/media/i2c/adv748x/adv748x-csi2.c b/drivers/media/i2c/adv748x/adv748x-csi2.c
index 469be87..265d9f5 100644
--- a/drivers/media/i2c/adv748x/adv748x-csi2.c
+++ b/drivers/media/i2c/adv748x/adv748x-csi2.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Analog Devices ADV748X CSI-2 Transmitter
  *
  * Copyright (C) 2017 Renesas Electronics Corp.
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/module.h>
diff --git a/drivers/media/i2c/adv748x/adv748x-hdmi.c b/drivers/media/i2c/adv748x/adv748x-hdmi.c
index aecc2a8..2641deb 100644
--- a/drivers/media/i2c/adv748x/adv748x-hdmi.c
+++ b/drivers/media/i2c/adv748x/adv748x-hdmi.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Driver for Analog Devices ADV748X HDMI receiver and Component Processor (CP)
  *
  * Copyright (C) 2017 Renesas Electronics Corp.
- *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
  */
 
 #include <linux/module.h>
diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h
index 65f8374..c9016ac 100644
--- a/drivers/media/i2c/adv748x/adv748x.h
+++ b/drivers/media/i2c/adv748x/adv748x.h
@@ -1,13 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Driver for Analog Devices ADV748X video decoder and HDMI receiver
  *
  * Copyright (C) 2017 Renesas Electronics Corp.
  *
- * This program is free software; you can redistribute  it and/or modify it
- * under  the terms of  the GNU General  Public License as published by the
- * Free Software Foundation;  either version 2 of the  License, or (at your
- * option) any later version.
- *
  * Authors:
  *	Koji Matsuoka <koji.matsuoka.xm@renesas.com>
  *	Niklas Söderlund <niklas.soderlund@ragnatech.se>
-- 
2.7.4

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

* [PATCH 5/8] drm: shmobile: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
                   ` (3 preceding siblings ...)
  2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
@ 2018-08-06  3:18 ` Kuninori Morimoto
  2018-08-09 12:38   ` Simon Horman
  2018-08-06  3:18 ` [PATCH 6/8] drm: panel-lvds: " Kuninori Morimoto
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 include/linux/platform_data/shmob_drm.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/linux/platform_data/shmob_drm.h b/include/linux/platform_data/shmob_drm.h
index ee495d7..fe815d7 100644
--- a/include/linux/platform_data/shmob_drm.h
+++ b/include/linux/platform_data/shmob_drm.h
@@ -1,14 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * shmob_drm.h  --  SH Mobile DRM driver
  *
  * Copyright (C) 2012 Renesas Corporation
  *
  * Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #ifndef __SHMOB_DRM_H__
-- 
2.7.4

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

* [PATCH 6/8] drm: panel-lvds: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
                   ` (4 preceding siblings ...)
  2018-08-06  3:18 ` [PATCH 5/8] drm: shmobile: " Kuninori Morimoto
@ 2018-08-06  3:18 ` Kuninori Morimoto
  2018-08-09 12:38   ` Simon Horman
  2018-08-06  3:18 ` [PATCH 7/8] fbdev: sh7760fb: " Kuninori Morimoto
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/gpu/drm/panel/panel-lvds.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c
index 8a16878..3f6550e 100644
--- a/drivers/gpu/drm/panel/panel-lvds.c
+++ b/drivers/gpu/drm/panel/panel-lvds.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Generic LVDS panel driver
  *
@@ -5,11 +6,6 @@
  * Copyright (C) 2016 Renesas Electronics Corporation
  *
  * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/backlight.h>
-- 
2.7.4

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

* [PATCH 7/8] fbdev: sh7760fb: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
                   ` (5 preceding siblings ...)
  2018-08-06  3:18 ` [PATCH 6/8] drm: panel-lvds: " Kuninori Morimoto
@ 2018-08-06  3:18 ` Kuninori Morimoto
  2018-08-09 12:39   ` Simon Horman
  2018-08-06  3:19 ` [PATCH 8/8] backlight: as3711_bl: " Kuninori Morimoto
  2018-08-06  9:23 ` [PATCH 0/8] renesas: convert to SPDX Laurent Pinchart
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

As original license mentioned, it is GPL-2.0 in SPDX.
Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
See ${LINUX}/include/linux/module.h

	"GPL"		[GNU Public License v2 or later]
	"GPL v2"	[GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/video/fbdev/sh7760fb.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/drivers/video/fbdev/sh7760fb.c b/drivers/video/fbdev/sh7760fb.c
index 96de91d..405715b 100644
--- a/drivers/video/fbdev/sh7760fb.c
+++ b/drivers/video/fbdev/sh7760fb.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * SH7760/SH7763 LCDC Framebuffer driver.
  *
@@ -5,10 +6,6 @@
  *             Manuel Lauss <mano@roarinelk.homelinux.net>
  * (c) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  *
- *  This file is subject to the terms and conditions of the GNU General
- *  Public License.  See the file COPYING in the main directory of this
- *  archive for more details.
- *
  * PLEASE HAVE A LOOK AT Documentation/fb/sh7760fb.txt!
  *
  * Thanks to Siegfried Schaefer <s.schaefer at schaefer-edv.de>
@@ -587,4 +584,4 @@ module_platform_driver(sh7760_lcdc_driver);
 
 MODULE_AUTHOR("Nobuhiro Iwamatsu, Manuel Lauss");
 MODULE_DESCRIPTION("FBdev for SH7760/63 integrated LCD Controller");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
-- 
2.7.4

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

* [PATCH 8/8] backlight: as3711_bl: convert to SPDX identifiers
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
                   ` (6 preceding siblings ...)
  2018-08-06  3:18 ` [PATCH 7/8] fbdev: sh7760fb: " Kuninori Morimoto
@ 2018-08-06  3:19 ` Kuninori Morimoto
  2018-08-09 12:39   ` Simon Horman
  2018-08-06  9:23 ` [PATCH 0/8] renesas: convert to SPDX Laurent Pinchart
  8 siblings, 1 reply; 20+ messages in thread
From: Kuninori Morimoto @ 2018-08-06  3:19 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart
  Cc: "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

As original license mentioned, it is GPL-2.0 in SPDX.
Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
See ${LINUX}/include/linux/module.h

	"GPL"		[GNU Public License v2 or later]
	"GPL v2"	[GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/video/backlight/as3711_bl.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/drivers/video/backlight/as3711_bl.c b/drivers/video/backlight/as3711_bl.c
index ca544aa..33f0f0f 100644
--- a/drivers/video/backlight/as3711_bl.c
+++ b/drivers/video/backlight/as3711_bl.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * AS3711 PMIC backlight driver, using DCDC Step Up Converters
  *
  * Copyright (C) 2012 Renesas Electronics Corporation
  * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the version 2 of the GNU General Public License as
- * published by the Free Software Foundation
  */
 
 #include <linux/backlight.h>
@@ -488,5 +485,5 @@ module_platform_driver(as3711_backlight_driver);
 
 MODULE_DESCRIPTION("Backlight Driver for AS3711 PMICs");
 MODULE_AUTHOR("Guennadi Liakhovetski <g.liakhovetski@gmx.de");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:as3711-backlight");
-- 
2.7.4

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

* Re: [PATCH 4/8] media: adv748x: convert to SPDX identifiers
  2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
@ 2018-08-06  9:03   ` "Niklas Söderlund"
  2018-08-09 12:39   ` Simon Horman
  2018-08-09 12:45   ` Kieran Bingham
  2 siblings, 0 replies; 20+ messages in thread
From: "Niklas Söderlund" @ 2018-08-06  9:03 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, Kieran Bingham, linux-media, linux-renesas-soc

Hi Morimoto-san,

Thanks for your patch.

On 2018-08-06 03:17:48 +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> As original license mentioned, it is GPL-2.0+ in SPDX.
> Then, MODULE_LICENSE() should be "GPL" instead of "GPL v2".
> See ${LINUX}/include/linux/module.h
> 
> 	"GPL"		[GNU Public License v2 or later]
> 	"GPL v2"	[GNU Public License v2]
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

> ---
>  drivers/media/i2c/adv748x/adv748x-afe.c  | 6 +-----
>  drivers/media/i2c/adv748x/adv748x-core.c | 8 ++------
>  drivers/media/i2c/adv748x/adv748x-csi2.c | 6 +-----
>  drivers/media/i2c/adv748x/adv748x-hdmi.c | 6 +-----
>  drivers/media/i2c/adv748x/adv748x.h      | 6 +-----
>  5 files changed, 6 insertions(+), 26 deletions(-)
> 
> diff --git a/drivers/media/i2c/adv748x/adv748x-afe.c b/drivers/media/i2c/adv748x/adv748x-afe.c
> index edd25e8..6e6ea1d 100644
> --- a/drivers/media/i2c/adv748x/adv748x-afe.c
> +++ b/drivers/media/i2c/adv748x/adv748x-afe.c
> @@ -1,13 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X 8 channel analog front end (AFE) receiver
>   * with standard definition processor (SDP)
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/delay.h>
> diff --git a/drivers/media/i2c/adv748x/adv748x-core.c b/drivers/media/i2c/adv748x/adv748x-core.c
> index 6ca88daa..85c027b 100644
> --- a/drivers/media/i2c/adv748x/adv748x-core.c
> +++ b/drivers/media/i2c/adv748x/adv748x-core.c
> @@ -1,13 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X HDMI receiver with AFE
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
>   *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
> - *
>   * Authors:
>   *	Koji Matsuoka <koji.matsuoka.xm@renesas.com>
>   *	Niklas Söderlund <niklas.soderlund@ragnatech.se>
> @@ -755,4 +751,4 @@ module_i2c_driver(adv748x_driver);
>  
>  MODULE_AUTHOR("Kieran Bingham <kieran.bingham@ideasonboard.com>");
>  MODULE_DESCRIPTION("ADV748X video decoder");
> -MODULE_LICENSE("GPL v2");
> +MODULE_LICENSE("GPL");
> diff --git a/drivers/media/i2c/adv748x/adv748x-csi2.c b/drivers/media/i2c/adv748x/adv748x-csi2.c
> index 469be87..265d9f5 100644
> --- a/drivers/media/i2c/adv748x/adv748x-csi2.c
> +++ b/drivers/media/i2c/adv748x/adv748x-csi2.c
> @@ -1,12 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X CSI-2 Transmitter
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/module.h>
> diff --git a/drivers/media/i2c/adv748x/adv748x-hdmi.c b/drivers/media/i2c/adv748x/adv748x-hdmi.c
> index aecc2a8..2641deb 100644
> --- a/drivers/media/i2c/adv748x/adv748x-hdmi.c
> +++ b/drivers/media/i2c/adv748x/adv748x-hdmi.c
> @@ -1,12 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X HDMI receiver and Component Processor (CP)
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/module.h>
> diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h
> index 65f8374..c9016ac 100644
> --- a/drivers/media/i2c/adv748x/adv748x.h
> +++ b/drivers/media/i2c/adv748x/adv748x.h
> @@ -1,13 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>  /*
>   * Driver for Analog Devices ADV748X video decoder and HDMI receiver
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
>   *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
> - *
>   * Authors:
>   *	Koji Matsuoka <koji.matsuoka.xm@renesas.com>
>   *	Niklas Söderlund <niklas.soderlund@ragnatech.se>
> -- 
> 2.7.4
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH 0/8] renesas: convert to SPDX
  2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
                   ` (7 preceding siblings ...)
  2018-08-06  3:19 ` [PATCH 8/8] backlight: as3711_bl: " Kuninori Morimoto
@ 2018-08-06  9:23 ` Laurent Pinchart
  8 siblings, 0 replies; 20+ messages in thread
From: Laurent Pinchart @ 2018-08-06  9:23 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Niklas Söderlund, Kieran Bingham, Mikhail Ulyanov,
	Gustavo A. R. Silva, Al Viro, Charles Keepax, Jacopo Mondi,
	linux-media, linux-renesas-soc

Hi Morimoto-san,

Thank you for the patches.

On Monday, 6 August 2018 06:15:21 EEST Kuninori Morimoto wrote:
> Hi Mauro, Hans, Laurent
> 
> These patches convert SPDX license on Renesas related drivers.
> 
> Kuninori Morimoto (8):
>   media: vsp1: convert to SPDX identifiers
>   media: rcar-fcp: convert to SPDX identifiers
>   media: adv7180: convert to SPDX identifiers
>   media: adv748x: convert to SPDX identifiers
>   drm: shmobile: convert to SPDX identifiers
>   drm: panel-lvds: convert to SPDX identifiers
>   fbdev: sh7760fb: convert to SPDX identifiers
>   backlight: as3711_bl: convert to SPDX identifiers

For the whole series,

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

I'll take the vsp1 and rcar-fcp patches in my tree and send a pull request to 
Mauro for v4.20. I will squash the shmobile patch with the previous one you 
sent, take the panel-lvds patch in the same tree, and send a pull request to 
Dave for v4.20.

For the adv7180 and adv748x patches I expect Hans to handle them.

The sh7760fb and the as3711 patches should be sent to the appropriate mailing 
lists and maintainers.

>  drivers/gpu/drm/panel/panel-lvds.c       |  6 +-----
>  drivers/media/i2c/adv7180.c              | 11 +----------
>  drivers/media/i2c/adv748x/adv748x-afe.c  |  6 +-----
>  drivers/media/i2c/adv748x/adv748x-core.c |  8 ++------
>  drivers/media/i2c/adv748x/adv748x-csi2.c |  6 +-----
>  drivers/media/i2c/adv748x/adv748x-hdmi.c |  6 +-----
>  drivers/media/i2c/adv748x/adv748x.h      |  6 +-----
>  drivers/video/backlight/as3711_bl.c      |  7 ++-----
>  drivers/video/fbdev/sh7760fb.c           |  7 ++-----
>  include/linux/platform_data/shmob_drm.h  |  6 +-----
>  include/media/rcar-fcp.h                 |  6 +-----
>  include/media/vsp1.h                     |  6 +-----
>  12 files changed, 15 insertions(+), 66 deletions(-)

-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 1/8] media: vsp1: convert to SPDX identifiers
  2018-08-06  3:16 ` [PATCH 1/8] media: vsp1: convert to SPDX identifiers Kuninori Morimoto
@ 2018-08-09 12:37   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:37 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:16:40AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  include/media/vsp1.h | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 2/8] media: rcar-fcp: convert to SPDX identifiers
  2018-08-06  3:17 ` [PATCH 2/8] media: rcar-fcp: " Kuninori Morimoto
@ 2018-08-09 12:37   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:37 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:17:01AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 3/8] media: adv7180: convert to SPDX identifiers
  2018-08-06  3:17 ` [PATCH 3/8] media: adv7180: " Kuninori Morimoto
@ 2018-08-09 12:37   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:37 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:17:30AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 5/8] drm: shmobile: convert to SPDX identifiers
  2018-08-06  3:18 ` [PATCH 5/8] drm: shmobile: " Kuninori Morimoto
@ 2018-08-09 12:38   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:38 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:18:05AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 6/8] drm: panel-lvds: convert to SPDX identifiers
  2018-08-06  3:18 ` [PATCH 6/8] drm: panel-lvds: " Kuninori Morimoto
@ 2018-08-09 12:38   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:38 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:18:22AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 7/8] fbdev: sh7760fb: convert to SPDX identifiers
  2018-08-06  3:18 ` [PATCH 7/8] fbdev: sh7760fb: " Kuninori Morimoto
@ 2018-08-09 12:39   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:39 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:18:42AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> As original license mentioned, it is GPL-2.0 in SPDX.
> Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
> See ${LINUX}/include/linux/module.h
> 
> 	"GPL"		[GNU Public License v2 or later]
> 	"GPL v2"	[GNU Public License v2]
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 8/8] backlight: as3711_bl: convert to SPDX identifiers
  2018-08-06  3:19 ` [PATCH 8/8] backlight: as3711_bl: " Kuninori Morimoto
@ 2018-08-09 12:39   ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:39 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:19:00AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
> 
> As original license mentioned, it is GPL-2.0 in SPDX.
> Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
> See ${LINUX}/include/linux/module.h
> 
> 	"GPL"		[GNU Public License v2 or later]
> 	"GPL v2"	[GNU Public License v2]
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 4/8] media: adv748x: convert to SPDX identifiers
  2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
  2018-08-06  9:03   ` "Niklas Söderlund"
@ 2018-08-09 12:39   ` Simon Horman
  2018-08-09 12:45   ` Kieran Bingham
  2 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2018-08-09 12:39 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: Mauro Carvalho Chehab, Ramesh Shanmugasundaram, Hans Verkuil,
	Laurent Pinchart, "Niklas Söderlund",
	Kieran Bingham, linux-media, linux-renesas-soc

On Mon, Aug 06, 2018 at 03:17:48AM +0000, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> As original license mentioned, it is GPL-2.0+ in SPDX.
> Then, MODULE_LICENSE() should be "GPL" instead of "GPL v2".
> See ${LINUX}/include/linux/module.h
> 
> 	"GPL"		[GNU Public License v2 or later]
> 	"GPL v2"	[GNU Public License v2]
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 4/8] media: adv748x: convert to SPDX identifiers
  2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
  2018-08-06  9:03   ` "Niklas Söderlund"
  2018-08-09 12:39   ` Simon Horman
@ 2018-08-09 12:45   ` Kieran Bingham
  2 siblings, 0 replies; 20+ messages in thread
From: Kieran Bingham @ 2018-08-09 12:45 UTC (permalink / raw)
  To: Kuninori Morimoto, Mauro Carvalho Chehab,
	Ramesh Shanmugasundaram, Hans Verkuil, Laurent Pinchart
  Cc: Niklas Söderlund, linux-media, linux-renesas-soc

Hi Morimoto-san,

Aha, I thought I was going to have to do this.

But you've beaten me to it :)

On 06/08/18 04:17, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> As original license mentioned, it is GPL-2.0+ in SPDX.
> Then, MODULE_LICENSE() should be "GPL" instead of "GPL v2".
> See ${LINUX}/include/linux/module.h
> 
> 	"GPL"		[GNU Public License v2 or later]
> 	"GPL v2"	[GNU Public License v2]
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

> ---
>  drivers/media/i2c/adv748x/adv748x-afe.c  | 6 +-----
>  drivers/media/i2c/adv748x/adv748x-core.c | 8 ++------
>  drivers/media/i2c/adv748x/adv748x-csi2.c | 6 +-----
>  drivers/media/i2c/adv748x/adv748x-hdmi.c | 6 +-----
>  drivers/media/i2c/adv748x/adv748x.h      | 6 +-----
>  5 files changed, 6 insertions(+), 26 deletions(-)
> 
> diff --git a/drivers/media/i2c/adv748x/adv748x-afe.c b/drivers/media/i2c/adv748x/adv748x-afe.c
> index edd25e8..6e6ea1d 100644
> --- a/drivers/media/i2c/adv748x/adv748x-afe.c
> +++ b/drivers/media/i2c/adv748x/adv748x-afe.c
> @@ -1,13 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X 8 channel analog front end (AFE) receiver
>   * with standard definition processor (SDP)
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/delay.h>
> diff --git a/drivers/media/i2c/adv748x/adv748x-core.c b/drivers/media/i2c/adv748x/adv748x-core.c
> index 6ca88daa..85c027b 100644
> --- a/drivers/media/i2c/adv748x/adv748x-core.c
> +++ b/drivers/media/i2c/adv748x/adv748x-core.c
> @@ -1,13 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X HDMI receiver with AFE
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
>   *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
> - *
>   * Authors:
>   *	Koji Matsuoka <koji.matsuoka.xm@renesas.com>
>   *	Niklas Söderlund <niklas.soderlund@ragnatech.se>
> @@ -755,4 +751,4 @@ module_i2c_driver(adv748x_driver);
>  
>  MODULE_AUTHOR("Kieran Bingham <kieran.bingham@ideasonboard.com>");
>  MODULE_DESCRIPTION("ADV748X video decoder");
> -MODULE_LICENSE("GPL v2");
> +MODULE_LICENSE("GPL");
> diff --git a/drivers/media/i2c/adv748x/adv748x-csi2.c b/drivers/media/i2c/adv748x/adv748x-csi2.c
> index 469be87..265d9f5 100644
> --- a/drivers/media/i2c/adv748x/adv748x-csi2.c
> +++ b/drivers/media/i2c/adv748x/adv748x-csi2.c
> @@ -1,12 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X CSI-2 Transmitter
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/module.h>
> diff --git a/drivers/media/i2c/adv748x/adv748x-hdmi.c b/drivers/media/i2c/adv748x/adv748x-hdmi.c
> index aecc2a8..2641deb 100644
> --- a/drivers/media/i2c/adv748x/adv748x-hdmi.c
> +++ b/drivers/media/i2c/adv748x/adv748x-hdmi.c
> @@ -1,12 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
>  /*
>   * Driver for Analog Devices ADV748X HDMI receiver and Component Processor (CP)
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
> - *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
>   */
>  
>  #include <linux/module.h>
> diff --git a/drivers/media/i2c/adv748x/adv748x.h b/drivers/media/i2c/adv748x/adv748x.h
> index 65f8374..c9016ac 100644
> --- a/drivers/media/i2c/adv748x/adv748x.h
> +++ b/drivers/media/i2c/adv748x/adv748x.h
> @@ -1,13 +1,9 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
>  /*
>   * Driver for Analog Devices ADV748X video decoder and HDMI receiver
>   *
>   * Copyright (C) 2017 Renesas Electronics Corp.
>   *
> - * This program is free software; you can redistribute  it and/or modify it
> - * under  the terms of  the GNU General  Public License as published by the
> - * Free Software Foundation;  either version 2 of the  License, or (at your
> - * option) any later version.
> - *
>   * Authors:
>   *	Koji Matsuoka <koji.matsuoka.xm@renesas.com>
>   *	Niklas Söderlund <niklas.soderlund@ragnatech.se>
> 

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

end of thread, other threads:[~2018-08-09 15:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-06  3:15 [PATCH 0/8] renesas: convert to SPDX Kuninori Morimoto
2018-08-06  3:16 ` [PATCH 1/8] media: vsp1: convert to SPDX identifiers Kuninori Morimoto
2018-08-09 12:37   ` Simon Horman
2018-08-06  3:17 ` [PATCH 2/8] media: rcar-fcp: " Kuninori Morimoto
2018-08-09 12:37   ` Simon Horman
2018-08-06  3:17 ` [PATCH 3/8] media: adv7180: " Kuninori Morimoto
2018-08-09 12:37   ` Simon Horman
2018-08-06  3:17 ` [PATCH 4/8] media: adv748x: " Kuninori Morimoto
2018-08-06  9:03   ` "Niklas Söderlund"
2018-08-09 12:39   ` Simon Horman
2018-08-09 12:45   ` Kieran Bingham
2018-08-06  3:18 ` [PATCH 5/8] drm: shmobile: " Kuninori Morimoto
2018-08-09 12:38   ` Simon Horman
2018-08-06  3:18 ` [PATCH 6/8] drm: panel-lvds: " Kuninori Morimoto
2018-08-09 12:38   ` Simon Horman
2018-08-06  3:18 ` [PATCH 7/8] fbdev: sh7760fb: " Kuninori Morimoto
2018-08-09 12:39   ` Simon Horman
2018-08-06  3:19 ` [PATCH 8/8] backlight: as3711_bl: " Kuninori Morimoto
2018-08-09 12:39   ` Simon Horman
2018-08-06  9:23 ` [PATCH 0/8] renesas: convert to SPDX Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).