From 1afe286367857471482660583fd784d9b8a7211c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 17:34:15 +0200 Subject: util: Add SPDX header, replacing boiler plate where applicable In a few cases a license was added: Stuff coming from Linux is "GPL-2.0" (not GPL-2.0-only!), build-release is by me and got the usual GPL-2.0-only treatment. uio_usbdebug and spkmodem had their licenses propagate to all their files. Change-Id: Ia5712bbaa417cb9e937834512351fcc0acfa16be Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41202 Reviewed-by: Angel Pons Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- util/spdtool/spdtool.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'util/spdtool') diff --git a/util/spdtool/spdtool.py b/util/spdtool/spdtool.py index be75e66519..89976eac59 100644 --- a/util/spdtool/spdtool.py +++ b/util/spdtool/spdtool.py @@ -1,16 +1,6 @@ #!/usr/bin/env python # spdtool - Tool for partial deblobbing of UEFI firmware images -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# 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. -# +# SPDX-License-Identifier: GPL-3.0-or-later # # Parse a blob and search for SPD files. # First it is searched for a possible SPD header. -- cgit v1.2.3