diff mbox series

[1/5] firmware-utils: mkmerakifw-old: replace GPL-2.0-only boilerplate with SPDX

Message ID 20210806105923.17501-1-zajec5@gmail.com
State Accepted
Delegated to: Rafał Miłecki
Headers show
Series [1/5] firmware-utils: mkmerakifw-old: replace GPL-2.0-only boilerplate with SPDX | expand

Commit Message

Rafał Miłecki Aug. 6, 2021, 10:59 a.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

This was missed because scancode license scanner was confused by a
comment about Cisco's GPL code github repository.

Cc: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 tools/firmware-utils/src/mkmerakifw-old.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Christian Lamparter Aug. 8, 2021, 12:37 p.m. UTC | #1
On 06/08/2021 12:59, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> This was missed because scancode license scanner was confused by a
> comment about Cisco's GPL code github repository.
> 
> Cc: Christian Lamparter <chunkeey@gmail.com>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Acked-by: Christian Lamparter <chunkeey@gmail.com>

Does this help?

Cheers,
Christian
Rafał Miłecki Aug. 9, 2021, 5:35 a.m. UTC | #2
On 2021-08-08 14:37, Christian Lamparter wrote:
> On 06/08/2021 12:59, Rafał Miłecki wrote:
>> From: Rafał Miłecki <rafal@milecki.pl>
>> 
>> This was missed because scancode license scanner was confused by a
>> comment about Cisco's GPL code github repository.
>> 
>> Cc: Christian Lamparter <chunkeey@gmail.com>
>> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> 
> Acked-by: Christian Lamparter <chunkeey@gmail.com>
> 
> Does this help?

Yes, thank you
diff mbox series

Patch

diff --git a/tools/firmware-utils/src/mkmerakifw-old.c b/tools/firmware-utils/src/mkmerakifw-old.c
index 05317c2a5b..76fd487a83 100644
--- a/tools/firmware-utils/src/mkmerakifw-old.c
+++ b/tools/firmware-utils/src/mkmerakifw-old.c
@@ -1,3 +1,4 @@ 
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2015 Thomas Hebb <tommyhebb@gmail.com>
  * Copyright (C) 2016 Christian Lamparter <chunkeey@googlemail.com>
@@ -12,11 +13,6 @@ 
  * has been reverse engineered from the nandloader's nand_load_bk function.
  * The original code is part of Cisco's GPL code and can be found at:
  * <https://github.com/riptidewave93/meraki-linux>
- *
- * 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.
- *
  */
 
 #include <stdio.h>