diff options
author | Eddie James <eajames@linux.ibm.com> | 2019-01-28 19:23:23 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-02-19 01:23:29 +0300 |
commit | e2f05d608653cb212edea136ad82107c6be56e1d (patch) | |
tree | 13f4e5e9ebed1c6b53c1fc3898bbd7c4ca3a2cca /drivers/hwmon/occ/sysfs.c | |
parent | f74c24f866f8f1cc5de62dbafd8f18cd72aee1e4 (diff) | |
download | linux-e2f05d608653cb212edea136ad82107c6be56e1d.tar.xz |
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>
Diffstat (limited to 'drivers/hwmon/occ/sysfs.c')
-rw-r--r-- | drivers/hwmon/occ/sysfs.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/drivers/hwmon/occ/sysfs.c b/drivers/hwmon/occ/sysfs.c index 743b26ec8e54..fe3d15e416e7 100644 --- a/drivers/hwmon/occ/sysfs.c +++ b/drivers/hwmon/occ/sysfs.c @@ -1,14 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * OCC hwmon driver sysfs interface - * - * Copyright (C) IBM Corporation 2018 - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ +// SPDX-License-Identifier: GPL-2.0+ +// Copyright IBM Corp 2019 #include <linux/bitops.h> #include <linux/device.h> |