Re: [PATCH] spi: mediatek: Re-license MTK SPI driver as Dual MIT/GPL

From: Greg Kroah-Hartman
Date: Wed Mar 03 2021 - 10:28:39 EST


On Wed, Mar 03, 2021 at 05:02:39PM +0800, Leilk Liu wrote:
> On Wed, 2021-03-03 at 08:18 +0100, Greg Kroah-Hartman wrote:
> > On Wed, Mar 03, 2021 at 10:56:36AM +0800, Leilk Liu wrote:
> > > From: "leilk.liu" <leilk.liu@xxxxxxxxxxxx>
> > >
> > > It is wanted to use MTK spi bus driver with GPL-2.0 or MIT license.
> > > But now it is only licensed as GPL-2.0, so re-license it as dual
> > > MIT/GPL.
> > >
> > > Signed-off-by: leilk.liu <leilk.liu@xxxxxxxxxxxx>
> >
> > Please use your name here, not an email alias for where your name goes.
> >
> OK, I'll fix it, thanks!
> >
> > > ---
> > > drivers/spi/spi-mt65xx.c | 4 ++--
> > > include/linux/platform_data/spi-mt65xx.h | 2 +-
> >
> > Given that these files have been licensed under the GPL only since 2015,
> > all changes contributed to it have only been licensed under the GPL as
> > well, so have you gotten approval for all of the contributors for this
> > change?
> >
> This is the reason that I sent this patch to ask for ACKs from all
> contributors (who are all in the To mail-list) for these files.

That wasn't obvious :)

But given that many of the contributors here do not actually own the
copyrights of their contributions, how can you be sure that the real
owners are agreeing to this? That requires something much more "legal"
than just an "ack" on a patch. Please work with your corporate lawyers
for how to do this correctly.

> > Can you please get your lawyer to also sign off on this license change
> > patch, so that we know that you have their approval for this incase
> > there are questions about it in the future?
> >
> I need to use the code in other projects that is not with GPL-2.0.

What project needs this code that you can not just base it off of your
original contribution instead? That would not require any license
change of the kernel files, right? Wouldn't that be easier than trying
to retain this license change over time as you will not be taking the
changes here into another project as well.

> Also, the license change is approved by Mediatek supervisor.

Great, get them to also sign-off on the patch please, along with your
lawyers, so that we know all is done correctly.

thanks,

greg k-h