diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-09-06 15:59:50 -0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-10-10 20:37:13 -0700 |
commit | 39ea6ea325dcd05daf65f3d9d8d205a55683668f (patch) | |
tree | 0600cca86784375dbffe0ad9bfea0157de6accc5 /drivers/hwmon/sht15.c | |
parent | 9450f52cec784a93b93772bba3a158647ed9b4d8 (diff) | |
download | linux-39ea6ea325dcd05daf65f3d9d8d205a55683668f.tar.bz2 |
hwmon: (sht15) Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/sht15.c')
-rw-r--r-- | drivers/hwmon/sht15.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c index 2be77752cd56..c878242f3486 100644 --- a/drivers/hwmon/sht15.c +++ b/drivers/hwmon/sht15.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * sht15.c - support for the SHT15 Temperature and Humidity Sensor * @@ -9,10 +10,6 @@ * * Copyright (c) 2007 Wouter Horre * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * For further information, see the Documentation/hwmon/sht15 file. */ |