summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t400
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-08-04 19:53:00 -0600
committerMartin L Roth <gaumless@gmail.com>2022-08-11 17:52:19 +0000
commitc0f85e7a181fe836518a970073b4285f30f9c7a9 (patch)
tree2f73d55aa0a38cc62fbb7fcb24f199c48735d142 /src/mainboard/lenovo/t400
parent9f6e25d6b0d53e23c8abf27ac0bc41d6f15f1e49 (diff)
downloadcoreboot-c0f85e7a181fe836518a970073b4285f30f9c7a9.tar.gz
coreboot-c0f85e7a181fe836518a970073b4285f30f9c7a9.tar.bz2
coreboot-c0f85e7a181fe836518a970073b4285f30f9c7a9.zip
src/mb: Add SPDX identifiers to files missing them
This adds SPDX identifiers to the remaining source files in the mainboard directory that don't already have them. Change-Id: I1adc204624f3ab6fcafd8fbb239e6d69e057973a Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66498 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r--src/mainboard/lenovo/t400/acpi/ec.asl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t400/acpi/ec.asl b/src/mainboard/lenovo/t400/acpi/ec.asl
index cb3dd8710d72..90d2fc781c5c 100644
--- a/src/mainboard/lenovo/t400/acpi/ec.asl
+++ b/src/mainboard/lenovo/t400/acpi/ec.asl
@@ -1,2 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#include <ec/lenovo/h8/acpi/ec.asl>
#include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_24.asl>