summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/generic.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2016-10-28 23:16:36 +0200
committerGreg Kroah-Hartman2016-10-29 18:51:56 +0200
commitb65fba3d87216bfe6ae9bc77be5eb6eabb6514a4 (patch)
treef7a0ad87400e0bdbf30da3ce1adec589263d34ea /drivers/usb/core/generic.c
parentusb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe() (diff)
downloadkernel-qcow2-linux-b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4.tar.gz
kernel-qcow2-linux-b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4.tar.xz
kernel-qcow2-linux-b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4.zip
USB: core: add missing license information to some files
Some of the USB core files were missing explicit license information. As all files in the kernel tree are implicitly licensed under the GPLv2-only, be explicit in case someone get confused looking at individual files by using the SPDX nomenclature. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/generic.c')
-rw-r--r--drivers/usb/core/generic.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/generic.c b/drivers/usb/core/generic.c
index 358ca8dd784f..bd3e0c5a6db2 100644
--- a/drivers/usb/core/generic.c
+++ b/drivers/usb/core/generic.c
@@ -15,6 +15,8 @@
* (usb_device_id matching changes by Adam J. Richter)
* (C) Copyright Greg Kroah-Hartman 2002-2003
*
+ * Released under the GPLv2 only.
+ * SPDX-License-Identifier: GPL-2.0
*/
#include <linux/usb.h>