Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: Convert remaining drivers to use SPDX identifier

This gets rid of the unnecessary license boilerplate, and avoids
having to deal with individual patches one by one.

No functional changes intended.

Reviewed-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

+1 -19
-10
drivers/hwmon/adm1029.c
··· 10 10 * Very rare chip please let me know if you use it 11 11 * 12 12 * http://www.analog.com/UploadedFiles/Data_Sheets/ADM1029.pdf 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation version 2 of the License 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 13 */ 24 14 25 15 #include <linux/module.h>
+1 -9
drivers/hwmon/scpi-hwmon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * System Control and Power Interface(SCPI) based hwmon sensor driver 3 4 * 4 5 * Copyright (C) 2015 ARM Ltd. 5 6 * Punit Agrawal <punit.agrawal@arm.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/hwmon.h>