Skip to content

Commit

Permalink
hwmon: (occ) Fix license headers
Browse files Browse the repository at this point in the history
Files have inconsistent license information.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Eddie James authored and groeck committed Feb 18, 2019
1 parent f74c24f commit e2f05d6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
3 changes: 2 additions & 1 deletion drivers/hwmon/occ/common.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0+
// Copyright IBM Corp 2019

#include <linux/device.h>
#include <linux/hwmon.h>
Expand Down
3 changes: 2 additions & 1 deletion drivers/hwmon/occ/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright IBM Corp 2019 */

#ifndef OCC_COMMON_H
#define OCC_COMMON_H
Expand Down
3 changes: 2 additions & 1 deletion drivers/hwmon/occ/p8_i2c.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0+
// Copyright IBM Corp 2019

#include <linux/device.h>
#include <linux/errno.h>
Expand Down
3 changes: 2 additions & 1 deletion drivers/hwmon/occ/p9_sbe.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0+
// Copyright IBM Corp 2019

#include <linux/device.h>
#include <linux/errno.h>
Expand Down
13 changes: 2 additions & 11 deletions drivers/hwmon/occ/sysfs.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit e2f05d6

Please sign in to comment.