diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-30 09:58:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-30 15:27:14 +0200 |
commit | 479af3216315b239eea87a859ece0d29d27b98f9 (patch) | |
tree | 77362b66a8d3fa000d5e4bddc991cdd32a5dd9a8 | |
parent | Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... (diff) | |
download | linux-479af3216315b239eea87a859ece0d29d27b98f9.tar.xz linux-479af3216315b239eea87a859ece0d29d27b98f9.zip |
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>
-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 # |