diff mbox series

[v2,resend] iommu/ipmmu-vmsa: convert to SPDX identifiers

Message ID 875zytyrq7.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [v2,resend] iommu/ipmmu-vmsa: convert to SPDX identifiers | expand

Commit Message

Kuninori Morimoto Sept. 26, 2018, 1:33 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: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
---
Joerg

2 weeks past. resend patch

 drivers/iommu/ipmmu-vmsa.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Joerg Roedel Sept. 26, 2018, 7:56 a.m. UTC | #1
On Wed, Sep 26, 2018 at 01:33:27AM +0000, Kuninori Morimoto wrote:
> Joerg
> 
> 2 weeks past. resend patch

I applied that patch just yesterday, didn't you get the notice about
that?

Regards,

	Joerg
Kuninori Morimoto Sept. 26, 2018, 8 a.m. UTC | #2
Hi Joerg

> > Joerg
> > 
> > 2 weeks past. resend patch
> 
> I applied that patch just yesterday, didn't you get the notice about
> that?

Thanks, nice to know
diff mbox series

Patch

diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 22b94f8..b98a031 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -1,11 +1,8 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * IPMMU VMSA
  *
  * Copyright (C) 2014 Renesas Electronics Corporation
- *
- * 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; version 2 of the License.
  */
 
 #include <linux/bitmap.h>