
7 May
2018
7 May
'18
4:18 p.m.
On Mon, May 07, 2018 at 11:16:50AM -0300, Fabio Estevam wrote:
Hi Tom,
On Mon, May 7, 2018 at 11:07 AM, Tom Rini trini@konsulko.com wrote:
diff --git a/arch/arm/dts/bk4r1.dts b/arch/arm/dts/bk4r1.dts index 197e5abd704f..866b80e0b0b3 100644 --- a/arch/arm/dts/bk4r1.dts +++ b/arch/arm/dts/bk4r1.dts @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11
I don't see a single occurrence of 'GPL-2.0+ OR X11' in the kernel tree.
It seems that people use 'GPL-2.0+ OR MIT' instead.
They do, and on IRC someone was commenting on this as well. This is however what the current tag uses and for a strict conversion patch I don't feel I should change things. Thanks!
--
Tom