diff options
Diffstat (limited to 'src/mainboard/asrock/b85m_pro4')
-rw-r--r-- | src/mainboard/asrock/b85m_pro4/Kconfig | 15 | ||||
-rw-r--r-- | src/mainboard/asrock/b85m_pro4/gma-mainboard.ads | 14 |
2 files changed, 2 insertions, 27 deletions
diff --git a/src/mainboard/asrock/b85m_pro4/Kconfig b/src/mainboard/asrock/b85m_pro4/Kconfig index 91ae3a5b24..a02729f0f7 100644 --- a/src/mainboard/asrock/b85m_pro4/Kconfig +++ b/src/mainboard/asrock/b85m_pro4/Kconfig @@ -1,18 +1,5 @@ -## ## This file is part of the coreboot project. -## -## Copyright (C) 2018 Tristan Corrick <tristan@corrick.kiwi> -## -## This program is free software: you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## +## SPDX-License-Identifier: GPL-2.0-or-later if BOARD_ASROCK_B85M_PRO4 diff --git a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads index c595ad4c84..aea1a78780 100644 --- a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads +++ b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads @@ -1,17 +1,5 @@ --- -- This file is part of the coreboot project. --- --- Copyright (C) 2018 Angel Pons <th3fanbus@gmail.com> --- --- This program is free software; you can redistribute it and/or modify --- it under the terms of the GNU General Public License as published by --- the Free Software Foundation; version 2 of the License. --- --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- +-- SPDX-License-Identifier: GPL-2.0-only with HW.GFX.GMA; with HW.GFX.GMA.Display_Probing; |