From 8324fe92111844d1afe2a87d6d38302520793909 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 4 Aug 2023 12:07:51 -0600 Subject: drivers: Add SPDX license headers to Makefiles To help identify the licenses of the various files contained in the coreboot source, we've added SPDX headers to the top of all of the .c and .h files. This extends that practice to Makefiles. Any file in the coreboot project without a specific license is bound to the license of the overall coreboot project, GPL Version 2. This patch adds the GPL V2 license identifier to the top of all makefiles in the drivers directory that don't already have an SPDX license line at the top. Signed-off-by: Martin Roth Change-Id: I8442bc18ce228eca88a084660be84bcd1c5de928 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68980 Reviewed-by: Felix Singer Reviewed-by: Eric Lai Reviewed-by: Tim Crawford Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas --- src/drivers/wifi/generic/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/wifi/generic') diff --git a/src/drivers/wifi/generic/Makefile.inc b/src/drivers/wifi/generic/Makefile.inc index 91f22d163e..337b8fe1ec 100644 --- a/src/drivers/wifi/generic/Makefile.inc +++ b/src/drivers/wifi/generic/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_DRIVERS_WIFI_GENERIC),y) -- cgit v1.2.3