aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2021-08-06 12:59:21 +0200
committerRafał Miłecki <rafal@milecki.pl>2021-08-09 16:08:59 +0200
commitcc8bc2168d3cbb6981cefe24a736a71633140729 (patch)
treef5e0a5f842807fd1841b56e16f373d6005e8aafb /tools
parentf2e86d54c42e2af2c8ebd1ca4d881f6452edbd9b (diff)
downloadupstream-cc8bc2168d3cbb6981cefe24a736a71633140729.tar.gz
upstream-cc8bc2168d3cbb6981cefe24a736a71633140729.tar.bz2
upstream-cc8bc2168d3cbb6981cefe24a736a71633140729.zip
firmware-utils: osbridge-crc: replace GPL-2.0-only boilerplate with SPDX
This was missed because scancode license scanner was confused by comments about crc32buf(). Cc: Gabor Juhos <juhosg@openwrt.org> Cc: Gabor Juhos <juhosg@freemail.hu> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware-utils/src/osbridge-crc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/firmware-utils/src/osbridge-crc.c b/tools/firmware-utils/src/osbridge-crc.c
index 46ea855ec1..e9c577d8ed 100644
--- a/tools/firmware-utils/src/osbridge-crc.c
+++ b/tools/firmware-utils/src/osbridge-crc.c
@@ -1,10 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
- *
- * 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>