diff mbox series

[resend] pwm: rcar: convert to SPDX identifiers

Message ID 8736txyr6g.wl-kuninori.morimoto.gx@renesas.com
State Accepted
Headers show
Series [resend] pwm: rcar: convert to SPDX identifiers | expand

Commit Message

Kuninori Morimoto Sept. 26, 2018, 1:45 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
---
Thierry

2weeks past, resend patch

 drivers/pwm/pwm-rcar.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Thierry Reding Oct. 12, 2018, 11:03 a.m. UTC | #1
On Wed, Sep 26, 2018 at 01:45:17AM +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.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Thierry
> 
> 2weeks past, resend patch

There's usually no need to resend a patch, just ping me on the original.

Applied, thanks.

Thierry
diff mbox series

Patch

diff --git a/drivers/pwm/pwm-rcar.c b/drivers/pwm/pwm-rcar.c
index 748f614..a41812f 100644
--- a/drivers/pwm/pwm-rcar.c
+++ b/drivers/pwm/pwm-rcar.c
@@ -1,11 +1,8 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * R-Car PWM Timer driver
  *
  * Copyright (C) 2015 Renesas Electronics Corporation
- *
- * This is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
  */
 
 #include <linux/clk.h>