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: 5fd54ace47 ("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>
This commit is contained in:
Christophe JAILLET
2022-05-28 16:59:17 +02:00
committed by Greg Kroah-Hartman
parent f2906aa863
commit e3fa404a26
15 changed files with 0 additions and 85 deletions

View File

@@ -2,9 +2,6 @@
/* /*
* Copyright (c) 2010 Daniel Mack <daniel@caiaq.de> * Copyright (c) 2010 Daniel Mack <daniel@caiaq.de>
* *
* This software is distributed under the terms of the GNU General Public
* License ("GPL") version 2, as published by the Free Software Foundation.
*
* This file holds USB constants and structures defined * This file holds USB constants and structures defined
* by the USB Device Class Definition for Audio Devices in version 2.0. * by the USB Device Class Definition for Audio Devices in version 2.0.
* Comments below reference relevant sections of the documents contained * Comments below reference relevant sections of the documents contained

View File

@@ -6,9 +6,6 @@
* Developed for Thumtronics by Grey Innovation * Developed for Thumtronics by Grey Innovation
* Ben Williamson <ben.williamson@greyinnovation.com> * Ben Williamson <ben.williamson@greyinnovation.com>
* *
* This software is distributed under the terms of the GNU General Public
* License ("GPL") version 2, as published by the Free Software Foundation.
*
* This file holds USB constants and structures defined * This file holds USB constants and structures defined
* by the USB Device Class Definition for Audio Devices. * by the USB Device Class Definition for Audio Devices.
* Comments below reference relevant sections of that document: * Comments below reference relevant sections of that document:

View File

@@ -3,10 +3,6 @@
* USB CDC Device Management subdriver * USB CDC Device Management subdriver
* *
* Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no>
*
* 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_CDC_WDM_H #ifndef __LINUX_USB_CDC_WDM_H

View File

@@ -3,10 +3,6 @@
* USB CDC common helpers * USB CDC common helpers
* *
* Copyright (c) 2015 Oliver Neukum <oneukum@suse.com> * Copyright (c) 2015 Oliver Neukum <oneukum@suse.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 as published by the Free Software Foundation.
*/ */
#ifndef __LINUX_USB_CDC_H #ifndef __LINUX_USB_CDC_H
#define __LINUX_USB_CDC_H #define __LINUX_USB_CDC_H

View File

@@ -10,8 +10,6 @@
* *
* (C) Copyright 2002-2004 by David Brownell * (C) Copyright 2002-2004 by David Brownell
* All Rights Reserved. * All Rights Reserved.
*
* This software is licensed under the GNU GPL version 2.
*/ */
#ifndef __LINUX_USB_GADGET_H #ifndef __LINUX_USB_GADGET_H

View File

@@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2005 Dmitry Torokhov * Copyright (C) 2005 Dmitry Torokhov
*
* 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_INPUT_H #ifndef __LINUX_USB_INPUT_H

View File

@@ -3,16 +3,6 @@
* NXP ISP1301 USB transceiver driver * NXP ISP1301 USB transceiver driver
* *
* Copyright (C) 2012 Roland Stigge <stigge@antcom.de> * Copyright (C) 2012 Roland Stigge <stigge@antcom.de>
*
* 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.
*
* 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.
*
*/ */
#ifndef __LINUX_USB_ISP1301_H #ifndef __LINUX_USB_ISP1301_H

View File

@@ -3,20 +3,6 @@
* M66592 driver platform data * M66592 driver platform data
* *
* Copyright (C) 2009 Renesas Solutions Corp. * Copyright (C) 2009 Renesas Solutions Corp.
*
* 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.
*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#ifndef __LINUX_USB_M66592_H #ifndef __LINUX_USB_M66592_H

View File

@@ -1,8 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* OF helpers for usb devices. * OF helpers for usb devices.
*
* This file is released under the GPLv2
*/ */
#ifndef __LINUX_USB_OF_H #ifndef __LINUX_USB_OF_H

View File

@@ -5,20 +5,6 @@
* Copyright (C) 2009 Renesas Solutions Corp. * Copyright (C) 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.
*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/ */
#ifndef __LINUX_USB_R8A66597_H #ifndef __LINUX_USB_R8A66597_H

View File

@@ -4,11 +4,6 @@
* *
* Copyright (C) 1999 - 2012 * Copyright (C) 1999 - 2012
* Greg Kroah-Hartman (greg@kroah.com) * Greg Kroah-Hartman (greg@kroah.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 __LINUX_USB_SERIAL_H #ifndef __LINUX_USB_SERIAL_H

View File

@@ -9,8 +9,6 @@
* *
* This file contains definitions taken from the * This file contains definitions taken from the
* USB Mass Storage Class Specification Overview * USB Mass Storage Class Specification Overview
*
* Distributed under the terms of the GNU GPL, version two.
*/ */
/* Storage subclass codes */ /* Storage subclass codes */

View File

@@ -1,16 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) 2010 Google, Inc. * Copyright (C) 2010 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* 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.
*
*/ */
#ifndef __TEGRA_USB_PHY_H #ifndef __TEGRA_USB_PHY_H

View File

@@ -3,10 +3,6 @@
* ulpi.h -- ULPI defines and function prorotypes * ulpi.h -- ULPI defines and function prorotypes
* *
* Copyright (C) 2010 Nokia Corporation * Copyright (C) 2010 Nokia Corporation
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the Free Software Foundation,
* version 2 of that License.
*/ */
#ifndef __LINUX_USB_ULPI_H #ifndef __LINUX_USB_ULPI_H

View File

@@ -5,10 +5,6 @@
* Copyright (C) 2016 Intel Corporation * Copyright (C) 2016 Intel Corporation
* *
* Author: Lu Baolu <baolu.lu@linux.intel.com> * Author: Lu Baolu <baolu.lu@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 as
* published by the Free Software Foundation.
*/ */
#ifndef __LINUX_XHCI_DBGP_H #ifndef __LINUX_XHCI_DBGP_H