diff options
author | Martin Roth <gaumless@gmail.com> | 2022-08-04 20:34:49 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-08-11 17:52:52 +0000 |
commit | eaa21ae1719b0a418f8da992d79e8c714f83f65b (patch) | |
tree | 7693018af4dc926df4307b06c0e2bff5a51996cf /src/southbridge | |
parent | f7319225e95de40e8fc7a8ce1e5442dd03408cd3 (diff) |
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 <martin.roth@amd.corp-partner.google.com>
Change-Id: If74aa82a7c40293198e07e81ceac52bd8ca8ad27
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66500
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/agesa/hudson/acpi/smbus.asl | 3 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/acpi/smbus.asl | 3 |
2 files changed, 6 insertions, 0 deletions
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. */ |