On 2020-02-26 10:29, Oleksandr Suvorov wrote:
On Mon, Feb 24, 2020 at 7:33 PM Igor Opaniuk [off-list ref] wrote:
quoted
From: Igor Opaniuk <redacted>
Specify explicitly that GPL-2.0 license can be used and not
GPL-2.0+ (which also includes next less permissive versions of GPL)
in Toradex Vybrid-based SoM device trees.
Signed-off-by: Igor Opaniuk <redacted>
Reviewed-by: Oleksandr Suvorov <redacted>
And please ignore my note about copyright for the previous change of this file.
The Linux on Vybrids Cortex-M4 was an entirely private endeavour of me,
so there is no Toradex Copyright here.
I agree on the License change.
Acked-by: Stefan Agner <stefan@agner.ch>
--
Stefan
quoted
---
arch/arm/boot/dts/vf610m4-colibri.dts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/vf610m4-colibri.dts b/arch/arm/boot/dts/vf610m4-colibri.dts
index 2c2db47..75c6d82 100644
--- a/arch/arm/boot/dts/vf610m4-colibri.dts
+++ b/arch/arm/boot/dts/vf610m4-colibri.dts
@@ -1,7 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
* Device tree for Colibri VF61 Cortex-M4 support
*
+ * Copyright (C) 2020 Toradex AG
* Copyright (C) 2015 Stefan Agner
*/
--
2.7.4