diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-01 04:09:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-05 11:37:18 -0400 |
commit | d925da5c7b09a27b7b775647925207a383f6524e (patch) | |
tree | 7a297e384e1bb6df70655f9766714a21c2c4290a | |
parent | acc15900ee9d70902ae28b6d7df71f5470dda1b2 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450
Based on 1 normalized pattern(s):
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 bythe free software foundation
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 5 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190116.345887520@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/mfd/rt5033.c | 5 | ||||
-rw-r--r-- | drivers/power/supply/rt5033_battery.c | 5 | ||||
-rw-r--r-- | drivers/regulator/rt5033-regulator.c | 5 | ||||
-rw-r--r-- | include/linux/mfd/rt5033-private.h | 5 | ||||
-rw-r--r-- | include/linux/mfd/rt5033.h | 5 |
5 files changed, 5 insertions, 20 deletions
diff --git a/drivers/mfd/rt5033.c b/drivers/mfd/rt5033.c index 9bd089c56375..48381d9bf740 100644 --- a/drivers/mfd/rt5033.c +++ b/drivers/mfd/rt5033.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * MFD core driver for the Richtek RT5033. | 3 | * MFD core driver for the Richtek RT5033. |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. | 8 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. |
8 | * Author: Beomho Seo <beomho.seo@samsung.com> | 9 | * Author: Beomho Seo <beomho.seo@samsung.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published bythe Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/err.h> | 12 | #include <linux/err.h> |
diff --git a/drivers/power/supply/rt5033_battery.c b/drivers/power/supply/rt5033_battery.c index bcdd83048492..9f0d70648e41 100644 --- a/drivers/power/supply/rt5033_battery.c +++ b/drivers/power/supply/rt5033_battery.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Fuel gauge driver for Richtek RT5033 | 3 | * Fuel gauge driver for Richtek RT5033 |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. | 5 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. |
5 | * Author: Beomho Seo <beomho.seo@samsung.com> | 6 | * Author: Beomho Seo <beomho.seo@samsung.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 bythe Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/regulator/rt5033-regulator.c b/drivers/regulator/rt5033-regulator.c index 639cbadc044a..0e7311629165 100644 --- a/drivers/regulator/rt5033-regulator.c +++ b/drivers/regulator/rt5033-regulator.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Regulator driver for the Richtek RT5033 | 3 | * Regulator driver for the Richtek RT5033 |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. | 5 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. |
5 | * Author: Beomho Seo <beomho.seo@samsung.com> | 6 | * Author: Beomho Seo <beomho.seo@samsung.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 bythe Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/include/linux/mfd/rt5033-private.h b/include/linux/mfd/rt5033-private.h index 1b63fc2f42d1..f812105c538c 100644 --- a/include/linux/mfd/rt5033-private.h +++ b/include/linux/mfd/rt5033-private.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD core driver for Richtek RT5033 | 3 | * MFD core driver for Richtek RT5033 |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. | 5 | * Copyright (C) 2014 Samsung Electronics, Co., Ltd. |
5 | * Author: Beomho Seo <beomho.seo@samsung.com> | 6 | * Author: Beomho Seo <beomho.seo@samsung.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 bythe Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5033_PRIVATE_H__ | 9 | #ifndef __RT5033_PRIVATE_H__ |
diff --git a/include/linux/mfd/rt5033.h b/include/linux/mfd/rt5033.h index 6cff5cf458d2..3c23b6220c04 100644 --- a/include/linux/mfd/rt5033.h +++ b/include/linux/mfd/rt5033.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * MFD core driver for the RT5033 | 3 | * MFD core driver for the RT5033 |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Samsung Electronics | 5 | * Copyright (C) 2014 Samsung Electronics |
5 | * Author: Beomho Seo <beomho.seo@samsung.com> | 6 | * Author: Beomho Seo <beomho.seo@samsung.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 bythe Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #ifndef __RT5033_H__ | 9 | #ifndef __RT5033_H__ |