aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-11-26 09:07:42 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-29 21:57:14 +0100
commit4e0447cdaf60d00f0cabd78ef0ba1874e23ae464 (patch)
treea9c844f64f8ad79040963e14f690c9609044e16c /drivers/staging/sm750fb
parentstaging: slicoss: remove UPDATE_STATS_GB macro and inline code (diff)
downloadlinux-dev-4e0447cdaf60d00f0cabd78ef0ba1874e23ae464.tar.xz
linux-dev-4e0447cdaf60d00f0cabd78ef0ba1874e23ae464.zip
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 <teddy.wang@siliconmotion.com> Cc: gzhou1 <guojian.zhou@windriver.com> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r--drivers/staging/sm750fb/sm750.c2
1 files changed, 1 insertions, 1 deletions
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 <monk.liu@siliconmotion.com>");
MODULE_AUTHOR("Sudip Mukherjee <sudip@vectorindia.org>");
MODULE_DESCRIPTION("Frame buffer driver for SM750 chipset");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("Dual BSD/GPL");