diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-24 06:04:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:25:18 -0400 |
commit | 80503b23b23b5b2228d8750b786eb182f2fa28d2 (patch) | |
tree | daf01b4f4f25c233100b9f32dc91973ac61b175d /drivers/gpio | |
parent | db73570c1cc2bf9baee546bd17e3eee5c515cfcd (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
Based on 1 normalized pattern(s):
licensed under the gpl 2 or later
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-or-later
has been chosen to replace the boilerplate/reference in 82 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190524100845.150836982@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-adp5520.c | 3 | ||||
-rw-r--r-- | drivers/gpio/gpio-adp5588.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-adp5520.c b/drivers/gpio/gpio-adp5520.c index e321955782a1..0386ede53f3a 100644 --- a/drivers/gpio/gpio-adp5520.c +++ b/drivers/gpio/gpio-adp5520.c | |||
@@ -1,9 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * GPIO driver for Analog Devices ADP5520 MFD PMICs | 3 | * GPIO driver for Analog Devices ADP5520 MFD PMICs |
3 | * | 4 | * |
4 | * Copyright 2009 Analog Devices Inc. | 5 | * Copyright 2009 Analog Devices Inc. |
5 | * | ||
6 | * Licensed under the GPL-2 or later. | ||
7 | */ | 6 | */ |
8 | 7 | ||
9 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/gpio/gpio-adp5588.c b/drivers/gpio/gpio-adp5588.c index c4a5b499f53e..49f423d7beba 100644 --- a/drivers/gpio/gpio-adp5588.c +++ b/drivers/gpio/gpio-adp5588.c | |||
@@ -1,10 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * GPIO Chip driver for Analog Devices | 3 | * GPIO Chip driver for Analog Devices |
3 | * ADP5588/ADP5587 I/O Expander and QWERTY Keypad Controller | 4 | * ADP5588/ADP5587 I/O Expander and QWERTY Keypad Controller |
4 | * | 5 | * |
5 | * Copyright 2009-2010 Analog Devices Inc. | 6 | * Copyright 2009-2010 Analog Devices Inc. |
6 | * | ||
7 | * Licensed under the GPL-2 or later. | ||
8 | */ | 7 | */ |
9 | 8 | ||
10 | #include <linux/module.h> | 9 | #include <linux/module.h> |