From eaa21ae1719b0a418f8da992d79e8c714f83f65b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 4 Aug 2022 20:34:49 -0600 Subject: [PATCH] southbridge: Add SPDX identifiers to files missing them This adds SPDX identifiers to the remaining source files in the southbridge directory that don't already have them. Signed-off-by: Martin Roth Change-Id: If74aa82a7c40293198e07e81ceac52bd8ca8ad27 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66500 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/southbridge/amd/agesa/hudson/acpi/smbus.asl | 3 +++ src/southbridge/amd/pi/hudson/acpi/smbus.asl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/southbridge/amd/agesa/hudson/acpi/smbus.asl b/src/southbridge/amd/agesa/hudson/acpi/smbus.asl index e69de29bb2..16990d45f4 100644 --- a/src/southbridge/amd/agesa/hudson/acpi/smbus.asl +++ b/src/southbridge/amd/agesa/hudson/acpi/smbus.asl @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: CC-PDDC */ + +/* Please update the license if adding licensable material. */ diff --git a/src/southbridge/amd/pi/hudson/acpi/smbus.asl b/src/southbridge/amd/pi/hudson/acpi/smbus.asl index e69de29bb2..16990d45f4 100644 --- a/src/southbridge/amd/pi/hudson/acpi/smbus.asl +++ b/src/southbridge/amd/pi/hudson/acpi/smbus.asl @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: CC-PDDC */ + +/* Please update the license if adding licensable material. */ -- 2.11.4.GIT