From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 17 Jan 2018 20:40:57 -0500 Subject: [U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11 In-Reply-To: References: <1516070034-1532-1-git-send-email-pankaj.bansal@nxp.com> <20180116030221.GL4660@bill-the-cat> <20180116032844.GM4660@bill-the-cat> Message-ID: <20180118014057.GG4660@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jan 17, 2018 at 07:26:00PM +0000, Leo Li wrote: > > > > -----Original Message----- > > From: Pankaj Bansal > > Sent: Monday, January 15, 2018 11:06 PM > > To: Leo Li > > Cc: u-boot at lists.denx.de; albert.u.boot at aribaud.net; Tom Rini > > ; Priyanka Jain ; Varun Sethi > > ; Mingkai Hu > > Subject: RE: [U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree > > files under X11 > > > > ++ Leo > > > > Hi Leo. Can you please reply to this question ? > > > > > -----Original Message----- > > > From: Tom Rini [mailto:trini at konsulko.com] > > > Sent: Tuesday, January 16, 2018 8:59 AM > > > To: Pankaj Bansal > > > Cc: u-boot at lists.denx.de; albert.u.boot at aribaud.net; Priyanka Jain > > > ; Varun Sethi ; Mingkai Hu > > > > > > Subject: Re: [U-Boot] [PATCH] ARM: dts: Freescale: re-license device > > > tree files under X11 > > > > > > On Tue, Jan 16, 2018 at 03:27:09AM +0000, Pankaj Bansal wrote: > > > > HI, > > > > > > > > > -----Original Message----- > > > > > From: Tom Rini [mailto:trini at konsulko.com] > > > > > Sent: Tuesday, January 16, 2018 8:32 AM > > > > > To: Pankaj Bansal > > > > > Cc: u-boot at lists.denx.de; albert.u.boot at aribaud.net; Priyanka Jain > > > > > ; Varun Sethi ; Mingkai > > Hu > > > > > > > > > > Subject: Re: [U-Boot] [PATCH] ARM: dts: Freescale: re-license > > > > > device tree files under X11 > > > > > > > > > > On Tue, Jan 16, 2018 at 08:03:54AM +0530, Pankaj Bansal wrote: > > > > > > > > > > > The current GPL only licensing on the device trees makes it very > > > > > > impractical for other software components licensed under another > > > > > > license. > > > > > > > > > > > > To make it easier to reuse them, re-license the the device trees > > > > > > for Freescale (now NXP) SoCs and boards under license X11. > > > > > > > > > > > > Cc: Priyanka Jain > > > > > > Cc: Mingkai Hu > > > > > > Cc: York Sun > > > > > > Signed-off-by: Pankaj Bansal > > > > > > --- > > > > > > arch/arm/dts/fsl-ls1012a-frdm.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1012a-frdm.dtsi | 2 +- > > > > > > arch/arm/dts/fsl-ls1012a-qds.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1012a-qds.dtsi | 2 +- > > > > > > arch/arm/dts/fsl-ls1012a-rdb.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1012a-rdb.dtsi | 4 +--- > > > > > > arch/arm/dts/fsl-ls1012a.dtsi | 2 +- > > > > > > arch/arm/dts/fsl-ls1043a-qds-duart.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1043a-qds-lpuart.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1043a-qds.dtsi | 4 +--- > > > > > > arch/arm/dts/fsl-ls1043a-rdb.dts | 4 +--- > > > > > > arch/arm/dts/fsl-ls1043a.dtsi | 4 +--- > > > > > > arch/arm/dts/fsl-ls1046a-qds-duart.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1046a-qds-lpuart.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1046a-qds.dtsi | 4 +--- > > > > > > arch/arm/dts/fsl-ls1046a-rdb.dts | 4 +--- > > > > > > arch/arm/dts/fsl-ls1046a.dtsi | 4 +--- > > > > > > arch/arm/dts/fsl-ls1088a-qds.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1088a-rdb.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls1088a.dtsi | 2 +- > > > > > > arch/arm/dts/fsl-ls2080a-qds.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls2080a-rdb.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls2080a.dtsi | 2 +- > > > > > > arch/arm/dts/fsl-ls2081a-rdb.dts | 2 +- > > > > > > arch/arm/dts/fsl-ls2088a-rdb-qspi.dts | 2 +- > > > > > > 25 files changed, 25 insertions(+), 39 deletions(-) > > > > > > > > > > How do these changes match up to the kernel? Thanks! > > > > > > > > The kernel dts files are GPLv2 and X11 dual licensed. E.g. > > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable. > > > > gi t/tree/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi > > > > > > > > To avoid dual licensing, we used X11 only. See > > > > https://www.gnu.org/licenses/license-list.en.html#X11License > > > > > > Why would we not want to match the kernel here? > > As we are working with Qualcomm for the potential acquisition, their > legal team mentioned that they are against using dual license. So as > we are updating the license we would like to take that concern too. I want these to be kept in-sync with what is in the Linux kernel. So, whatever you get done there is fine here (and follow the usual rules in the commit message when syncing), thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: