Browse Source

firmware-utils: mkmerakifw-old: replace GPL-2.0-only boilerplate with SPDX

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

Cc: Christian Lamparter <[email protected]>
Signed-off-by: Rafał Miłecki <[email protected]>
Acked-by: Christian Lamparter <[email protected]>
Rafał Miłecki 4 years ago
parent
commit
fe54c3a0db
1 changed files with 1 additions and 5 deletions
  1. 1 5
      tools/firmware-utils/src/mkmerakifw-old.c

+ 1 - 5
tools/firmware-utils/src/mkmerakifw-old.c

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2015 Thomas Hebb <[email protected]>
  * Copyright (C) 2016 Christian Lamparter <[email protected]>
@@ -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>