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 /drivers/misc | |
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 'drivers/misc')
-rw-r--r-- | drivers/misc/atmel-ssc.c | 5 | ||||
-rw-r--r-- | drivers/misc/c2port/c2port-duramar2150.c | 5 | ||||
-rw-r--r-- | drivers/misc/c2port/core.c | 5 | ||||
-rw-r--r-- | drivers/misc/cb710/core.c | 5 | ||||
-rw-r--r-- | drivers/misc/cb710/debug.c | 5 | ||||
-rw-r--r-- | drivers/misc/cb710/sgbuf2.c | 5 | ||||
-rw-r--r-- | drivers/misc/ds1682.c | 5 | ||||
-rw-r--r-- | drivers/misc/dummy-irq.c | 6 | ||||
-rw-r--r-- | drivers/misc/eeprom/digsy_mtc_eeprom.c | 5 | ||||
-rw-r--r-- | drivers/misc/eeprom/eeprom_93xx46.c | 5 | ||||
-rw-r--r-- | drivers/misc/fsa9480.c | 5 | ||||
-rw-r--r-- | drivers/misc/sram.h | 5 | ||||
-rw-r--r-- | drivers/misc/tifm_7xx1.c | 6 | ||||
-rw-r--r-- | drivers/misc/tifm_core.c | 6 |
14 files changed, 14 insertions, 59 deletions
diff --git a/drivers/misc/atmel-ssc.c b/drivers/misc/atmel-ssc.c index d8e3cc2dc747..ab4144ea1f11 100644 --- a/drivers/misc/atmel-ssc.c +++ b/drivers/misc/atmel-ssc.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Atmel SSC driver | 3 | * Atmel SSC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Atmel Corporation | 5 | * Copyright (C) 2007 Atmel Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/platform_device.h> | 8 | #include <linux/platform_device.h> |
diff --git a/drivers/misc/c2port/c2port-duramar2150.c b/drivers/misc/c2port/c2port-duramar2150.c index 3dc61ea7dc64..7e370949e00e 100644 --- a/drivers/misc/c2port/c2port-duramar2150.c +++ b/drivers/misc/c2port/c2port-duramar2150.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Silicon Labs C2 port Linux support for Eurotech Duramar 2150 | 3 | * Silicon Labs C2 port Linux support for Eurotech Duramar 2150 |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Rodolfo Giometti <giometti@linux.it> | 5 | * Copyright (c) 2008 Rodolfo Giometti <giometti@linux.it> |
5 | * Copyright (c) 2008 Eurotech S.p.A. <info@eurotech.it> | 6 | * Copyright (c) 2008 Eurotech S.p.A. <info@eurotech.it> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published by | ||
9 | * the Free Software Foundation | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
diff --git a/drivers/misc/c2port/core.c b/drivers/misc/c2port/core.c index 1c5b7aec13d4..33bba1802289 100644 --- a/drivers/misc/c2port/core.c +++ b/drivers/misc/c2port/core.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Silicon Labs C2 port core Linux support | 3 | * Silicon Labs C2 port core Linux support |
3 | * | 4 | * |
4 | * Copyright (c) 2007 Rodolfo Giometti <giometti@linux.it> | 5 | * Copyright (c) 2007 Rodolfo Giometti <giometti@linux.it> |
5 | * Copyright (c) 2007 Eurotech S.p.A. <info@eurotech.it> | 6 | * Copyright (c) 2007 Eurotech S.p.A. <info@eurotech.it> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published by | ||
9 | * the Free Software Foundation | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/misc/cb710/core.c b/drivers/misc/cb710/core.c index 2c43fd09d602..b290bc2ee240 100644 --- a/drivers/misc/cb710/core.c +++ b/drivers/misc/cb710/core.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cb710/core.c | 3 | * cb710/core.c |
3 | * | 4 | * |
4 | * Copyright by Michał Mirosław, 2008-2009 | 5 | * Copyright by Michał Mirosław, 2008-2009 |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/misc/cb710/debug.c b/drivers/misc/cb710/debug.c index fcb3b8e30c52..20d672edf7cd 100644 --- a/drivers/misc/cb710/debug.c +++ b/drivers/misc/cb710/debug.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cb710/debug.c | 3 | * cb710/debug.c |
3 | * | 4 | * |
4 | * Copyright by Michał Mirosław, 2008-2009 | 5 | * Copyright by Michał Mirosław, 2008-2009 |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/cb710.h> | 7 | #include <linux/cb710.h> |
11 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
diff --git a/drivers/misc/cb710/sgbuf2.c b/drivers/misc/cb710/sgbuf2.c index 2a40d0efdff5..dfd2969e3628 100644 --- a/drivers/misc/cb710/sgbuf2.c +++ b/drivers/misc/cb710/sgbuf2.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * cb710/sgbuf2.c | 3 | * cb710/sgbuf2.c |
3 | * | 4 | * |
4 | * Copyright by Michał Mirosław, 2008-2009 | 5 | * Copyright by Michał Mirosław, 2008-2009 |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
11 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/misc/ds1682.c b/drivers/misc/ds1682.c index 98a921ea9ee8..42f316c2d719 100644 --- a/drivers/misc/ds1682.c +++ b/drivers/misc/ds1682.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Dallas Semiconductor DS1682 Elapsed Time Recorder device driver | 3 | * Dallas Semiconductor DS1682 Elapsed Time Recorder device driver |
3 | * | 4 | * |
4 | * Written by: Grant Likely <grant.likely@secretlab.ca> | 5 | * Written by: Grant Likely <grant.likely@secretlab.ca> |
5 | * | 6 | * |
6 | * Copyright (C) 2007 Secret Lab Technologies Ltd. | 7 | * Copyright (C) 2007 Secret Lab Technologies Ltd. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | /* | 10 | /* |
diff --git a/drivers/misc/dummy-irq.c b/drivers/misc/dummy-irq.c index 76a1015d5783..fe3bfcb31a4c 100644 --- a/drivers/misc/dummy-irq.c +++ b/drivers/misc/dummy-irq.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Dummy IRQ handler driver. | 3 | * Dummy IRQ handler driver. |
3 | * | 4 | * |
@@ -10,11 +11,6 @@ | |||
10 | * Copyright (C) 2013 Jiri Kosina | 11 | * Copyright (C) 2013 Jiri Kosina |
11 | */ | 12 | */ |
12 | 13 | ||
13 | /* | ||
14 | * This program is free software; you can redistribute it and/or modify it | ||
15 | * under the terms of the GNU General Public License version 2 as published by | ||
16 | * the Free Software Foundation. | ||
17 | */ | ||
18 | #include <linux/module.h> | 14 | #include <linux/module.h> |
19 | #include <linux/irq.h> | 15 | #include <linux/irq.h> |
20 | #include <linux/interrupt.h> | 16 | #include <linux/interrupt.h> |
diff --git a/drivers/misc/eeprom/digsy_mtc_eeprom.c b/drivers/misc/eeprom/digsy_mtc_eeprom.c index fbde2516c04f..f1f766b70965 100644 --- a/drivers/misc/eeprom/digsy_mtc_eeprom.c +++ b/drivers/misc/eeprom/digsy_mtc_eeprom.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * EEPROMs access control driver for display configuration EEPROMs | 3 | * EEPROMs access control driver for display configuration EEPROMs |
3 | * on DigsyMTC board. | 4 | * on DigsyMTC board. |
4 | * | 5 | * |
5 | * (C) 2011 DENX Software Engineering, Anatolij Gustschin <agust@denx.de> | 6 | * (C) 2011 DENX Software Engineering, Anatolij Gustschin <agust@denx.de> |
6 | * | 7 | * |
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 by the Free Software Foundation. | ||
10 | * | ||
11 | * FIXME: this driver is used on a device-tree probed platform: it | 8 | * FIXME: this driver is used on a device-tree probed platform: it |
12 | * should be defined as a bit-banged SPI device and probed from the device | 9 | * should be defined as a bit-banged SPI device and probed from the device |
13 | * tree and not like this with static grabbing of a few numbered GPIO | 10 | * tree and not like this with static grabbing of a few numbered GPIO |
diff --git a/drivers/misc/eeprom/eeprom_93xx46.c b/drivers/misc/eeprom/eeprom_93xx46.c index c6dd9ad9bf7b..94cfb675fe4e 100644 --- a/drivers/misc/eeprom/eeprom_93xx46.c +++ b/drivers/misc/eeprom/eeprom_93xx46.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for 93xx46 EEPROMs | 3 | * Driver for 93xx46 EEPROMs |
3 | * | 4 | * |
4 | * (C) 2011 DENX Software Engineering, Anatolij Gustschin <agust@denx.de> | 5 | * (C) 2011 DENX Software Engineering, Anatolij Gustschin <agust@denx.de> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/delay.h> | 8 | #include <linux/delay.h> |
diff --git a/drivers/misc/fsa9480.c b/drivers/misc/fsa9480.c index 607b489a6501..fab02f2da077 100644 --- a/drivers/misc/fsa9480.c +++ b/drivers/misc/fsa9480.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * fsa9480.c - FSA9480 micro USB switch device driver | 3 | * fsa9480.c - FSA9480 micro USB switch device driver |
3 | * | 4 | * |
4 | * Copyright (C) 2010 Samsung Electronics | 5 | * Copyright (C) 2010 Samsung Electronics |
5 | * Minkyu Kang <mk7.kang@samsung.com> | 6 | * Minkyu Kang <mk7.kang@samsung.com> |
6 | * Wonguk Jeong <wonguk.jeong@samsung.com> | 7 | * Wonguk Jeong <wonguk.jeong@samsung.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/drivers/misc/sram.h b/drivers/misc/sram.h index c181ce4c8fca..9c1d21ff7347 100644 --- a/drivers/misc/sram.h +++ b/drivers/misc/sram.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Defines for the SRAM driver | 3 | * Defines for the SRAM driver |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | #ifndef __SRAM_H | 5 | #ifndef __SRAM_H |
9 | #define __SRAM_H | 6 | #define __SRAM_H |
diff --git a/drivers/misc/tifm_7xx1.c b/drivers/misc/tifm_7xx1.c index cc729f7ab32e..e6b40aa8fb42 100644 --- a/drivers/misc/tifm_7xx1.c +++ b/drivers/misc/tifm_7xx1.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * tifm_7xx1.c - TI FlashMedia driver | 3 | * tifm_7xx1.c - TI FlashMedia driver |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Alex Dubov <oakad@yahoo.com> | 5 | * Copyright (C) 2006 Alex Dubov <oakad@yahoo.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/tifm.h> | 8 | #include <linux/tifm.h> |
diff --git a/drivers/misc/tifm_core.c b/drivers/misc/tifm_core.c index a511b2a713b3..667e574a7df2 100644 --- a/drivers/misc/tifm_core.c +++ b/drivers/misc/tifm_core.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * tifm_core.c - TI FlashMedia driver | 3 | * tifm_core.c - TI FlashMedia driver |
3 | * | 4 | * |
4 | * Copyright (C) 2006 Alex Dubov <oakad@yahoo.com> | 5 | * Copyright (C) 2006 Alex Dubov <oakad@yahoo.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #include <linux/tifm.h> | 8 | #include <linux/tifm.h> |