summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/misc/adutux.c5
-rw-r--r--drivers/usb/misc/appledisplay.c14
-rw-r--r--drivers/usb/misc/chaoskey.c9
-rw-r--r--drivers/usb/misc/cypress_cy7c63.c4
-rw-r--r--drivers/usb/misc/cytherm.c5
-rw-r--r--drivers/usb/misc/ehset.c9
-rw-r--r--drivers/usb/misc/emi26.c4
-rw-r--r--drivers/usb/misc/emi62.c4
-rw-r--r--drivers/usb/misc/ezusb.c4
-rw-r--r--drivers/usb/misc/ftdi-elan.c5
-rw-r--r--drivers/usb/misc/idmouse.c5
-rw-r--r--drivers/usb/misc/isight_firmware.c4
-rw-r--r--drivers/usb/misc/ldusb.c5
-rw-r--r--drivers/usb/misc/legousbtower.c5
-rw-r--r--drivers/usb/misc/lvstest.c4
-rw-r--r--drivers/usb/misc/rio500.c14
-rw-r--r--drivers/usb/misc/rio500_usb.h18
-rw-r--r--drivers/usb/misc/trancevibrator.c14
-rw-r--r--drivers/usb/misc/usb251xb.c10
-rw-r--r--drivers/usb/misc/usb3503.c14
-rw-r--r--drivers/usb/misc/usb4604.c10
-rw-r--r--drivers/usb/misc/usb_u132.h5
-rw-r--r--drivers/usb/misc/usbsevseg.c5
-rw-r--r--drivers/usb/misc/uss720.c14
-rw-r--r--drivers/usb/misc/yurex.c5
25 files changed, 0 insertions, 195 deletions
diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c
index 092db5ae5fa1..e9195a7103a8 100644
--- a/drivers/usb/misc/adutux.c
+++ b/drivers/usb/misc/adutux.c
@@ -6,11 +6,6 @@
6 * 6 *
7 * Copyright (c) 2003 John Homppi (SCO, leave this notice here) 7 * Copyright (c) 2003 John Homppi (SCO, leave this notice here)
8 * 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 as
11 * published by the Free Software Foundation; either version 2 of
12 * the License, or (at your option) any later version.
13 *
14 * derived from the Lego USB Tower driver 0.56: 9 * derived from the Lego USB Tower driver 0.56:
15 * Copyright (c) 2003 David Glance <davidgsf@sourceforge.net> 10 * Copyright (c) 2003 David Glance <davidgsf@sourceforge.net>
16 * 2001 Juergen Stuber <stuber@loria.fr> 11 * 2001 Juergen Stuber <stuber@loria.fr>
diff --git a/drivers/usb/misc/appledisplay.c b/drivers/usb/misc/appledisplay.c
index b75defc52c24..b3eb8b989bd4 100644
--- a/drivers/usb/misc/appledisplay.c
+++ b/drivers/usb/misc/appledisplay.c
@@ -5,20 +5,6 @@
5 * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch) 5 * Copyright (C) 2006 Michael Hanselmann (linux-kernel@hansmi.ch)
6 * 6 *
7 * Thanks to Caskey L. Dickson for his work with acdctl. 7 * Thanks to Caskey L. Dickson for his work with acdctl.
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 */ 8 */
23 9
24#include <linux/kernel.h> 10#include <linux/kernel.h>
diff --git a/drivers/usb/misc/chaoskey.c b/drivers/usb/misc/chaoskey.c
index 8a22b4997c5f..b6a1b9331aa0 100644
--- a/drivers/usb/misc/chaoskey.c
+++ b/drivers/usb/misc/chaoskey.c
@@ -12,15 +12,6 @@
12 * bit stream. 12 * bit stream.
13 * 13 *
14 * Copyright © 2015 Keith Packard <keithp@keithp.com> 14 * Copyright © 2015 Keith Packard <keithp@keithp.com>
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; version 2 of the License.
19 *
20 * This program is distributed in the hope that it will be useful, but
21 * WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 * General Public License for more details.
24 */ 15 */
25 16
26#include <linux/module.h> 17#include <linux/module.h>
diff --git a/drivers/usb/misc/cypress_cy7c63.c b/drivers/usb/misc/cypress_cy7c63.c
index 819ad8dc2376..bf4d2778907e 100644
--- a/drivers/usb/misc/cypress_cy7c63.c
+++ b/drivers/usb/misc/cypress_cy7c63.c
@@ -24,10 +24,6 @@
24* 24*
25* For up-to-date information please visit: 25* For up-to-date information please visit:
26* http://www.obock.de/kernel/cypress 26* http://www.obock.de/kernel/cypress
27*
28* This program is free software; you can redistribute it and/or
29* modify it under the terms of the GNU General Public License as
30* published by the Free Software Foundation, version 2.
31*/ 27*/
32 28
33#include <linux/module.h> 29#include <linux/module.h>
diff --git a/drivers/usb/misc/cytherm.c b/drivers/usb/misc/cytherm.c
index a65f8817ecf8..66be86077292 100644
--- a/drivers/usb/misc/cytherm.c
+++ b/drivers/usb/misc/cytherm.c
@@ -7,11 +7,6 @@
7 * This driver works with Elektor magazine USB Interface as published in 7 * This driver works with Elektor magazine USB Interface as published in
8 * issue #291. It should also work with the original starter kit/demo board 8 * issue #291. It should also work with the original starter kit/demo board
9 * from Cypress. 9 * from Cypress.
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation, version 2.
14 *
15 */ 10 */
16 11
17 12
diff --git a/drivers/usb/misc/ehset.c b/drivers/usb/misc/ehset.c
index 8b8e25424aa1..7895d61e733b 100644
--- a/drivers/usb/misc/ehset.c
+++ b/drivers/usb/misc/ehset.c
@@ -1,15 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0 1// SPDX-License-Identifier: GPL-2.0
2/* 2/*
3 * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved. 3 * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 and
7 * only version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */ 4 */
14 5
15#include <linux/kernel.h> 6#include <linux/kernel.h>
diff --git a/drivers/usb/misc/emi26.c b/drivers/usb/misc/emi26.c
index 81836e9d787f..24d841850e05 100644
--- a/drivers/usb/misc/emi26.c
+++ b/drivers/usb/misc/emi26.c
@@ -4,10 +4,6 @@
4 * Copyright (C) 2002 4 * Copyright (C) 2002
5 * Tapio Laxström (tapio.laxstrom@iptime.fi) 5 * Tapio Laxström (tapio.laxstrom@iptime.fi)
6 * 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, as published by
9 * the Free Software Foundation, version 2.
10 *
11 * emi26.c,v 1.13 2002/03/08 13:10:26 tapio Exp 7 * emi26.c,v 1.13 2002/03/08 13:10:26 tapio Exp
12 */ 8 */
13#include <linux/kernel.h> 9#include <linux/kernel.h>
diff --git a/drivers/usb/misc/emi62.c b/drivers/usb/misc/emi62.c
index fad894a63c52..3eea60437f56 100644
--- a/drivers/usb/misc/emi62.c
+++ b/drivers/usb/misc/emi62.c
@@ -3,10 +3,6 @@
3 * Emagic EMI 2|6 usb audio interface firmware loader. 3 * Emagic EMI 2|6 usb audio interface firmware loader.
4 * Copyright (C) 2002 4 * Copyright (C) 2002
5 * Tapio Laxström (tapio.laxstrom@iptime.fi) 5 * Tapio Laxström (tapio.laxstrom@iptime.fi)
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, as published by
9 * the Free Software Foundation, version 2.
10 */ 6 */
11#include <linux/kernel.h> 7#include <linux/kernel.h>
12#include <linux/errno.h> 8#include <linux/errno.h>
diff --git a/drivers/usb/misc/ezusb.c b/drivers/usb/misc/ezusb.c
index c9be0d484e5c..f058d8029761 100644
--- a/drivers/usb/misc/ezusb.c
+++ b/drivers/usb/misc/ezusb.c
@@ -3,10 +3,6 @@
3 * EZ-USB specific functions used by some of the USB to Serial drivers. 3 * EZ-USB specific functions used by some of the USB to Serial drivers.
4 * 4 *
5 * Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@kroah.com) 5 * Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@kroah.com)
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 */ 6 */
11 7
12#include <linux/kernel.h> 8#include <linux/kernel.h>
diff --git a/drivers/usb/misc/ftdi-elan.c b/drivers/usb/misc/ftdi-elan.c
index c1fbc2a32eb2..76c718ac8c78 100644
--- a/drivers/usb/misc/ftdi-elan.c
+++ b/drivers/usb/misc/ftdi-elan.c
@@ -8,11 +8,6 @@
8 * Author and Maintainer - Tony Olech - Elan Digital Systems 8 * Author and Maintainer - Tony Olech - Elan Digital Systems
9 * tony.olech@elandigitalsystems.com 9 * tony.olech@elandigitalsystems.com
10 * 10 *
11 * This program is free software;you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation, version 2.
14 *
15 *
16 * This driver was written by Tony Olech(tony.olech@elandigitalsystems.com) 11 * This driver was written by Tony Olech(tony.olech@elandigitalsystems.com)
17 * based on various USB client drivers in the 2.6.15 linux kernel 12 * based on various USB client drivers in the 2.6.15 linux kernel
18 * with constant reference to the 3rd Edition of Linux Device Drivers 13 * with constant reference to the 3rd Edition of Linux Device Drivers
diff --git a/drivers/usb/misc/idmouse.c b/drivers/usb/misc/idmouse.c
index 8d144903f05e..20b0f91a5d9b 100644
--- a/drivers/usb/misc/idmouse.c
+++ b/drivers/usb/misc/idmouse.c
@@ -1,11 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0+ 1// SPDX-License-Identifier: GPL-2.0+
2/* Siemens ID Mouse driver v0.6 2/* Siemens ID Mouse driver v0.6
3 3
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public License as
6 published by the Free Software Foundation; either version 2 of
7 the License, or (at your option) any later version.
8
9 Copyright (C) 2004-5 by Florian 'Floe' Echtler <echtler@fs.tum.de> 4 Copyright (C) 2004-5 by Florian 'Floe' Echtler <echtler@fs.tum.de>
10 and Andreas 'ad' Deresch <aderesch@fs.tum.de> 5 and Andreas 'ad' Deresch <aderesch@fs.tum.de>
11 6
diff --git a/drivers/usb/misc/isight_firmware.c b/drivers/usb/misc/isight_firmware.c
index 91c028f16d31..4d30095d6ad2 100644
--- a/drivers/usb/misc/isight_firmware.c
+++ b/drivers/usb/misc/isight_firmware.c
@@ -4,10 +4,6 @@
4 * 4 *
5 * Copyright (C) 2008 Matthew Garrett <mjg@redhat.com> 5 * Copyright (C) 2008 Matthew Garrett <mjg@redhat.com>
6 * 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 as published by the Free
9 * Software Foundation, version 2.
10 *
11 * The USB isight cameras in recent Apples are roughly compatible with the USB 7 * The USB isight cameras in recent Apples are roughly compatible with the USB
12 * video class specification, and can be driven by uvcvideo. However, they 8 * video class specification, and can be driven by uvcvideo. However, they
13 * need firmware to be loaded beforehand. After firmware loading, the device 9 * need firmware to be loaded beforehand. After firmware loading, the device
diff --git a/drivers/usb/misc/ldusb.c b/drivers/usb/misc/ldusb.c
index 0f01dd3b59d0..5c1a3b852453 100644
--- a/drivers/usb/misc/ldusb.c
+++ b/drivers/usb/misc/ldusb.c
@@ -13,11 +13,6 @@
13 * 13 *
14 * Copyright (C) 2005 Michael Hund <mhund@ld-didactic.de> 14 * Copyright (C) 2005 Michael Hund <mhund@ld-didactic.de>
15 * 15 *
16 * This program is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License as
18 * published by the Free Software Foundation; either version 2 of
19 * the License, or (at your option) any later version.
20 *
21 * Derived from Lego USB Tower driver 16 * Derived from Lego USB Tower driver
22 * Copyright (C) 2003 David Glance <advidgsf@sourceforge.net> 17 * Copyright (C) 2003 David Glance <advidgsf@sourceforge.net>
23 * 2001-2004 Juergen Stuber <starblue@users.sourceforge.net> 18 * 2001-2004 Juergen Stuber <starblue@users.sourceforge.net>
diff --git a/drivers/usb/misc/legousbtower.c b/drivers/usb/misc/legousbtower.c
index cd4d49d8aea5..c5be6e9e24a5 100644
--- a/drivers/usb/misc/legousbtower.c
+++ b/drivers/usb/misc/legousbtower.c
@@ -5,11 +5,6 @@
5 * Copyright (C) 2003 David Glance <davidgsf@sourceforge.net> 5 * Copyright (C) 2003 David Glance <davidgsf@sourceforge.net>
6 * 2001-2004 Juergen Stuber <starblue@users.sourceforge.net> 6 * 2001-2004 Juergen Stuber <starblue@users.sourceforge.net>
7 * 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 as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * derived from USB Skeleton driver - 0.5 8 * derived from USB Skeleton driver - 0.5
14 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) 9 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
15 * 10 *
diff --git a/drivers/usb/misc/lvstest.c b/drivers/usb/misc/lvstest.c
index 5e5d128e16c0..e5c03c6d16e9 100644
--- a/drivers/usb/misc/lvstest.c
+++ b/drivers/usb/misc/lvstest.c
@@ -6,10 +6,6 @@
6 * 6 *
7 * Copyright (C) 2014 ST Microelectronics 7 * Copyright (C) 2014 ST Microelectronics
8 * Pratyush Anand <pratyush.anand@gmail.com> 8 * Pratyush Anand <pratyush.anand@gmail.com>
9 *
10 * This file is licensed under the terms of the GNU General Public
11 * License version 2. This program is licensed "as is" without any
12 * warranty of any kind, whether express or implied.
13 */ 9 */
14 10
15#include <linux/init.h> 11#include <linux/init.h>
diff --git a/drivers/usb/misc/rio500.c b/drivers/usb/misc/rio500.c
index 84bd682e9e61..7b9adeb3e7aa 100644
--- a/drivers/usb/misc/rio500.c
+++ b/drivers/usb/misc/rio500.c
@@ -7,20 +7,6 @@
7 * Cesar Miquel (miquel@df.uba.ar) 7 * Cesar Miquel (miquel@df.uba.ar)
8 * 8 *
9 * based on hp_scanner.c by David E. Nelson (dnelson@jump.net) 9 * based on hp_scanner.c by David E. Nelson (dnelson@jump.net)
10 *
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful, but
17 * WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 * 10 *
25 * Based upon mouse.c (Brad Keryan) and printer.c (Michael Gee). 11 * Based upon mouse.c (Brad Keryan) and printer.c (Michael Gee).
26 * 12 *
diff --git a/drivers/usb/misc/rio500_usb.h b/drivers/usb/misc/rio500_usb.h
index ce2ac1099d86..6db7a5863496 100644
--- a/drivers/usb/misc/rio500_usb.h
+++ b/drivers/usb/misc/rio500_usb.h
@@ -1,26 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0+ 1// SPDX-License-Identifier: GPL-2.0+
2/* ---------------------------------------------------------------------- 2/* ----------------------------------------------------------------------
3
4 Copyright (C) 2000 Cesar Miquel (miquel@df.uba.ar) 3 Copyright (C) 2000 Cesar Miquel (miquel@df.uba.ar)
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 as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
20 ---------------------------------------------------------------------- */ 4 ---------------------------------------------------------------------- */
21 5
22
23
24#define RIO_SEND_COMMAND 0x1 6#define RIO_SEND_COMMAND 0x1
25#define RIO_RECV_COMMAND 0x2 7#define RIO_RECV_COMMAND 0x2
26 8
diff --git a/drivers/usb/misc/trancevibrator.c b/drivers/usb/misc/trancevibrator.c
index 405726b8ebe6..d83af2a332e4 100644
--- a/drivers/usb/misc/trancevibrator.c
+++ b/drivers/usb/misc/trancevibrator.c
@@ -3,20 +3,6 @@
3 * PlayStation 2 Trance Vibrator driver 3 * PlayStation 2 Trance Vibrator driver
4 * 4 *
5 * Copyright (C) 2006 Sam Hocevar <sam@zoy.org> 5 * Copyright (C) 2006 Sam Hocevar <sam@zoy.org>
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 as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 */ 6 */
21 7
22/* Standard include files */ 8/* Standard include files */
diff --git a/drivers/usb/misc/usb251xb.c b/drivers/usb/misc/usb251xb.c
index 5234bc3e0f01..a6efb9a72939 100644
--- a/drivers/usb/misc/usb251xb.c
+++ b/drivers/usb/misc/usb251xb.c
@@ -8,16 +8,6 @@
8 * This work is based on the USB3503 driver by Dongjin Kim and 8 * This work is based on the USB3503 driver by Dongjin Kim and
9 * a not-accepted patch by Fabien Lahoudere, see: 9 * a not-accepted patch by Fabien Lahoudere, see:
10 * https://patchwork.kernel.org/patch/9257715/ 10 * https://patchwork.kernel.org/patch/9257715/
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 as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 */ 11 */
22 12
23#include <linux/delay.h> 13#include <linux/delay.h>
diff --git a/drivers/usb/misc/usb3503.c b/drivers/usb/misc/usb3503.c
index b5416f887fbf..465dbf68b463 100644
--- a/drivers/usb/misc/usb3503.c
+++ b/drivers/usb/misc/usb3503.c
@@ -3,20 +3,6 @@
3 * Driver for SMSC USB3503 USB 2.0 hub controller driver 3 * Driver for SMSC USB3503 USB 2.0 hub controller driver
4 * 4 *
5 * Copyright (c) 2012-2013 Dongjin Kim (tobetter@gmail.com) 5 * Copyright (c) 2012-2013 Dongjin Kim (tobetter@gmail.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 as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */ 6 */
21 7
22#include <linux/clk.h> 8#include <linux/clk.h>
diff --git a/drivers/usb/misc/usb4604.c b/drivers/usb/misc/usb4604.c
index 40fa85807aae..1b4de651e697 100644
--- a/drivers/usb/misc/usb4604.c
+++ b/drivers/usb/misc/usb4604.c
@@ -5,16 +5,6 @@
5 * 5 *
6 * Copyright (c) 2012-2013 Dongjin Kim (tobetter@gmail.com) 6 * Copyright (c) 2012-2013 Dongjin Kim (tobetter@gmail.com)
7 * Copyright (c) 2016 Linaro Ltd. 7 * Copyright (c) 2016 Linaro Ltd.
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 */ 8 */
19 9
20#include <linux/i2c.h> 10#include <linux/i2c.h>
diff --git a/drivers/usb/misc/usb_u132.h b/drivers/usb/misc/usb_u132.h
index 4dbfea3237f7..4bf77736914f 100644
--- a/drivers/usb/misc/usb_u132.h
+++ b/drivers/usb/misc/usb_u132.h
@@ -10,11 +10,6 @@
10* Author and Maintainer - Tony Olech - Elan Digital Systems 10* Author and Maintainer - Tony Olech - Elan Digital Systems
11*(tony.olech@elandigitalsystems.com) 11*(tony.olech@elandigitalsystems.com)
12* 12*
13* This program is free software;you can redistribute it and/or
14* modify it under the terms of the GNU General Public License as
15* published by the Free Software Foundation, version 2.
16*
17*
18* The driver was written by Tony Olech(tony.olech@elandigitalsystems.com) 13* The driver was written by Tony Olech(tony.olech@elandigitalsystems.com)
19* based on various USB client drivers in the 2.6.15 linux kernel 14* based on various USB client drivers in the 2.6.15 linux kernel
20* with constant reference to the 3rd Edition of Linux Device Drivers 15* with constant reference to the 3rd Edition of Linux Device Drivers
diff --git a/drivers/usb/misc/usbsevseg.c b/drivers/usb/misc/usbsevseg.c
index 4990d5757019..12f7e94695a2 100644
--- a/drivers/usb/misc/usbsevseg.c
+++ b/drivers/usb/misc/usbsevseg.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2008 Harrison Metzger <harrisonmetz@gmail.com> 5 * Copyright (C) 2008 Harrison Metzger <harrisonmetz@gmail.com>
6 * Based on usbled.c by Greg Kroah-Hartman (greg@kroah.com) 6 * Based on usbled.c by Greg Kroah-Hartman (greg@kroah.com)
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 as
10 * published by the Free Software Foundation, version 2.
11 *
12 */ 7 */
13 8
14#include <linux/kernel.h> 9#include <linux/kernel.h>
diff --git a/drivers/usb/misc/uss720.c b/drivers/usb/misc/uss720.c
index 876a7a32defc..263c97fec708 100644
--- a/drivers/usb/misc/uss720.c
+++ b/drivers/usb/misc/uss720.c
@@ -7,20 +7,6 @@
7 * Copyright (C) 1999, 2005, 2010 7 * Copyright (C) 1999, 2005, 2010
8 * Thomas Sailer (t.sailer@alumni.ethz.ch) 8 * Thomas Sailer (t.sailer@alumni.ethz.ch)
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 *
24 * Based on parport_pc.c 10 * Based on parport_pc.c
25 * 11 *
26 * History: 12 * History:
diff --git a/drivers/usb/misc/yurex.c b/drivers/usb/misc/yurex.c
index 1aec1d25ee44..8abb6cbbd98a 100644
--- a/drivers/usb/misc/yurex.c
+++ b/drivers/usb/misc/yurex.c
@@ -3,11 +3,6 @@
3 * Driver for Meywa-Denki & KAYAC YUREX 3 * Driver for Meywa-Denki & KAYAC YUREX
4 * 4 *
5 * Copyright (C) 2010 Tomoki Sekiyama (tomoki.sekiyama@gmail.com) 5 * Copyright (C) 2010 Tomoki Sekiyama (tomoki.sekiyama@gmail.com)
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 as
9 * published by the Free Software Foundation, version 2.
10 *
11 */ 6 */
12 7
13#include <linux/kernel.h> 8#include <linux/kernel.h>