Re: [PATCH 2/7] irqchip/alpine-msi: Update driver license to use SPDX

From: Hawa, Hanna
Date: Sun Mar 31 2019 - 09:11:17 EST




On 3/31/2019 3:46 PM, Mukesh Ojha wrote:

On 3/31/2019 6:04 PM, Hanna Hawa wrote:
Update driver license to be in-line with Linux conventions.

Signed-off-by: Hanna Hawa <hhhawa@xxxxxxxxxx>

---
 drivers/irqchip/irq-alpine-msi.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/irqchip/irq-alpine-msi.c b/drivers/irqchip/irq-alpine-msi.c
index ae2fca7..ec6a606 100644
--- a/drivers/irqchip/irq-alpine-msi.c
+++ b/drivers/irqchip/irq-alpine-msi.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0


Please fix this as per.
https://lkml.org/lkml/2019/2/13/570

I'll fix in next patch-set, I'll wait for more inputs on other patches in the series.

Thanks,
Hanna

cheers,
Mukesh

 /*
ÂÂ * Annapurna Labs MSIX support services
ÂÂ *
ÂÂ * Copyright (C) 2016, Amazon.com, Inc. or its affiliates. All Rights Reserved.
ÂÂ *
ÂÂ * Antoine Tenart <antoine.tenart@xxxxxxxxxxxxxxxxxx>
- *
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
ÂÂ */
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt