diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-17 13:55:37 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-20 17:45:50 +0000 |
commit | 270ce521de9b597337fe7e544eeb78a1a0ecfa47 (patch) | |
tree | 7ed08cf188c625569e0dfe324db6506dc9a2369d /src/mainboard/asus | |
parent | 04b28608087dd12447f8f5f7d891745e4864aff1 (diff) |
mb/asus/h61-series: Relicense devicetrees as GPL-2.0-or-later
I added these devicetrees in commit 65ddbb720b1 (mb/asus/p8h61-m_pro:
Add new mainboard) and commit fe7c2b996bbb (mb/asus/p8h61-m_lx3_r2_0:
Add new mainboard). To ease licensing matters when transforming these
boards to use overridetrees, relicense the devicetrees so that all of
them use the GPL-2.0-or-later license.
Change-Id: Id26d0d9dd6cbb81d6a6a263feab7f36ddb4ff6e6
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54377
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb b/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb index 317f9cc22b..9ad86610cd 100644 --- a/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb +++ b/src/mainboard/asus/h61-series/variants/p8h61-m_lx3_r2_0/devicetree.cb @@ -1,4 +1,4 @@ -## SPDX-License-Identifier: GPL-2.0-only +## SPDX-License-Identifier: GPL-2.0-or-later chip northbridge/intel/sandybridge device cpu_cluster 0 on diff --git a/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb b/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb index a0221fe761..e1edde7484 100644 --- a/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb +++ b/src/mainboard/asus/h61-series/variants/p8h61-m_pro/devicetree.cb @@ -1,4 +1,4 @@ -## SPDX-License-Identifier: GPL-2.0-only +## SPDX-License-Identifier: GPL-2.0-or-later chip northbridge/intel/sandybridge device cpu_cluster 0 on |