From f7319225e95de40e8fc7a8ce1e5442dd03408cd3 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 4 Aug 2022 20:33:53 -0600 Subject: drivers: Add SPDX identifiers to files missing them This adds SPDX identifiers to the remaining source files in the drivers directory that don't already have them. Signed-off-by: Martin Roth Change-Id: I97f96de857515214069c3b77f3c781f7f0555c6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/66499 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/drivers/i2c/at24rf08c/lenovo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/i2c/at24rf08c/lenovo.h') diff --git a/src/drivers/i2c/at24rf08c/lenovo.h b/src/drivers/i2c/at24rf08c/lenovo.h index 6824eb6f07..f94b9ee06d 100644 --- a/src/drivers/i2c/at24rf08c/lenovo.h +++ b/src/drivers/i2c/at24rf08c/lenovo.h @@ -1 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + const char *lenovo_mainboard_partnumber(void); -- cgit v1.2.3