aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/mkbrncmdline.c
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2021-08-04 12:30:38 +0200
committerRafał Miłecki <rafal@milecki.pl>2021-08-06 09:34:55 +0200
commitf705008d7e6967dbdba040e97b2b77360d9c7eff (patch)
tree71280d65e5a9d195642c6a7ae4b6b7841dcf232e /tools/firmware-utils/src/mkbrncmdline.c
parenta0b827b916ed51317eddf41cdca35ab73ec4cbdb (diff)
downloadupstream-f705008d7e6967dbdba040e97b2b77360d9c7eff.tar.gz
upstream-f705008d7e6967dbdba040e97b2b77360d9c7eff.tar.bz2
upstream-f705008d7e6967dbdba040e97b2b77360d9c7eff.zip
firmware-utils: replace GPL 2.0 boilerplate/reference with SPDX
This uses "GPL-2.0-only" header for files identified using scancode license scanner with 100% score as GPL 2.0. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'tools/firmware-utils/src/mkbrncmdline.c')
-rw-r--r--tools/firmware-utils/src/mkbrncmdline.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/firmware-utils/src/mkbrncmdline.c b/tools/firmware-utils/src/mkbrncmdline.c
index 6eb4bfe7cf..bcb72b03e7 100644
--- a/tools/firmware-utils/src/mkbrncmdline.c
+++ b/tools/firmware-utils/src/mkbrncmdline.c
@@ -1,20 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* mkbrncmdline.c - partially based on OpenWrt's wndr3700.c
*
* Copyright (C) 2011 Tobias Diedrich <ranma+openwrt@tdiedrich.de>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <stdio.h>