diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-23 21:48:13 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-25 00:56:12 +0800 |
commit | 6d8d4974a25db8b2c9be6ccc765765824e4781bd (patch) | |
tree | ce2045796b20669db4e4c13fee2c51e80c76f8bb /drivers/thermal | |
parent | c7a8b9d91642cb858862de613652aad5d21632be (diff) |
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 <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/thermal_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |