diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-04-23 17:48:13 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 12:56:12 -0400 |
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 @@ | |||
40 | 40 | ||
41 | MODULE_AUTHOR("Zhang Rui"); | 41 | MODULE_AUTHOR("Zhang Rui"); |
42 | MODULE_DESCRIPTION("Generic thermal management sysfs support"); | 42 | MODULE_DESCRIPTION("Generic thermal management sysfs support"); |
43 | MODULE_LICENSE("GPL"); | 43 | MODULE_LICENSE("GPL v2"); |
44 | 44 | ||
45 | static DEFINE_IDR(thermal_tz_idr); | 45 | static DEFINE_IDR(thermal_tz_idr); |
46 | static DEFINE_IDR(thermal_cdev_idr); | 46 | static DEFINE_IDR(thermal_cdev_idr); |