firmware-utils: mkmerakifw-old: replace GPL-2.0-only boilerplate with SPDX
authorRafał Miłecki <rafal@milecki.pl>
Fri, 6 Aug 2021 10:59:19 +0000 (12:59 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Mon, 9 Aug 2021 14:08:59 +0000 (16:08 +0200)
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>
tools/firmware-utils/src/mkmerakifw-old.c

index 05317c2a5b4eb526e1236627b8a052eb84f3fbba..76fd487a83b42b9cb131aa9aa560ce56600eff89 100644 (file)
@@ -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>
  * 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>