]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
thermal: update driver license
authorEduardo Valentin <eduardo.valentin@ti.com>
Tue, 23 Apr 2013 21:48:13 +0000 (21:48 +0000)
committerZhang Rui <rui.zhang@intel.com>
Wed, 24 Apr 2013 16:56:12 +0000 (00:56 +0800)
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>
drivers/thermal/thermal_core.c

index 768ad312ba29f497cfc651a35cec4f33e15cbc0c..a579c622f1a78fed7c294afe4fe58b02c31f9e75 100644 (file)
@@ -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);