aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-06 09:37:30 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-07 09:45:02 -0500
commitd7e285367916b0b57fc24b1c481ffbaa026019a3 (patch)
tree70171cfbf6ccc1a90aafe1b121d45acac55c4e45
parentba2e73bb879b3865e8ba8e80a829f6f760998322 (diff)
USB: gadget: legacy: Remove redundant license text
Now that the SPDX tag is in all USB files, that identifies the license in a specific and legally-defined manner. So the extra GPL text wording can be removed as it is no longer needed at all. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for the FSF which is never needed. No copyright headers or other non-license-description text was removed. Cc: Johan Hovold <johan@kernel.org> Cc: Ruslan Bilovol <ruslan.bilovol@gmail.com> Cc: Peter Chen <peter.chen@nxp.com> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: David Windsor <dwindsor@gmail.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/gadget/legacy/acm_ms.c5
-rw-r--r--drivers/usb/gadget/legacy/audio.c2
-rw-r--r--drivers/usb/gadget/legacy/cdc2.c5
-rw-r--r--drivers/usb/gadget/legacy/ether.c5
-rw-r--r--drivers/usb/gadget/legacy/g_ffs.c5
-rw-r--r--drivers/usb/gadget/legacy/gmidi.c3
-rw-r--r--drivers/usb/gadget/legacy/hid.c5
-rw-r--r--drivers/usb/gadget/legacy/inode.c5
-rw-r--r--drivers/usb/gadget/legacy/mass_storage.c5
-rw-r--r--drivers/usb/gadget/legacy/multi.c5
-rw-r--r--drivers/usb/gadget/legacy/ncm.c5
-rw-r--r--drivers/usb/gadget/legacy/nokia.c4
-rw-r--r--drivers/usb/gadget/legacy/printer.c5
-rw-r--r--drivers/usb/gadget/legacy/serial.c4
-rw-r--r--drivers/usb/gadget/legacy/tcm_usb_gadget.c1
-rw-r--r--drivers/usb/gadget/legacy/webcam.c5
-rw-r--r--drivers/usb/gadget/legacy/zero.c5
17 files changed, 0 insertions, 74 deletions
diff --git a/drivers/usb/gadget/legacy/acm_ms.c b/drivers/usb/gadget/legacy/acm_ms.c
index eed2cb6483b6..af16672d5118 100644
--- a/drivers/usb/gadget/legacy/acm_ms.c
+++ b/drivers/usb/gadget/legacy/acm_ms.c
@@ -8,11 +8,6 @@
8 * Modified: Klaus Schwarzkopf <schwarzkopf@sensortherm.de> 8 * Modified: Klaus Schwarzkopf <schwarzkopf@sensortherm.de>
9 * 9 *
10 * Heavily based on multi.c and cdc2.c 10 * Heavily based on multi.c and cdc2.c
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 */ 11 */
17 12
18#include <linux/kernel.h> 13#include <linux/kernel.h>
diff --git a/drivers/usb/gadget/legacy/audio.c b/drivers/usb/gadget/legacy/audio.c
index d0bffaa0bc09..7b11dce98b94 100644
--- a/drivers/usb/gadget/legacy/audio.c
+++ b/drivers/usb/gadget/legacy/audio.c
@@ -6,8 +6,6 @@
6 * Copyright (C) 2008 Analog Devices, Inc 6 * Copyright (C) 2008 Analog Devices, Inc
7 * 7 *
8 * Enter bugs at http://blackfin.uclinux.org/ 8 * Enter bugs at http://blackfin.uclinux.org/
9 *
10 * Licensed under the GPL-2 or later.
11 */ 9 */
12 10
13/* #define VERBOSE_DEBUG */ 11/* #define VERBOSE_DEBUG */
diff --git a/drivers/usb/gadget/legacy/cdc2.c b/drivers/usb/gadget/legacy/cdc2.c
index 074c0d4efcf9..da1c37933ca1 100644
--- a/drivers/usb/gadget/legacy/cdc2.c
+++ b/drivers/usb/gadget/legacy/cdc2.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2008 David Brownell 5 * Copyright (C) 2008 David Brownell
6 * Copyright (C) 2008 Nokia Corporation 6 * Copyright (C) 2008 Nokia Corporation
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 as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */ 7 */
13 8
14#include <linux/kernel.h> 9#include <linux/kernel.h>
diff --git a/drivers/usb/gadget/legacy/ether.c b/drivers/usb/gadget/legacy/ether.c
index 8eb0043f6697..30313b233680 100644
--- a/drivers/usb/gadget/legacy/ether.c
+++ b/drivers/usb/gadget/legacy/ether.c
@@ -5,11 +5,6 @@
5 * Copyright (C) 2003-2005,2008 David Brownell 5 * Copyright (C) 2003-2005,2008 David Brownell
6 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger 6 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger
7 * Copyright (C) 2008 Nokia Corporation 7 * Copyright (C) 2008 Nokia Corporation
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 */ 8 */
14 9
15/* #define VERBOSE_DEBUG */ 10/* #define VERBOSE_DEBUG */
diff --git a/drivers/usb/gadget/legacy/g_ffs.c b/drivers/usb/gadget/legacy/g_ffs.c
index 95db302cec7d..b640ed3fcf70 100644
--- a/drivers/usb/gadget/legacy/g_ffs.c
+++ b/drivers/usb/gadget/legacy/g_ffs.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2010 Samsung Electronics 5 * Copyright (C) 2010 Samsung Electronics
6 * Author: Michal Nazarewicz <mina86@mina86.com> 6 * Author: Michal Nazarewicz <mina86@mina86.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 as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */ 7 */
13 8
14#define pr_fmt(fmt) "g_ffs: " fmt 9#define pr_fmt(fmt) "g_ffs: " fmt
diff --git a/drivers/usb/gadget/legacy/gmidi.c b/drivers/usb/gadget/legacy/gmidi.c
index c03674b02718..9eea2d18f2bf 100644
--- a/drivers/usb/gadget/legacy/gmidi.c
+++ b/drivers/usb/gadget/legacy/gmidi.c
@@ -6,9 +6,6 @@
6 * Developed for Thumtronics by Grey Innovation 6 * Developed for Thumtronics by Grey Innovation
7 * Ben Williamson <ben.williamson@greyinnovation.com> 7 * Ben Williamson <ben.williamson@greyinnovation.com>
8 * 8 *
9 * This software is distributed under the terms of the GNU General Public
10 * License ("GPL") version 2, as published by the Free Software Foundation.
11 *
12 * This code is based in part on: 9 * This code is based in part on:
13 * 10 *
14 * Gadget Zero driver, Copyright (C) 2003-2004 David Brownell. 11 * Gadget Zero driver, Copyright (C) 2003-2004 David Brownell.
diff --git a/drivers/usb/gadget/legacy/hid.c b/drivers/usb/gadget/legacy/hid.c
index c9fb9a3c034f..c4eda7fe7ab4 100644
--- a/drivers/usb/gadget/legacy/hid.c
+++ b/drivers/usb/gadget/legacy/hid.c
@@ -5,11 +5,6 @@
5 * Based on multi.c 5 * Based on multi.c
6 * 6 *
7 * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.com> 7 * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.com>
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 */ 8 */
14 9
15 10
diff --git a/drivers/usb/gadget/legacy/inode.c b/drivers/usb/gadget/legacy/inode.c
index ae4fe683f7e0..9343ec436485 100644
--- a/drivers/usb/gadget/legacy/inode.c
+++ b/drivers/usb/gadget/legacy/inode.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2003-2004 David Brownell 5 * Copyright (C) 2003-2004 David Brownell
6 * Copyright (C) 2003 Agilent Technologies 6 * Copyright (C) 2003 Agilent Technologies
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 as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */ 7 */
13 8
14 9
diff --git a/drivers/usb/gadget/legacy/mass_storage.c b/drivers/usb/gadget/legacy/mass_storage.c
index 3700cd272d75..ef3d25259b0e 100644
--- a/drivers/usb/gadget/legacy/mass_storage.c
+++ b/drivers/usb/gadget/legacy/mass_storage.c
@@ -6,11 +6,6 @@
6 * Copyright (C) 2009 Samsung Electronics 6 * Copyright (C) 2009 Samsung Electronics
7 * Author: Michal Nazarewicz <mina86@mina86.com> 7 * Author: Michal Nazarewicz <mina86@mina86.com>
8 * All rights reserved. 8 * All rights reserved.
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 */ 9 */
15 10
16 11
diff --git a/drivers/usb/gadget/legacy/multi.c b/drivers/usb/gadget/legacy/multi.c
index 7dc276c68b54..50515f9e1022 100644
--- a/drivers/usb/gadget/legacy/multi.c
+++ b/drivers/usb/gadget/legacy/multi.c
@@ -6,11 +6,6 @@
6 * Copyright (C) 2008 Nokia Corporation 6 * Copyright (C) 2008 Nokia Corporation
7 * Copyright (C) 2009 Samsung Electronics 7 * Copyright (C) 2009 Samsung Electronics
8 * Author: Michal Nazarewicz (mina86@mina86.com) 8 * Author: Michal Nazarewicz (mina86@mina86.com)
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 */ 9 */
15 10
16 11
diff --git a/drivers/usb/gadget/legacy/ncm.c b/drivers/usb/gadget/legacy/ncm.c
index 7bfd306ea1ee..fcee1ee0bf66 100644
--- a/drivers/usb/gadget/legacy/ncm.c
+++ b/drivers/usb/gadget/legacy/ncm.c
@@ -10,11 +10,6 @@
10 * Copyright (C) 2003-2005,2008 David Brownell 10 * Copyright (C) 2003-2005,2008 David Brownell
11 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger 11 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger
12 * Copyright (C) 2008 Nokia Corporation 12 * Copyright (C) 2008 Nokia Corporation
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 as published by
16 * the Free Software Foundation; either version 2 of the License, or
17 * (at your option) any later version.
18 */ 13 */
19 14
20/* #define DEBUG */ 15/* #define DEBUG */
diff --git a/drivers/usb/gadget/legacy/nokia.c b/drivers/usb/gadget/legacy/nokia.c
index f10dd6e19cc9..978c1a34a932 100644
--- a/drivers/usb/gadget/legacy/nokia.c
+++ b/drivers/usb/gadget/legacy/nokia.c
@@ -10,10 +10,6 @@
10 * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) 10 * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com)
11 * Copyright (C) 2008 by David Brownell 11 * Copyright (C) 2008 by David Brownell
12 * Copyright (C) 2008 by Nokia Corporation 12 * Copyright (C) 2008 by Nokia Corporation
13 *
14 * This software is distributed under the terms of the GNU General
15 * Public License ("GPL") as published by the Free Software Foundation,
16 * version 2 of that License.
17 */ 13 */
18 14
19#include <linux/kernel.h> 15#include <linux/kernel.h>
diff --git a/drivers/usb/gadget/legacy/printer.c b/drivers/usb/gadget/legacy/printer.c
index 6e1eef41ad86..57858f0c2b6c 100644
--- a/drivers/usb/gadget/legacy/printer.c
+++ b/drivers/usb/gadget/legacy/printer.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2003-2005 David Brownell 5 * Copyright (C) 2003-2005 David Brownell
6 * Copyright (C) 2006 Craig W. Nadler 6 * Copyright (C) 2006 Craig W. Nadler
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 as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */ 7 */
13 8
14#include <linux/module.h> 9#include <linux/module.h>
diff --git a/drivers/usb/gadget/legacy/serial.c b/drivers/usb/gadget/legacy/serial.c
index e84cb9f97b5d..de30d7628eef 100644
--- a/drivers/usb/gadget/legacy/serial.c
+++ b/drivers/usb/gadget/legacy/serial.c
@@ -5,10 +5,6 @@
5 * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) 5 * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com)
6 * Copyright (C) 2008 by David Brownell 6 * Copyright (C) 2008 by David Brownell
7 * Copyright (C) 2008 by Nokia Corporation 7 * Copyright (C) 2008 by Nokia Corporation
8 *
9 * This software is distributed under the terms of the GNU General
10 * Public License ("GPL") as published by the Free Software Foundation,
11 * either version 2 of that License or (at your option) any later version.
12 */ 8 */
13 9
14#include <linux/kernel.h> 10#include <linux/kernel.h>
diff --git a/drivers/usb/gadget/legacy/tcm_usb_gadget.c b/drivers/usb/gadget/legacy/tcm_usb_gadget.c
index 1089cb118b66..682bf99dcf76 100644
--- a/drivers/usb/gadget/legacy/tcm_usb_gadget.c
+++ b/drivers/usb/gadget/legacy/tcm_usb_gadget.c
@@ -5,7 +5,6 @@
5 * BBB (USB Mass Storage Class Bulk-Only (BBB) and Transport protocol handling. 5 * BBB (USB Mass Storage Class Bulk-Only (BBB) and Transport protocol handling.
6 * 6 *
7 * Author: Sebastian Andrzej Siewior <bigeasy at linutronix dot de> 7 * Author: Sebastian Andrzej Siewior <bigeasy at linutronix dot de>
8 * License: GPLv2 as published by FSF.
9 */ 8 */
10#include <linux/kernel.h> 9#include <linux/kernel.h>
11#include <linux/module.h> 10#include <linux/module.h>
diff --git a/drivers/usb/gadget/legacy/webcam.c b/drivers/usb/gadget/legacy/webcam.c
index a3929a38ede9..6b86568c9157 100644
--- a/drivers/usb/gadget/legacy/webcam.c
+++ b/drivers/usb/gadget/legacy/webcam.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2009-2010 5 * Copyright (C) 2009-2010
6 * Laurent Pinchart (laurent.pinchart@ideasonboard.com) 6 * Laurent Pinchart (laurent.pinchart@ideasonboard.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 as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */ 7 */
13 8
14#include <linux/kernel.h> 9#include <linux/kernel.h>
diff --git a/drivers/usb/gadget/legacy/zero.c b/drivers/usb/gadget/legacy/zero.c
index 6c77940091c5..6e84b44c8a3b 100644
--- a/drivers/usb/gadget/legacy/zero.c
+++ b/drivers/usb/gadget/legacy/zero.c
@@ -4,11 +4,6 @@
4 * 4 *
5 * Copyright (C) 2003-2008 David Brownell 5 * Copyright (C) 2003-2008 David Brownell
6 * Copyright (C) 2008 by Nokia Corporation 6 * Copyright (C) 2008 by Nokia Corporation
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 as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 */ 7 */
13 8
14/* 9/*