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

USB: host: 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: Felipe Balbi <felipe.balbi@linux.intel.com>
Cc: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

-85
-2
drivers/usb/host/bcma-hcd.c
··· 17 17 * 18 18 * Derived from the USBcore related parts of Broadcom-SB 19 19 * Copyright 2005-2011 Broadcom Corporation 20 - * 21 - * Licensed under the GNU/GPL. See COPYING for details. 22 20 */ 23 21 #include <linux/bcma/bcma.h> 24 22 #include <linux/delay.h>
-14
drivers/usb/host/fotg210-hcd.c
··· 8 8 * Po-Yu Chuang <ratbert.chuang@gmail.com> 9 9 * 10 10 * Most of code borrowed from the Linux-3.7 EHCI driver 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms of the GNU General Public License as published by the 14 - * Free Software Foundation; either version 2 of the License, or (at your 15 - * option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 19 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 20 - * for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software Foundation, 24 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 25 11 */ 26 12 #include <linux/module.h> 27 13 #include <linux/device.h>
-5
drivers/usb/host/fsl-mph-dr-of.c
··· 3 3 * Setup platform devices needed by the Freescale multi-port host 4 4 * and/or dual-role USB controller modules based on the description 5 5 * in flat device tree. 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 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 6 */ 12 7 13 8 #include <linux/kernel.h>
-15
drivers/usb/host/hwa-hc.c
··· 6 6 * Copyright (C) 2005-2006 Intel Corporation 7 7 * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 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 version 11 - * 2 as published by the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 21 - * 02110-1301, USA. 22 - * 23 - * 24 9 * The HWA driver is a simple layer that forwards requests to the WAHC 25 10 * (Wire Adater Host Controller) or WUSBHC (Wireless USB Host 26 11 * Controller) layers.
-14
drivers/usb/host/oxu210hp-hcd.c
··· 5 5 * 6 6 * This code is *strongly* based on EHCI-HCD code by David Brownell since 7 7 * the chip is a quasi-EHCI compatible. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License as published by the 11 - * Free Software Foundation; either version 2 of the License, or (at your 12 - * option) any later version. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 16 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 - * 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 Foundation, 21 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 8 */ 23 9 24 10 #include <linux/module.h>
-14
drivers/usb/host/r8a66597-hcd.c
··· 8 8 * Portions Copyright (C) 1999 Roman Weissgaerber 9 9 * 10 10 * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 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; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 11 */ 26 12 27 13 #include <linux/module.h>
-14
drivers/usb/host/r8a66597.h
··· 8 8 * Portions Copyright (C) 1999 Roman Weissgaerber 9 9 * 10 10 * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 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; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 11 */ 26 12 27 13 #ifndef __R8A66597_H__
-2
drivers/usb/host/ssb-hcd.c
··· 16 16 * 17 17 * Derived from the USBcore related parts of Broadcom-SB 18 18 * Copyright 2005-2011 Broadcom Corporation 19 - * 20 - * Licensed under the GNU/GPL. See COPYING for details. 21 19 */ 22 20 #include <linux/ssb/ssb.h> 23 21 #include <linux/delay.h>
-5
drivers/usb/host/u132-hcd.c
··· 8 8 * Author and Maintainer - Tony Olech - Elan Digital Systems 9 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 11 * This driver was written by Tony Olech(tony.olech@elandigitalsystems.com) 17 12 * based on various USB host drivers in the 2.6.15 linux kernel 18 13 * with constant reference to the 3rd Edition of Linux Device Drivers