diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-30 10:58:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-30 16:27:14 +0300 |
commit | 479af3216315b239eea87a859ece0d29d27b98f9 (patch) | |
tree | 77362b66a8d3fa000d5e4bddc991cdd32a5dd9a8 /drivers/usb | |
parent | 45dd7af410b71da511085b806c22caf8ecca87e4 (diff) | |
download | linux-479af3216315b239eea87a859ece0d29d27b98f9.tar.xz |
usb: renesas_usbhs: Kconfig: convert to SPDX identifiers
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/renesas_usbhs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/Kconfig b/drivers/usb/renesas_usbhs/Kconfig index b26d7c339c05..7fdbff23ae8b 100644 --- a/drivers/usb/renesas_usbhs/Kconfig +++ b/drivers/usb/renesas_usbhs/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Renesas USBHS Controller Drivers # |