From fe54c3a0db72211bd3f4d68ca0ac25b576d46196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 6 Aug 2021 12:59:19 +0200 Subject: firmware-utils: mkmerakifw-old: replace GPL-2.0-only boilerplate with SPDX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed because scancode license scanner was confused by a comment about Cisco's GPL code github repository. Cc: Christian Lamparter Signed-off-by: Rafał Miłecki Acked-by: Christian Lamparter --- tools/firmware-utils/src/mkmerakifw-old.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') 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 * Copyright (C) 2016 Christian Lamparter @@ -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: * - * - * 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 -- cgit v1.2.3