aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy/acm_ms.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2017-11-06 15:37:30 +0100
committerGreg Kroah-Hartman <[email protected]>2017-11-07 15:45:02 +0100
commitd7e285367916b0b57fc24b1c481ffbaa026019a3 (patch)
tree70171cfbf6ccc1a90aafe1b121d45acac55c4e45 /drivers/usb/gadget/legacy/acm_ms.c
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 <[email protected]> Cc: Ruslan Bilovol <[email protected]> Cc: Peter Chen <[email protected]> Cc: Alan Stern <[email protected]> Cc: David Windsor <[email protected]> Acked-by: Felipe Balbi <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/gadget/legacy/acm_ms.c')
-rw-r--r--drivers/usb/gadget/legacy/acm_ms.c5
1 files changed, 0 insertions, 5 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 @@
* Modified: Klaus Schwarzkopf <[email protected]>
*
* Heavily based on multi.c and cdc2.c
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
*/
#include <linux/kernel.h>