mbox series

[RFC,v4,0/1] Re-license MTK NAND driver

Message ID 20190507092020.1917-1-xiaolei.li@mediatek.com (mailing list archive)
Headers show
Series Re-license MTK NAND driver | expand

Message

xiaolei li May 7, 2019, 9:20 a.m. UTC
Hello,

Currently, MTK NAND driver is licensed as GPL. And we would like to
modify and publish it in bootloader with MIT license. So, here we send
this RFC patch to solicit ACKs from MTK NAND driver authors and
contributors whether we can re-license MTK NAND driver as dual MIT/GPL.

Thanks and looking forward to your reply,
Xiaolei

Patch v4:
---------
- Append ACK from Miquel, Boris, RogerCC, Ryder, Rafal.
- Use "git log --follow" to find all contributors and add them all in Cc list.

Patch v3:
---------
- Add license text replacement description in commit log.

Patch v2:
---------
- Add Ryder, Rafal, Wen in CC list.
- Introduce why we want to re-license MTK NAND driver.

Xiaolei Li (1):
  mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL

 drivers/mtd/nand/raw/mtk_ecc.c  | 12 ++----------
 drivers/mtd/nand/raw/mtk_ecc.h  |  4 +---
 drivers/mtd/nand/raw/mtk_nand.c | 12 ++----------
 3 files changed, 5 insertions(+), 23 deletions(-)

Comments

Dan Carpenter May 7, 2019, 9:40 a.m. UTC | #1
Fine by me.

Acked-by: Dan Carpenter <dan.carpenter@oracle.com>

regards,
dan carpenter