USB: gadget: udc: 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: Kevin Cernekee <cernekee@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Sylvain Lemieux <slemieux.tyco@gmail.com>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
Cc: Raviteja Garimella <raviteja.garimella@broadcom.com>
Cc: Romain Perier <romain.perier@collabora.com>
Cc: Johan Hovold <johan@kernel.org>
Cc: Al Cooper <alcooperx@gmail.com>
Cc: Srinath Mannam <srinath.mannam@broadcom.com>
Cc: Roger Quadros <rogerq@ti.com>
Cc: Krzysztof Opasiak <k.opasiak@samsung.com>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: "Felix Hädicke" <felixhaedicke@web.de>
Cc: Peter Chen <peter.chen@nxp.com>
Cc: Allen Pais <allen.lkml@gmail.com>
Cc: Yuyang Du <yuyang.du@intel.com>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2017-11-06 15:37:31 +01:00
parent d7e2853679
commit 229e368239
60 changed files with 1 additions and 346 deletions

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2007 AMD (http://www.amd.com) * Copyright (C) 2007 AMD (http://www.amd.com)
* Author: Thomas Dahlmann * Author: Thomas Dahlmann
*
* 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.
*/ */
#ifndef AMD5536UDC_H #ifndef AMD5536UDC_H

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2005-2007 AMD (http://www.amd.com) * Copyright (C) 2005-2007 AMD (http://www.amd.com)
* Author: Thomas Dahlmann * Author: Thomas Dahlmann
*
* 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.
*/ */
/* /*

View File

@ -5,11 +5,6 @@
* Copyright (C) 2004 by Thomas Rathbone * Copyright (C) 2004 by Thomas Rathbone
* Copyright (C) 2005 by HP Labs * Copyright (C) 2005 by HP Labs
* Copyright (C) 2005 by David Brownell * Copyright (C) 2005 by David Brownell
*
* 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.
*/ */
#undef VERBOSE_DEBUG #undef VERBOSE_DEBUG

View File

@ -3,11 +3,6 @@
* Copyright (C) 2004 by Thomas Rathbone, HP Labs * Copyright (C) 2004 by Thomas Rathbone, HP Labs
* Copyright (C) 2005 by Ivan Kokshaysky * Copyright (C) 2005 by Ivan Kokshaysky
* Copyright (C) 2006 by SAN People * Copyright (C) 2006 by SAN People
*
* 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.
*/ */
#ifndef AT91_UDC_H #ifndef AT91_UDC_H

View File

@ -3,10 +3,6 @@
* Driver for the Atmel USBA high speed USB device controller * Driver for the Atmel USBA high speed USB device controller
* *
* Copyright (C) 2005-2007 Atmel Corporation * Copyright (C) 2005-2007 Atmel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/clk/at91_pmc.h> #include <linux/clk/at91_pmc.h>

View File

@ -3,10 +3,6 @@
* Driver for the Atmel USBA high speed USB device controller * Driver for the Atmel USBA high speed USB device controller
* *
* Copyright (C) 2005-2007 Atmel Corporation * Copyright (C) 2005-2007 Atmel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/ */
#ifndef __LINUX_USB_GADGET_USBA_UDC_H__ #ifndef __LINUX_USB_GADGET_USBA_UDC_H__
#define __LINUX_USB_GADGET_USBA_UDC_H__ #define __LINUX_USB_GADGET_USBA_UDC_H__

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2012 Kevin Cernekee <cernekee@gmail.com> * Copyright (C) 2012 Kevin Cernekee <cernekee@gmail.com>
* Copyright (C) 2012 Broadcom Corporation * Copyright (C) 2012 Broadcom Corporation
*
* 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/bitops.h> #include <linux/bitops.h>

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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.
*
*/ */
#ifndef __LINUX_BDC_H__ #ifndef __LINUX_BDC_H__

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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/scatterlist.h> #include <linux/scatterlist.h>
#include <linux/slab.h> #include <linux/slab.h>

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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.
*
*/ */
#ifndef __LINUX_BDC_CMD_H__ #ifndef __LINUX_BDC_CMD_H__
#define __LINUX_BDC_CMD_H__ #define __LINUX_BDC_CMD_H__

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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 "bdc.h" #include "bdc.h"

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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.
*
*/ */
#ifndef __LINUX_BDC_DBG_H__ #ifndef __LINUX_BDC_DBG_H__
#define __LINUX_BDC_DBG_H__ #define __LINUX_BDC_DBG_H__

View File

@ -7,12 +7,6 @@
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
* *
* Based on drivers under drivers/usb/ * Based on drivers under drivers/usb/
*
* 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/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>

View File

@ -5,12 +5,6 @@
* Copyright (C) 2014 Broadcom Corporation * Copyright (C) 2014 Broadcom Corporation
* *
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
*
* 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.
*
*/ */
#ifndef __LINUX_BDC_EP_H__ #ifndef __LINUX_BDC_EP_H__
#define __LINUX_BDC_EP_H__ #define __LINUX_BDC_EP_H__

View File

@ -7,12 +7,6 @@
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
* *
* Based on drivers under drivers/usb/ * Based on drivers under drivers/usb/
*
* 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> #include <linux/kernel.h>

View File

@ -7,12 +7,6 @@
* Author: Ashwini Pahuja * Author: Ashwini Pahuja
* *
* Based on drivers under drivers/usb/gadget/udc/ * Based on drivers under drivers/usb/gadget/udc/
*
* 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/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>

View File

@ -4,18 +4,6 @@
* *
* Copyright (C) 2010 Texas Instruments * Copyright (C) 2010 Texas Instruments
* Author: Felipe Balbi <balbi@ti.com> * Author: Felipe Balbi <balbi@ti.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 of
* the License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -6,11 +6,6 @@
* *
* Copyright (C) 2003 David Brownell * Copyright (C) 2003 David Brownell
* Copyright (C) 2003-2005 Alan Stern * Copyright (C) 2003-2005 Alan Stern
*
* 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.
*/ */

View File

@ -5,10 +5,6 @@
* Copyright (C) 2013 Faraday Technology Corporation * Copyright (C) 2013 Faraday Technology Corporation
* *
* Author : Yuan-Hsin Chen <yhchen@faraday-tech.com> * Author : Yuan-Hsin Chen <yhchen@faraday-tech.com>
*
* 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; version 2 of the License.
*/ */
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2013 Faraday Technology Corporation * Copyright (C) 2013 Faraday Technology Corporation
* Author: Yuan-Hsin Chen <yhchen@faraday-tech.com> * Author: Yuan-Hsin Chen <yhchen@faraday-tech.com>
*
* 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> #include <linux/kernel.h>

View File

@ -6,11 +6,6 @@
* Description: * Description:
* Helper routines for i.MX3x SoCs from Freescale, needed by the fsl_usb2_udc.c * Helper routines for i.MX3x SoCs from Freescale, needed by the fsl_usb2_udc.c
* driver to function correctly on these systems. * driver to function correctly on these systems.
*
* 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/clk.h> #include <linux/clk.h>
#include <linux/delay.h> #include <linux/delay.h>

View File

@ -12,11 +12,6 @@
* Freescle QE/CPM USB Pheripheral Controller Driver * Freescle QE/CPM USB Pheripheral Controller Driver
* The controller can be found on MPC8360, MPC8272, and etc. * The controller can be found on MPC8360, MPC8272, and etc.
* MPC8360 Rev 1.1 may need QE mircocode update * MPC8360 Rev 1.1 may need QE mircocode update
*
* 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.
*/ */
#undef USB_TRACE #undef USB_TRACE

View File

@ -9,11 +9,6 @@
* *
* Description: * Description:
* Freescale USB device/endpoint management registers * Freescale USB device/endpoint management registers
*
* 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.
*/ */
#ifndef __FSL_QE_UDC_H #ifndef __FSL_QE_UDC_H

View File

@ -11,11 +11,6 @@
* This can be found on MPC8349E/MPC8313E/MPC5121E cpus. * This can be found on MPC8349E/MPC8313E/MPC5121E cpus.
* The driver is previously named as mpc_udc. Based on bare board * The driver is previously named as mpc_udc. Based on bare board
* code from Dave Liu and Shlomi Gridish. * code from Dave Liu and Shlomi Gridish.
*
* 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.
*/ */
#undef VERBOSE #undef VERBOSE

View File

@ -3,11 +3,6 @@
* Copyright (C) 2004,2012 Freescale Semiconductor, Inc * Copyright (C) 2004,2012 Freescale Semiconductor, Inc
* All rights reserved. * All rights reserved.
* *
* 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.
*
* Freescale USB device/endpoint management registers * Freescale USB device/endpoint management registers
*/ */
#ifndef __FSL_USB2_UDC_H #ifndef __FSL_USB2_UDC_H

View File

@ -5,10 +5,6 @@
* Copyright (C) 2010 Faraday Technology Corp. * Copyright (C) 2010 Faraday Technology Corp.
* *
* Author : Yuan-hsin Chen <yhchen@faraday-tech.com> * Author : Yuan-hsin Chen <yhchen@faraday-tech.com>
*
* 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; version 2 of the License.
*/ */
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/err.h> #include <linux/err.h>

View File

@ -5,10 +5,6 @@
* Copyright (C) 2010 Faraday Technology Corp. * Copyright (C) 2010 Faraday Technology Corp.
* *
* Author : Yuan-hsin Chen <yhchen@faraday-tech.com> * Author : Yuan-hsin Chen <yhchen@faraday-tech.com>
*
* 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; version 2 of the License.
*/ */

View File

@ -6,10 +6,6 @@
* by Stuart Lynne, Tom Rushworth, and Bruce Balden * by Stuart Lynne, Tom Rushworth, and Bruce Balden
* Copyright (C) 2002 Toshiba Corporation * Copyright (C) 2002 Toshiba Corporation
* Copyright (C) 2003 MontaVista Software (source@mvista.com) * Copyright (C) 2003 MontaVista Software (source@mvista.com)
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
/* /*

View File

@ -6,10 +6,6 @@
* by Stuart Lynne, Tom Rushworth, and Bruce Balden * by Stuart Lynne, Tom Rushworth, and Bruce Balden
* Copyright (C) 2002 Toshiba Corporation * Copyright (C) 2002 Toshiba Corporation
* Copyright (C) 2003 MontaVista Software (source@mvista.com) * Copyright (C) 2003 MontaVista Software (source@mvista.com)
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
/* /*

View File

@ -10,11 +10,6 @@
* Full documentation of the GRUSBDC core can be found here: * Full documentation of the GRUSBDC core can be found here:
* http://www.gaisler.com/products/grlib/grip.pdf * http://www.gaisler.com/products/grlib/grip.pdf
* *
* 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.
*
* Contributors: * Contributors:
* - Andreas Larsson <andreas@gaisler.com> * - Andreas Larsson <andreas@gaisler.com>
* - Marko Isomaki * - Marko Isomaki

View File

@ -10,11 +10,6 @@
* Full documentation of the GRUSBDC core can be found here: * Full documentation of the GRUSBDC core can be found here:
* http://www.gaisler.com/products/grlib/grip.pdf * http://www.gaisler.com/products/grlib/grip.pdf
* *
* 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.
*
* Contributors: * Contributors:
* - Andreas Larsson <andreas@gaisler.com> * - Andreas Larsson <andreas@gaisler.com>
* - Marko Isomaki * - Marko Isomaki

View File

@ -13,20 +13,6 @@
* *
* Note: This driver is based on original work done by Mike James for * Note: This driver is based on original work done by Mike James for
* the LPC3180. * the LPC3180.
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <linux/clk.h> #include <linux/clk.h>

View File

@ -5,10 +5,6 @@
* Copyright (C) 2006-2007 Renesas Solutions Corp. * Copyright (C) 2006-2007 Renesas Solutions Corp.
* *
* Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
*
* 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; version 2 of the License.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -5,10 +5,6 @@
* Copyright (C) 2006-2007 Renesas Solutions Corp. * Copyright (C) 2006-2007 Renesas Solutions Corp.
* *
* Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
*
* 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; version 2 of the License.
*/ */
#ifndef __M66592_UDC_H__ #ifndef __M66592_UDC_H__

View File

@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2011 Marvell International Ltd. All rights reserved. * Copyright (C) 2011 Marvell International Ltd. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*/ */
#ifndef __MV_U3D_H #ifndef __MV_U3D_H

View File

@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2011 Marvell International Ltd. All rights reserved. * Copyright (C) 2011 Marvell International Ltd. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,11 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ // SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2011 Marvell International Ltd. All rights reserved. * Copyright (C) 2011 Marvell International Ltd. All rights reserved.
*
* 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.
*/ */
#ifndef __MV_UDC_H #ifndef __MV_UDC_H

View File

@ -3,11 +3,6 @@
* Copyright (C) 2011 Marvell International Ltd. All rights reserved. * Copyright (C) 2011 Marvell International Ltd. All rights reserved.
* Author: Chao Xie <chao.xie@marvell.com> * Author: Chao Xie <chao.xie@marvell.com>
* Neil Zhang <zhangwm@marvell.com> * Neil Zhang <zhangwm@marvell.com>
*
* 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/module.h> #include <linux/module.h>

View File

@ -4,20 +4,6 @@
* *
* Copyright (C) 2005-2006 PLX Technology, Inc. * Copyright (C) 2005-2006 PLX Technology, Inc.
* Copyright (C) 2006-2011 Analog Devices, Inc. * Copyright (C) 2006-2011 Analog Devices, Inc.
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <linux/delay.h> #include <linux/delay.h>

View File

@ -4,20 +4,6 @@
* *
* Copyright (C) 2005-2006 PLX Technology, Inc. * Copyright (C) 2005-2006 PLX Technology, Inc.
* Copyright (C) 2006-2011 Analog Devices, Inc. * Copyright (C) 2006-2011 Analog Devices, Inc.
*
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef __NET2272_H__ #ifndef __NET2272_H__

View File

@ -32,11 +32,6 @@
* *
* Modified Ricardo Ribalda Qtechnology AS to provide compatibility * Modified Ricardo Ribalda Qtechnology AS to provide compatibility
* with usb 338x chip. Based on PLX driver * with usb 338x chip. Based on PLX driver
*
* 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/module.h> #include <linux/module.h>

View File

@ -8,11 +8,6 @@
* Copyright (C) 2002 NetChip Technology, Inc. (http://www.netchip.com) * Copyright (C) 2002 NetChip Technology, Inc. (http://www.netchip.com)
* Copyright (C) 2003 David Brownell * Copyright (C) 2003 David Brownell
* Copyright (C) 2014 Ricardo Ribalda - Qtechnology/AS * Copyright (C) 2014 Ricardo Ribalda - Qtechnology/AS
*
* 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/usb/net2280.h> #include <linux/usb/net2280.h>

View File

@ -6,11 +6,6 @@
* Copyright (C) 2004-2005 David Brownell * Copyright (C) 2004-2005 David Brownell
* *
* OMAP2 & DMA support by Kyungmin Park <kyungmin.park@samsung.com> * OMAP2 & DMA support by Kyungmin Park <kyungmin.park@samsung.com>
*
* 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.
*/ */
#undef DEBUG #undef DEBUG

View File

@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd.
*
* 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; version 2 of the License.
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -7,11 +7,6 @@
* Copyright (C) 2003 Benedikt Spranger, Pengutronix * Copyright (C) 2003 Benedikt Spranger, Pengutronix
* Copyright (C) 2003 David Brownell * Copyright (C) 2003 David Brownell
* Copyright (C) 2003 Joshua Wise * Copyright (C) 2003 Joshua Wise
*
* 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.
*/ */
/* #define VERBOSE_DEBUG */ /* #define VERBOSE_DEBUG */

View File

@ -4,12 +4,6 @@
* *
* Copyright (C) 2003 Robert Schwebel <r.schwebel@pengutronix.de>, Pengutronix * Copyright (C) 2003 Robert Schwebel <r.schwebel@pengutronix.de>, Pengutronix
* Copyright (C) 2003 David Brownell * Copyright (C) 2003 David Brownell
*
*
* 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.
*/ */
#ifndef __LINUX_USB_GADGET_PXA25X_H #ifndef __LINUX_USB_GADGET_PXA25X_H

View File

@ -4,11 +4,6 @@
* *
* Inspired by original driver by Frank Becker, David Brownell, and others. * Inspired by original driver by Frank Becker, David Brownell, and others.
* Copyright (C) 2008 Robert Jarzmik * Copyright (C) 2008 Robert Jarzmik
*
* 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/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -5,11 +5,6 @@
* *
* Inspired by original driver by Frank Becker, David Brownell, and others. * Inspired by original driver by Frank Becker, David Brownell, and others.
* Copyright (C) 2008 Robert Jarzmik * Copyright (C) 2008 Robert Jarzmik
*
* 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.
*/ */
#ifndef __LINUX_USB_GADGET_PXA27X_H #ifndef __LINUX_USB_GADGET_PXA27X_H

View File

@ -5,10 +5,6 @@
* Copyright (C) 2006-2009 Renesas Solutions Corp. * Copyright (C) 2006-2009 Renesas Solutions Corp.
* *
* Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
*
* 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; version 2 of the License.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -5,10 +5,6 @@
* Copyright (C) 2007-2009 Renesas Solutions Corp. * Copyright (C) 2007-2009 Renesas Solutions Corp.
* *
* Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
*
* 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; version 2 of the License.
*/ */
#ifndef __R8A66597_H__ #ifndef __R8A66597_H__

View File

@ -3,10 +3,6 @@
* Renesas USB3.0 Peripheral driver (USB gadget) * Renesas USB3.0 Peripheral driver (USB gadget)
* *
* Copyright (C) 2015-2017 Renesas Electronics Corporation * Copyright (C) 2015-2017 Renesas Electronics Corporation
*
* 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; version 2 of the License.
*/ */
#include <linux/debugfs.h> #include <linux/debugfs.h>

View File

@ -9,11 +9,7 @@
* The S3C24XX USB 2.0 high-speed USB controller supports upto 9 endpoints. * The S3C24XX USB 2.0 high-speed USB controller supports upto 9 endpoints.
* Each endpoint can be configured as either in or out endpoint. Endpoints * Each endpoint can be configured as either in or out endpoint. Endpoints
* can be configured for Bulk or Interrupt transfer mode. * can be configured for Bulk or Interrupt transfer mode.
* */
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>

View File

@ -6,11 +6,6 @@
* *
* Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard
* Additional cleanups by Ben Dooks <ben-linux@fluff.org> * Additional cleanups by Ben Dooks <ben-linux@fluff.org>
*
* 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.
*/ */
#define pr_fmt(fmt) "s3c2410_udc: " fmt #define pr_fmt(fmt) "s3c2410_udc: " fmt

View File

@ -5,11 +5,6 @@
* *
* Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard * Copyright (C) 2004-2007 Herbert Pötzl - Arnaud Patard
* Additional cleanups by Ben Dooks <ben-linux@fluff.org> * Additional cleanups by Ben Dooks <ben-linux@fluff.org>
*
* 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.
*/ */
#ifndef _S3C2410_UDC_H #ifndef _S3C2410_UDC_H

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2005-2007 AMD (http://www.amd.com) * Copyright (C) 2005-2007 AMD (http://www.amd.com)
* Author: Thomas Dahlmann * Author: Thomas Dahlmann
*
* 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.
*/ */
/* /*

View File

@ -3,15 +3,6 @@
* snps_udc_plat.c - Synopsys UDC Platform Driver * snps_udc_plat.c - Synopsys UDC Platform Driver
* *
* Copyright (C) 2016 Broadcom * Copyright (C) 2016 Broadcom
*
* 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 version 2.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#include <linux/extcon.h> #include <linux/extcon.h>

View File

@ -4,15 +4,6 @@
* *
* Copyright (C) 2016 Intel Corporation * Copyright (C) 2016 Intel Corporation
* Author: Felipe Balbi <felipe.balbi@linux.intel.com> * Author: Felipe Balbi <felipe.balbi@linux.intel.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 of
* the License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#define CREATE_TRACE_POINTS #define CREATE_TRACE_POINTS

View File

@ -4,18 +4,6 @@
* *
* Copyright (C) 2016 Intel Corporation * Copyright (C) 2016 Intel Corporation
* Author: Felipe Balbi <felipe.balbi@linux.intel.com> * Author: Felipe Balbi <felipe.balbi@linux.intel.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 of
* the License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#undef TRACE_SYSTEM #undef TRACE_SYSTEM

View File

@ -9,12 +9,6 @@
* *
* Some parts of this driver code is based on the driver for at91-series * Some parts of this driver code is based on the driver for at91-series
* USB peripheral controller (at91_udc.c). * USB peripheral controller (at91_udc.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/delay.h> #include <linux/delay.h>