diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:55 -0400 |
commit | d2912cb15bdda8ba4a5dd73396ad62641af2f520 (patch) | |
tree | ff723089c8673e3f99df3ddcdaeae7a52bd6fdac /arch/powerpc/platforms/pseries | |
parent | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Based on 2 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 by the free software foundation
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 by the 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 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries')
-rw-r--r-- | arch/powerpc/platforms/pseries/dlpar.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/mobility.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/pseries_energy.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/pseries/reconfig.c | 6 |
4 files changed, 4 insertions, 17 deletions
diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c index 17958043e7f7..437a74173db2 100644 --- a/arch/powerpc/platforms/pseries/dlpar.c +++ b/arch/powerpc/platforms/pseries/dlpar.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for dynamic reconfiguration for PCI, Memory, and CPU | 3 | * Support for dynamic reconfiguration for PCI, Memory, and CPU |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms. | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms. |
4 | * | 5 | * |
5 | * Copyright (C) 2009 Nathan Fontenot | 6 | * Copyright (C) 2009 Nathan Fontenot |
6 | * Copyright (C) 2009 IBM Corporation | 7 | * Copyright (C) 2009 IBM Corporation |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License version | ||
10 | * 2 as published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #define pr_fmt(fmt) "dlpar: " fmt | 10 | #define pr_fmt(fmt) "dlpar: " fmt |
diff --git a/arch/powerpc/platforms/pseries/mobility.c b/arch/powerpc/platforms/pseries/mobility.c index 88925f8ca8a0..0c48c8964783 100644 --- a/arch/powerpc/platforms/pseries/mobility.c +++ b/arch/powerpc/platforms/pseries/mobility.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for Partition Mobility/Migration | 3 | * Support for Partition Mobility/Migration |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Nathan Fontenot | 5 | * Copyright (C) 2010 Nathan Fontenot |
5 | * Copyright (C) 2010 IBM Corporation | 6 | * Copyright (C) 2010 IBM Corporation |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License version | ||
9 | * 2 as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/arch/powerpc/platforms/pseries/pseries_energy.c b/arch/powerpc/platforms/pseries/pseries_energy.c index 921f12182f3e..a96874f9492f 100644 --- a/arch/powerpc/platforms/pseries/pseries_energy.c +++ b/arch/powerpc/platforms/pseries/pseries_energy.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * POWER platform energy management driver | 3 | * POWER platform energy management driver |
3 | * Copyright (C) 2010 IBM Corporation | 4 | * Copyright (C) 2010 IBM Corporation |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * version 2 as published by the Free Software Foundation. | ||
8 | * | ||
9 | * This pseries platform device driver provides access to | 6 | * This pseries platform device driver provides access to |
10 | * platform energy management capabilities. | 7 | * platform energy management capabilities. |
11 | */ | 8 | */ |
diff --git a/arch/powerpc/platforms/pseries/reconfig.c b/arch/powerpc/platforms/pseries/reconfig.c index 0e0208117e77..8a9c4fb95b8b 100644 --- a/arch/powerpc/platforms/pseries/reconfig.c +++ b/arch/powerpc/platforms/pseries/reconfig.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI | 3 | * pSeries_reconfig.c - support for dynamic reconfiguration (including PCI |
3 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). | 4 | * Hotplug and Dynamic Logical Partitioning on RPA platforms). |
4 | * | 5 | * |
5 | * Copyright (C) 2005 Nathan Lynch | 6 | * Copyright (C) 2005 Nathan Lynch |
6 | * Copyright (C) 2005 IBM Corporation | 7 | * Copyright (C) 2005 IBM Corporation |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License version | ||
11 | * 2 as published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |