Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-74
-5
drivers/usb/gadget/legacy/acm_ms.c
··· 8 8 * Modified: Klaus Schwarzkopf <schwarzkopf@sensortherm.de> 9 9 * 10 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 13 #include <linux/kernel.h>
-2
drivers/usb/gadget/legacy/audio.c
··· 6 6 * Copyright (C) 2008 Analog Devices, Inc 7 7 * 8 8 * Enter bugs at http://blackfin.uclinux.org/ 9 - * 10 - * Licensed under the GPL-2 or later. 11 9 */ 12 10 13 11 /* #define VERBOSE_DEBUG */
-5
drivers/usb/gadget/legacy/cdc2.c
··· 4 4 * 5 5 * Copyright (C) 2008 David Brownell 6 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 9 #include <linux/kernel.h>
-5
drivers/usb/gadget/legacy/ether.c
··· 5 5 * Copyright (C) 2003-2005,2008 David Brownell 6 6 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger 7 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 10 /* #define VERBOSE_DEBUG */
-5
drivers/usb/gadget/legacy/g_ffs.c
··· 4 4 * 5 5 * Copyright (C) 2010 Samsung Electronics 6 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 9 #define pr_fmt(fmt) "g_ffs: " fmt
-3
drivers/usb/gadget/legacy/gmidi.c
··· 6 6 * Developed for Thumtronics by Grey Innovation 7 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 9 * This code is based in part on: 13 10 * 14 11 * Gadget Zero driver, Copyright (C) 2003-2004 David Brownell.
-5
drivers/usb/gadget/legacy/hid.c
··· 5 5 * Based on multi.c 6 6 * 7 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
-5
drivers/usb/gadget/legacy/inode.c
··· 4 4 * 5 5 * Copyright (C) 2003-2004 David Brownell 6 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
-5
drivers/usb/gadget/legacy/mass_storage.c
··· 6 6 * Copyright (C) 2009 Samsung Electronics 7 7 * Author: Michal Nazarewicz <mina86@mina86.com> 8 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
-5
drivers/usb/gadget/legacy/multi.c
··· 6 6 * Copyright (C) 2008 Nokia Corporation 7 7 * Copyright (C) 2009 Samsung Electronics 8 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
-5
drivers/usb/gadget/legacy/ncm.c
··· 10 10 * Copyright (C) 2003-2005,2008 David Brownell 11 11 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger 12 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 15 /* #define DEBUG */
-4
drivers/usb/gadget/legacy/nokia.c
··· 10 10 * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) 11 11 * Copyright (C) 2008 by David Brownell 12 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 15 #include <linux/kernel.h>
-5
drivers/usb/gadget/legacy/printer.c
··· 4 4 * 5 5 * Copyright (C) 2003-2005 David Brownell 6 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 9 #include <linux/module.h>
-4
drivers/usb/gadget/legacy/serial.c
··· 5 5 * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) 6 6 * Copyright (C) 2008 by David Brownell 7 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 10 #include <linux/kernel.h>
-1
drivers/usb/gadget/legacy/tcm_usb_gadget.c
··· 5 5 * BBB (USB Mass Storage Class Bulk-Only (BBB) and Transport protocol handling. 6 6 * 7 7 * Author: Sebastian Andrzej Siewior <bigeasy at linutronix dot de> 8 - * License: GPLv2 as published by FSF. 9 8 */ 10 9 #include <linux/kernel.h> 11 10 #include <linux/module.h>
-5
drivers/usb/gadget/legacy/webcam.c
··· 4 4 * 5 5 * Copyright (C) 2009-2010 6 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 9 #include <linux/kernel.h>
-5
drivers/usb/gadget/legacy/zero.c
··· 4 4 * 5 5 * Copyright (C) 2003-2008 David Brownell 6 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 /*