Commit 39ea6ea3 authored by Fabio Estevam's avatar Fabio Estevam Committed by Guenter Roeck
Browse files

hwmon: (sht15) Switch to SPDX identifier



Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 9450f52c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
// 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.
 */