From: Eduardo Valentin Date: Tue, 23 Apr 2013 21:48:13 +0000 (+0000) Subject: thermal: update driver license X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6d8d4974a25db8b2c9be6ccc765765824e4781bd;p=linux-beck.git thermal: update driver license As per the comment at the top of this file, this is a GPLv2 driver. This patch updates the driver license accordingly. Signed-off-by: Eduardo Valentin Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 768ad312ba29..a579c622f1a7 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c @@ -40,7 +40,7 @@ MODULE_AUTHOR("Zhang Rui"); MODULE_DESCRIPTION("Generic thermal management sysfs support"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); static DEFINE_IDR(thermal_tz_idr); static DEFINE_IDR(thermal_cdev_idr);