On 2020-02-26 10:29, Oleksandr Suvorov wrote: > On Mon, Feb 24, 2020 at 7:33 PM Igor Opaniuk <igor.opaniuk@xxxxxxxxx> wrote: >> >> 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> > > Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@xxxxxxxxxxx> > > 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@xxxxxxxx> -- Stefan >> --- >> >> 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 >>