summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2020-05-18 10:31:17 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-21 21:52:53 +0000
commita1dcb994d7ebefd9e86090f441d8944a902883fa (patch)
treeb54df9d9d0d906458f94ca82217611e6b567840a
parent002e5e057cb8fa6177e38094a795a1cd407db873 (diff)
downloadcoreboot-a1dcb994d7ebefd9e86090f441d8944a902883fa.tar.gz
coreboot-a1dcb994d7ebefd9e86090f441d8944a902883fa.tar.bz2
coreboot-a1dcb994d7ebefd9e86090f441d8944a902883fa.zip
mb/lenovo/t420/gma-mainboard.ads: Replace with GPLv2+ equivalent
Replace it with t420s/gma-mainboard.ads which is licensed under more flexible terms (GPL-2.0-only vs. GPL-2.0-or-later). Apart from licensing terms these files are identical. This makes diff between boards smaller. Change-Id: I5393a603b5a4cd353149c1fa9e3e29020946b962 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41498 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--src/mainboard/lenovo/t420/gma-mainboard.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t420/gma-mainboard.ads b/src/mainboard/lenovo/t420/gma-mainboard.ads
index b04691dcc26b..3df1e37f3e5f 100644
--- a/src/mainboard/lenovo/t420/gma-mainboard.ads
+++ b/src/mainboard/lenovo/t420/gma-mainboard.ads
@@ -1,4 +1,4 @@
--- SPDX-License-Identifier: GPL-2.0-only
+-- SPDX-License-Identifier: GPL-2.0-or-later
with HW.GFX.GMA;
with HW.GFX.GMA.Display_Probing;