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

USB: Follow-up to SPDX 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
e3fa404a f2906aa8

-85
-3
include/linux/usb/audio-v2.h
··· 2 2 /* 3 3 * Copyright (c) 2010 Daniel Mack <daniel@caiaq.de> 4 4 * 5 - * This software is distributed under the terms of the GNU General Public 6 - * License ("GPL") version 2, as published by the Free Software Foundation. 7 - * 8 5 * This file holds USB constants and structures defined 9 6 * by the USB Device Class Definition for Audio Devices in version 2.0. 10 7 * Comments below reference relevant sections of the documents contained
-3
include/linux/usb/audio.h
··· 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 file holds USB constants and structures defined 13 10 * by the USB Device Class Definition for Audio Devices. 14 11 * Comments below reference relevant sections of that document:
-4
include/linux/usb/cdc-wdm.h
··· 3 3 * USB CDC Device Management subdriver 4 4 * 5 5 * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 6 */ 11 7 12 8 #ifndef __LINUX_USB_CDC_WDM_H
-4
include/linux/usb/cdc.h
··· 3 3 * USB CDC common helpers 4 4 * 5 5 * Copyright (c) 2015 Oliver Neukum <oneukum@suse.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 6 */ 11 7 #ifndef __LINUX_USB_CDC_H 12 8 #define __LINUX_USB_CDC_H
-2
include/linux/usb/gadget.h
··· 10 10 * 11 11 * (C) Copyright 2002-2004 by David Brownell 12 12 * All Rights Reserved. 13 - * 14 - * This software is licensed under the GNU GPL version 2. 15 13 */ 16 14 17 15 #ifndef __LINUX_USB_GADGET_H
-4
include/linux/usb/input.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Copyright (C) 2005 Dmitry Torokhov 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 version 2 as published by 7 - * the Free Software Foundation. 8 4 */ 9 5 10 6 #ifndef __LINUX_USB_INPUT_H
-10
include/linux/usb/isp1301.h
··· 3 3 * NXP ISP1301 USB transceiver driver 4 4 * 5 5 * Copyright (C) 2012 Roland Stigge <stigge@antcom.de> 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; version 2 of the License. 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 6 */ 17 7 18 8 #ifndef __LINUX_USB_ISP1301_H
-14
include/linux/usb/m66592.h
··· 3 3 * M66592 driver platform data 4 4 * 5 5 * Copyright (C) 2009 Renesas Solutions Corp. 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; version 2 of the License. 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 - * 20 6 */ 21 7 22 8 #ifndef __LINUX_USB_M66592_H
-2
include/linux/usb/of.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * OF helpers for usb devices. 4 - * 5 - * This file is released under the GPLv2 6 4 */ 7 5 8 6 #ifndef __LINUX_USB_OF_H
-14
include/linux/usb/r8a66597.h
··· 5 5 * Copyright (C) 2009 Renesas Solutions Corp. 6 6 * 7 7 * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.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; version 2 of the License. 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 St, Fifth Floor, Boston, MA 02110-1301 USA 21 - * 22 8 */ 23 9 24 10 #ifndef __LINUX_USB_R8A66597_H
-5
include/linux/usb/serial.h
··· 4 4 * 5 5 * Copyright (C) 1999 - 2012 6 6 * Greg Kroah-Hartman (greg@kroah.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; version 2 of the License. 11 - * 12 7 */ 13 8 14 9 #ifndef __LINUX_USB_SERIAL_H
-2
include/linux/usb/storage.h
··· 9 9 * 10 10 * This file contains definitions taken from the 11 11 * USB Mass Storage Class Specification Overview 12 - * 13 - * Distributed under the terms of the GNU GPL, version two. 14 12 */ 15 13 16 14 /* Storage subclass codes */
-10
include/linux/usb/tegra_usb_phy.h
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Copyright (C) 2010 Google, Inc. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 4 */ 15 5 16 6 #ifndef __TEGRA_USB_PHY_H
-4
include/linux/usb/ulpi.h
··· 3 3 * ulpi.h -- ULPI defines and function prorotypes 4 4 * 5 5 * Copyright (C) 2010 Nokia Corporation 6 - * 7 - * This software is distributed under the terms of the GNU General 8 - * Public License ("GPL") as published by the Free Software Foundation, 9 - * version 2 of that License. 10 6 */ 11 7 12 8 #ifndef __LINUX_USB_ULPI_H
-4
include/linux/usb/xhci-dbgp.h
··· 5 5 * Copyright (C) 2016 Intel Corporation 6 6 * 7 7 * Author: Lu Baolu <baolu.lu@linux.intel.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 version 2 as 11 - * published by the Free Software Foundation. 12 8 */ 13 9 14 10 #ifndef __LINUX_XHCI_DBGP_H