From cc8bc2168d3cbb6981cefe24a736a71633140729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 6 Aug 2021 12:59:21 +0200 Subject: [PATCH] firmware-utils: osbridge-crc: replace GPL-2.0-only boilerplate with SPDX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was missed because scancode license scanner was confused by comments about crc32buf(). Cc: Gabor Juhos Cc: Gabor Juhos Signed-off-by: Rafał Miłecki --- tools/firmware-utils/src/osbridge-crc.c | 6 +----- 1 file changed, 1 insertion(+), 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 - * - * 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