From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Fri, 5 Jan 2018 16:30:20 +0100 Subject: [PATCH 1/7] arm64: dts: marvell: use SPDX-License-Identifier for Armada SoCs In-Reply-To: <87r2r49wxw.fsf@free-electrons.com> References: <20180105115329.1233-1-gregory.clement@free-electrons.com> <20180105115329.1233-2-gregory.clement@free-electrons.com> <20180105134046.12915b36@windsurf.lan> <87vagga2nd.fsf@free-electrons.com> <20180105143820.GB4038@lunn.ch> <87r2r49wxw.fsf@free-electrons.com> Message-ID: <20180105153020.GF4038@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jan 05, 2018 at 03:55:55PM +0100, Gregory CLEMENT wrote: > Hi Andrew, > > On ven., janv. 05 2018, Andrew Lunn wrote: > > >> > The previous license was GPL-2.0+ or X11, not GPL-2.0+ or MIT. Any > >> > reason to change from X11 to MIT ? > >> > >> As explained in the commit log: > >> " the X11 license text [1] is explicitly for the X Consortium and has a > >> couple of extra clauses. The MIT license text [2] is actually what the > >> current DT files claim." > >> > >> Also as I wrote it was already discussed on the mainling lists (device > >> tree one and LAKML) see: > >> http://lists.infradead.org/pipermail/linux-arm-kernel/2017-February/489922.html > > > > Hi Gregory > > > > If i remember correctly, there was a reason for X11 over MIT. I think > > Russell King looked into this. Maybe you can find the discussion on > > the mailing list? Hi Gregory I'm meaning an older discussion, when we first started using dual license. There was some discussion back then as to MIT vs X11. That discussion could be relevant here. What we need to be careful of is ensuring the changes you are making here don't actually change the licenses. If the intent was to use X11, and we actually state "X11 license" in the source code, we need to be careful if we replace that with MIT. Andrew