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

USB: Follow-up to SPDX GPL-2.0+ identifiers addition - remove now useless comments

All these files have been updated in the commit given in the Fixes: tag
below.

When the SPDX-License-Identifier: has been added, the corresponding text at
the beginning of the files has not been deleted.
All these texts are about GPL-2.0+, with different variation in the
wording.

Remove these now useless lines to save some LoC.

Fixes: 5fd54ace4721 ("USB: add SPDX identifiers to all remaining files in drivers/usb/")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Christophe JAILLET and committed by
Greg Kroah-Hartman
3e00a22f e3fa404a

+2 -187
-15
include/linux/usb/c67x00.h
··· 3 3 * usb_c67x00.h: platform definitions for the Cypress C67X00 USB chip 4 4 * 5 5 * Copyright (C) 2006-2008 Barco N.V. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 - * MA 02110-1301 USA. 21 6 */ 22 7 23 8 #ifndef _LINUX_USB_C67X00_H
-14
include/linux/usb/composite.h
··· 3 3 * composite.h -- framework for usb gadgets which are composite devices 4 4 * 5 5 * Copyright (C) 2006-2008 David Brownell 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20 6 */ 21 7 22 8 #ifndef __LINUX_USB_COMPOSITE_H
-14
include/linux/usb/ehci_def.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * Copyright (c) 2001-2002 by David Brownell 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software Foundation, 17 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 4 */ 19 5 20 6 #ifndef __LINUX_USB_EHCI_DEF_H
-14
include/linux/usb/ehci_pdriver.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * Copyright (C) 2012 Hauke Mehrtens <hauke@hauke-m.de> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software Foundation, 17 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 4 */ 19 5 20 6 #ifndef __USB_CORE_EHCI_PDRIVER_H
-14
include/linux/usb/g_hid.h
··· 3 3 * g_hid.h -- Header file for USB HID gadget driver 4 4 * 5 5 * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 6 */ 21 7 22 8 #ifndef __LINUX_USB_G_HID_H
-14
include/linux/usb/hcd.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * Copyright (c) 2001-2002 by David Brownell 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software Foundation, 17 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 4 */ 19 5 20 6 #ifndef __USB_CORE_HCD_H
-10
include/linux/usb/musb-ux500.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * Copyright (C) 2013 ST-Ericsson AB 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License, or 8 - * (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 4 */ 15 5 16 6 #ifndef __MUSB_UX500_H__
-14
include/linux/usb/net2280.h
··· 5 5 * 6 6 * Copyright (C) 2002 NetChip Technology, Inc. (http://www.netchip.com) 7 7 * Copyright (C) 2003 David Brownell 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 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License 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 21 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 8 */ 23 9 24 10 #ifndef __LINUX_USB_NET2280_H
-14
include/linux/usb/ohci_pdriver.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 2 /* 3 3 * Copyright (C) 2012 Hauke Mehrtens <hauke@hauke-m.de> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software Foundation, 17 - * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 4 */ 19 5 20 6 #ifndef __USB_CORE_OHCI_PDRIVER_H
+2 -15
include/linux/usb/otg-fsm.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 - /* Copyright (C) 2007,2008 Freescale Semiconductor, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 675 Mass Ave, Cambridge, MA 02139, USA. 2 + /* 3 + * Copyright (C) 2007,2008 Freescale Semiconductor, Inc. 17 4 */ 18 5 19 6 #ifndef __LINUX_USB_OTG_FSM_H
-10
include/linux/usb/phy_companion.h
··· 3 3 * phy-companion.h -- phy companion to indicate the comparator part of PHY 4 4 * 5 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 6 * 11 7 * Author: Kishon Vijay Abraham I <kishon@ti.com> 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 8 */ 19 9 20 10 #ifndef __DRIVERS_PHY_COMPANION_H
-14
include/linux/usb/rndis_host.h
··· 2 2 /* 3 3 * Host Side support for RNDIS Networking Links 4 4 * Copyright (C) 2005 by David Brownell 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 5 */ 20 6 21 7 #ifndef __LINUX_USB_RNDIS_HOST_H
-11
include/linux/usb/usb338x.h
··· 6 6 * Copyright (C) 2002 NetChip Technology, Inc. (http://www.netchip.com) 7 7 * Copyright (C) 2003 David Brownell 8 8 * Copyright (C) 2014 Ricardo Ribalda - Qtechnology/AS 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 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #ifndef __LINUX_USB_USB338X_H
-14
include/linux/usb/usbnet.h
··· 4 4 * 5 5 * Copyright (C) 2000-2005 by David Brownell <dbrownell@users.sourceforge.net> 6 6 * Copyright (C) 2003-2005 David Hollis <dhollis@davehollis.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 - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 7 */ 22 8 23 9 #ifndef __LINUX_USB_USBNET_H