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/x86/platform | |
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/x86/platform')
-rw-r--r-- | arch/x86/platform/geode/alix.c | 6 | ||||
-rw-r--r-- | arch/x86/platform/geode/geos.c | 5 | ||||
-rw-r--r-- | arch/x86/platform/geode/net5501.c | 6 |
3 files changed, 3 insertions, 14 deletions
diff --git a/arch/x86/platform/geode/alix.c b/arch/x86/platform/geode/alix.c index 1865c196f136..8d4daca81eda 100644 --- a/arch/x86/platform/geode/alix.c +++ b/arch/x86/platform/geode/alix.c | |||
@@ -1,9 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for PCEngines ALIX. | 3 | * System Specific setup for PCEngines ALIX. |
3 | * At the moment this means setup of GPIO control of LEDs | 4 | * At the moment this means setup of GPIO control of LEDs |
4 | * on Alix.2/3/6 boards. | 5 | * on Alix.2/3/6 boards. |
5 | * | 6 | * |
6 | * | ||
7 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> | 7 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> |
8 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> | 8 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> |
9 | * and Philip Prindeville <philipp@redfish-solutions.com> | 9 | * and Philip Prindeville <philipp@redfish-solutions.com> |
@@ -11,10 +11,6 @@ | |||
11 | * TODO: There are large similarities with leds-net5501.c | 11 | * TODO: There are large similarities with leds-net5501.c |
12 | * by Alessandro Zummo <a.zummo@towertech.it> | 12 | * by Alessandro Zummo <a.zummo@towertech.it> |
13 | * In the future leds-net5501.c should be migrated over to platform | 13 | * In the future leds-net5501.c should be migrated over to platform |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify | ||
16 | * it under the terms of the GNU General Public License version 2 | ||
17 | * as published by the Free Software Foundation. | ||
18 | */ | 14 | */ |
19 | 15 | ||
20 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c index 4fcdb91318a0..136974ec9a90 100644 --- a/arch/x86/platform/geode/geos.c +++ b/arch/x86/platform/geode/geos.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for Traverse Technologies GEOS. | 3 | * System Specific setup for Traverse Technologies GEOS. |
3 | * At the moment this means setup of GPIO control of LEDs. | 4 | * At the moment this means setup of GPIO control of LEDs. |
@@ -9,10 +10,6 @@ | |||
9 | * TODO: There are large similarities with leds-net5501.c | 10 | * TODO: There are large similarities with leds-net5501.c |
10 | * by Alessandro Zummo <a.zummo@towertech.it> | 11 | * by Alessandro Zummo <a.zummo@towertech.it> |
11 | * In the future leds-net5501.c should be migrated over to platform | 12 | * In the future leds-net5501.c should be migrated over to platform |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 | ||
15 | * as published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
diff --git a/arch/x86/platform/geode/net5501.c b/arch/x86/platform/geode/net5501.c index a2f6b982a729..2c24d8d30436 100644 --- a/arch/x86/platform/geode/net5501.c +++ b/arch/x86/platform/geode/net5501.c | |||
@@ -1,19 +1,15 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * System Specific setup for Soekris net5501 | 3 | * System Specific setup for Soekris net5501 |
3 | * At the moment this means setup of GPIO control of LEDs and buttons | 4 | * At the moment this means setup of GPIO control of LEDs and buttons |
4 | * on net5501 boards. | 5 | * on net5501 boards. |
5 | * | 6 | * |
6 | * | ||
7 | * Copyright (C) 2008-2009 Tower Technologies | 7 | * Copyright (C) 2008-2009 Tower Technologies |
8 | * Written by Alessandro Zummo <a.zummo@towertech.it> | 8 | * Written by Alessandro Zummo <a.zummo@towertech.it> |
9 | * | 9 | * |
10 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> | 10 | * Copyright (C) 2008 Constantin Baranov <const@mimas.ru> |
11 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> | 11 | * Copyright (C) 2011 Ed Wildgoose <kernel@wildgooses.com> |
12 | * and Philip Prindeville <philipp@redfish-solutions.com> | 12 | * and Philip Prindeville <philipp@redfish-solutions.com> |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License version 2 | ||
16 | * as published by the Free Software Foundation. | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |