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

hwmon: (occ) Fix license headers

Files have inconsistent license information.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Eddie James and committed by
Guenter Roeck
e2f05d60 f74c24f8

+10 -15
+2 -1
drivers/hwmon/occ/common.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // Copyright IBM Corp 2019 2 3 3 4 #include <linux/device.h> 4 5 #include <linux/hwmon.h>
+2 -1
drivers/hwmon/occ/common.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* Copyright IBM Corp 2019 */ 2 3 3 4 #ifndef OCC_COMMON_H 4 5 #define OCC_COMMON_H
+2 -1
drivers/hwmon/occ/p8_i2c.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // Copyright IBM Corp 2019 2 3 3 4 #include <linux/device.h> 4 5 #include <linux/errno.h>
+2 -1
drivers/hwmon/occ/p9_sbe.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // Copyright IBM Corp 2019 2 3 3 4 #include <linux/device.h> 4 5 #include <linux/errno.h>
+2 -11
drivers/hwmon/occ/sysfs.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 2 - /* 3 - * OCC hwmon driver sysfs interface 4 - * 5 - * Copyright (C) IBM Corporation 2018 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 as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // Copyright IBM Corp 2019 12 3 13 4 #include <linux/bitops.h> 14 5 #include <linux/device.h>