From: Sudip Mukherjee Date: Sat, 26 Nov 2016 09:07:42 +0000 (+0000) Subject: staging: sm750fb: update license X-Git-Tag: v4.10-rc1~148^2~75 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4e0447cdaf60d00f0cabd78ef0ba1874e23ae464;p=karo-tx-linux.git staging: sm750fb: update license The driver was actually released with BSD license. It also gained GPL when it was submitted to be included in the kernel. Cc: Teddy Wang Cc: gzhou1 Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c index 2d22c51cb33b..e9632f162f99 100644 --- a/drivers/staging/sm750fb/sm750.c +++ b/drivers/staging/sm750fb/sm750.c @@ -1243,4 +1243,4 @@ MODULE_PARM_DESC(g_option, MODULE_AUTHOR("monk liu "); MODULE_AUTHOR("Sudip Mukherjee "); MODULE_DESCRIPTION("Frame buffer driver for SM750 chipset"); -MODULE_LICENSE("GPL v2"); +MODULE_LICENSE("Dual BSD/GPL");