diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-28 17:16:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-10-29 12:51:56 -0400 |
commit | b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4 (patch) | |
tree | f7a0ad87400e0bdbf30da3ce1adec589263d34ea /drivers/usb/core/file.c | |
parent | 4911f94dd327d16e492628f04661c1ea6e3d8d23 (diff) | |
download | linux-b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4.tar.bz2 |
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/file.c')
-rw-r--r-- | drivers/usb/core/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/file.c b/drivers/usb/core/file.c index 822ced9639aa..e26bd5e773ad 100644 --- a/drivers/usb/core/file.c +++ b/drivers/usb/core/file.c @@ -13,6 +13,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/module.h> |