Message ID | 20210303025636.795-1-leilk.liu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | spi: mediatek: Re-license MTK SPI driver as Dual MIT/GPL | expand |
Leilk Liu <leilk.liu@mediatek.com> 於 2021年3月3日 週三 上午10:57寫道: > > From: "leilk.liu" <leilk.liu@mediatek.com> > > 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@mediatek.com> Acked-by: Axel Lin <axel.lin@ingics.com>
On Wed, Mar 03, 2021 at 10:56:36AM +0800, Leilk Liu wrote: > From: "leilk.liu" <leilk.liu@mediatek.com> > > 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@mediatek.com> Please use your name here, not an email alias for where your name goes. > --- > 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? 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? thanks, greg k-h
diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c index 976f73b9e299..d8a8fb0e8aa4 100644 --- a/drivers/spi/spi-mt65xx.c +++ b/drivers/spi/spi-mt65xx.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only +// SPDX-License-Identifier: GPL-2.0 OR MIT /* * Copyright (c) 2015 MediaTek Inc. * Author: Leilk Liu <leilk.liu@mediatek.com> @@ -946,5 +946,5 @@ module_platform_driver(mtk_spi_driver); MODULE_DESCRIPTION("MTK SPI Controller driver"); MODULE_AUTHOR("Leilk Liu <leilk.liu@mediatek.com>"); -MODULE_LICENSE("GPL v2"); +MODULE_LICENSE("Dual MIT/GPL"); MODULE_ALIAS("platform:mtk-spi"); diff --git a/include/linux/platform_data/spi-mt65xx.h b/include/linux/platform_data/spi-mt65xx.h index 65fd5ffd257c..b6dcd70c4c49 100644 --- a/include/linux/platform_data/spi-mt65xx.h +++ b/include/linux/platform_data/spi-mt65xx.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +// SPDX-License-Identifier: GPL-2.0 OR MIT /* * MTK SPI bus driver definitions *