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/input/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/input/misc')
-rw-r--r-- | drivers/input/misc/apanel.c | 5 | ||||
-rw-r--r-- | drivers/input/misc/arizona-haptics.c | 5 | ||||
-rw-r--r-- | drivers/input/misc/ati_remote2.c | 5 | ||||
-rw-r--r-- | drivers/input/misc/gp2ap002a00f.c | 5 | ||||
-rw-r--r-- | drivers/input/misc/ims-pcu.c | 5 | ||||
-rw-r--r-- | drivers/input/misc/ixp4xx-beeper.c | 6 | ||||
-rw-r--r-- | drivers/input/misc/m68kspkr.c | 7 | ||||
-rw-r--r-- | drivers/input/misc/pcap_keys.c | 6 | ||||
-rw-r--r-- | drivers/input/misc/pcspkr.c | 7 | ||||
-rw-r--r-- | drivers/input/misc/regulator-haptic.c | 5 | ||||
-rw-r--r-- | drivers/input/misc/rotary_encoder.c | 5 |
11 files changed, 11 insertions, 50 deletions
diff --git a/drivers/input/misc/apanel.c b/drivers/input/misc/apanel.c index c1e66f45d552..53ec40d1b90d 100644 --- a/drivers/input/misc/apanel.c +++ b/drivers/input/misc/apanel.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Fujitsu Lifebook Application Panel button drive | 3 | * Fujitsu Lifebook Application Panel button drive |
3 | * | 4 | * |
4 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> | 5 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> |
5 | * Copyright (C) 2001-2003 Jochen Eisinger <jochen@penguin-breeder.org> | 6 | * Copyright (C) 2001-2003 Jochen Eisinger <jochen@penguin-breeder.org> |
6 | * | 7 | * |
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 | * | ||
11 | * Many Fujitsu Lifebook laptops have a small panel of buttons that are | 8 | * Many Fujitsu Lifebook laptops have a small panel of buttons that are |
12 | * accessible via the i2c/smbus interface. This driver polls those | 9 | * accessible via the i2c/smbus interface. This driver polls those |
13 | * buttons and generates input events. | 10 | * buttons and generates input events. |
diff --git a/drivers/input/misc/arizona-haptics.c b/drivers/input/misc/arizona-haptics.c index 21dc1b8b2a4a..5fa1c9438a85 100644 --- a/drivers/input/misc/arizona-haptics.c +++ b/drivers/input/misc/arizona-haptics.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Arizona haptics driver | 3 | * Arizona haptics driver |
3 | * | 4 | * |
4 | * Copyright 2012 Wolfson Microelectronics plc | 5 | * Copyright 2012 Wolfson Microelectronics plc |
5 | * | 6 | * |
6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.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/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/input/misc/ati_remote2.c b/drivers/input/misc/ati_remote2.c index d8fd58fdf050..305f0160506a 100644 --- a/drivers/input/misc/ati_remote2.c +++ b/drivers/input/misc/ati_remote2.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ati_remote2 - ATI/Philips USB RF remote driver | 3 | * ati_remote2 - ATI/Philips USB RF remote driver |
3 | * | 4 | * |
4 | * Copyright (C) 2005-2008 Ville Syrjala <syrjala@sci.fi> | 5 | * Copyright (C) 2005-2008 Ville Syrjala <syrjala@sci.fi> |
5 | * Copyright (C) 2007-2008 Peter Stokes <linux@dadeos.co.uk> | 6 | * Copyright (C) 2007-2008 Peter Stokes <linux@dadeos.co.uk> |
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 | ||
9 | * as published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/usb/input.h> | 9 | #include <linux/usb/input.h> |
diff --git a/drivers/input/misc/gp2ap002a00f.c b/drivers/input/misc/gp2ap002a00f.c index c6a29e57b5e4..90abda8eea67 100644 --- a/drivers/input/misc/gp2ap002a00f.c +++ b/drivers/input/misc/gp2ap002a00f.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 Sony Ericsson Mobile Communications Inc. | 3 | * Copyright (C) 2011 Sony Ericsson Mobile Communications Inc. |
3 | * | 4 | * |
4 | * Author: Courtney Cavin <courtney.cavin@sonyericsson.com> | 5 | * Author: Courtney Cavin <courtney.cavin@sonyericsson.com> |
5 | * Prepared for up-stream by: Oskar Andero <oskar.andero@sonyericsson.com> | 6 | * Prepared for up-stream by: Oskar Andero <oskar.andero@sonyericsson.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 by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/i2c.h> | 9 | #include <linux/i2c.h> |
diff --git a/drivers/input/misc/ims-pcu.c b/drivers/input/misc/ims-pcu.c index 74cf3b612f05..d8dbfc030d0f 100644 --- a/drivers/input/misc/ims-pcu.c +++ b/drivers/input/misc/ims-pcu.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for IMS Passenger Control Unit Devices | 3 | * Driver for IMS Passenger Control Unit Devices |
3 | * | 4 | * |
4 | * Copyright (C) 2013 The IMS Company | 5 | * Copyright (C) 2013 The IMS Company |
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 | ||
8 | * as published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/completion.h> | 8 | #include <linux/completion.h> |
diff --git a/drivers/input/misc/ixp4xx-beeper.c b/drivers/input/misc/ixp4xx-beeper.c index 4776273fa10b..794ecc9a552d 100644 --- a/drivers/input/misc/ixp4xx-beeper.c +++ b/drivers/input/misc/ixp4xx-beeper.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Generic IXP4xx beeper driver | 3 | * Generic IXP4xx beeper driver |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Author: Alessandro Zummo <a.zummo@towertech.it> | 10 | * Author: Alessandro Zummo <a.zummo@towertech.it> |
10 | * Maintainers: http://www.nslu2-linux.org/ | 11 | * Maintainers: http://www.nslu2-linux.org/ |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | * | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/input/misc/m68kspkr.c b/drivers/input/misc/m68kspkr.c index 312d63623038..25fcf1467151 100644 --- a/drivers/input/misc/m68kspkr.c +++ b/drivers/input/misc/m68kspkr.c | |||
@@ -1,17 +1,12 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * m68k beeper driver for Linux | 3 | * m68k beeper driver for Linux |
3 | * | 4 | * |
4 | * Copyright (c) 2002 Richard Zidlicky | 5 | * Copyright (c) 2002 Richard Zidlicky |
5 | * Copyright (c) 2002 Vojtech Pavlik | 6 | * Copyright (c) 2002 Vojtech Pavlik |
6 | * Copyright (c) 1992 Orest Zborowski | 7 | * Copyright (c) 1992 Orest Zborowski |
7 | * | ||
8 | */ | 8 | */ |
9 | 9 | ||
10 | /* | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published by | ||
13 | * the Free Software Foundation | ||
14 | */ | ||
15 | 10 | ||
16 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
17 | #include <linux/module.h> | 12 | #include <linux/module.h> |
diff --git a/drivers/input/misc/pcap_keys.c b/drivers/input/misc/pcap_keys.c index 3b81daf67726..b5a53636d7e2 100644 --- a/drivers/input/misc/pcap_keys.c +++ b/drivers/input/misc/pcap_keys.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Input driver for PCAP events: | 3 | * Input driver for PCAP events: |
3 | * * Power key | 4 | * * Power key |
4 | * * Headphone button | 5 | * * Headphone button |
5 | * | 6 | * |
6 | * Copyright (c) 2008,2009 Ilya Petrov <ilya.muromec@gmail.com> | 7 | * Copyright (c) 2008,2009 Ilya Petrov <ilya.muromec@gmail.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 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/input/misc/pcspkr.c b/drivers/input/misc/pcspkr.c index 56ddba21de84..e5e0d8ba80e1 100644 --- a/drivers/input/misc/pcspkr.c +++ b/drivers/input/misc/pcspkr.c | |||
@@ -1,16 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PC Speaker beeper driver for Linux | 3 | * PC Speaker beeper driver for Linux |
3 | * | 4 | * |
4 | * Copyright (c) 2002 Vojtech Pavlik | 5 | * Copyright (c) 2002 Vojtech Pavlik |
5 | * Copyright (c) 1992 Orest Zborowski | 6 | * Copyright (c) 1992 Orest Zborowski |
6 | * | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation | ||
13 | */ | ||
14 | 9 | ||
15 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
16 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/input/misc/regulator-haptic.c b/drivers/input/misc/regulator-haptic.c index a1db1e5040dc..a661e77545c5 100644 --- a/drivers/input/misc/regulator-haptic.c +++ b/drivers/input/misc/regulator-haptic.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Regulator haptic driver | 3 | * Regulator haptic driver |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. | 5 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
5 | * Author: Jaewon Kim <jaewon02.kim@samsung.com> | 6 | * Author: Jaewon Kim <jaewon02.kim@samsung.com> |
6 | * Author: Hyunhee Kim <hyunhee.kim@samsung.com> | 7 | * Author: Hyunhee Kim <hyunhee.kim@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/input.h> | 10 | #include <linux/input.h> |
diff --git a/drivers/input/misc/rotary_encoder.c b/drivers/input/misc/rotary_encoder.c index d748897bf5e9..6d613f2a017c 100644 --- a/drivers/input/misc/rotary_encoder.c +++ b/drivers/input/misc/rotary_encoder.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * rotary_encoder.c | 3 | * rotary_encoder.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * A generic driver for rotary encoders connected to GPIO lines. | 10 | * A generic driver for rotary encoders connected to GPIO lines. |
10 | * See file:Documentation/input/devices/rotary-encoder.rst for more information | 11 | * See file:Documentation/input/devices/rotary-encoder.rst for more information |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |