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/uio_usbdebug/linux/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util/uio_usbdebug/linux/Makefile') diff --git a/util/uio_usbdebug/linux/Makefile b/util/uio_usbdebug/linux/Makefile index fd60b4f7b8..d9415cf7ea 100644 --- a/util/uio_usbdebug/linux/Makefile +++ b/util/uio_usbdebug/linux/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only obj-m := uio_ehci_pci.o -- cgit v1.2.3