diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-19 01:27:23 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-05-23 21:47:47 +0000 |
commit | acf80f287f75c7a39702358d5ad886e9b646b68b (patch) | |
tree | b3e3d17a92bb3d05d8ac7250fdb449c167abbdc4 /src/mainboard | |
parent | e61f14965949863859d7158e7036b24e80f6b51c (diff) |
mb/asrock/b85m_pro4/gma-mainboard.ads: Use GPL-2.0-or-later
Other files in the tree use such license. I first added this file.
Change-Id: I338654ec022bd6f2fa4a4381a8f27d024605e79d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41525
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/asrock/b85m_pro4/gma-mainboard.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads index 0c7d30dac6..393275b958 100644 --- a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads +++ b/src/mainboard/asrock/b85m_pro4/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; |