From: Igor Opaniuk <igor.opaniuk@xxxxxxxxxxx> 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 <igor.opaniuk@xxxxxxxxxxx> --- 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