firmware-utils: osbridge-crc: replace GPL-2.0-only boilerplate with SPDX
authorRafał Miłecki <rafal@milecki.pl>
Fri, 6 Aug 2021 10:59:21 +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
comments about crc32buf().

Cc: Gabor Juhos <juhosg@openwrt.org>
Cc: Gabor Juhos <juhosg@freemail.hu>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
tools/firmware-utils/src/osbridge-crc.c

index 46ea855ec11ebe0b2606eff61a7d8ddda0ece289..e9c577d8ed5e0e7a4c3b8ab41077ffc2f0806ff1 100644 (file)
@@ -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>