diff options
| author | Greg Kroah-Hartman <[email protected]> | 2016-10-28 21:16:36 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-29 16:51:56 +0000 |
| commit | b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4 (patch) | |
| tree | f7a0ad87400e0bdbf30da3ce1adec589263d34ea /drivers/usb/core/hub.c | |
| parent | usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe() (diff) | |
| download | kernel-b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4.tar.gz kernel-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 <[email protected]>
Diffstat (limited to 'drivers/usb/core/hub.c')
| -rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index cbb146736f57..76e80d8657d2 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -6,6 +6,8 @@ * (C) Copyright 1999 Gregory P. Smith * (C) Copyright 2001 Brad Hards ([email protected]) * + * Released under the GPLv2 only. + * SPDX-License-Identifier: GPL-2.0 */ #include <linux/kernel.h> |
