diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-30 03:58:55 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-07-30 09:27:14 -0400 |
commit | 479af3216315b239eea87a859ece0d29d27b98f9 (patch) | |
tree | 77362b66a8d3fa000d5e4bddc991cdd32a5dd9a8 | |
parent | 45dd7af410b71da511085b806c22caf8ecca87e4 (diff) |
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 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
1 | # | 2 | # |
2 | # Renesas USBHS Controller Drivers | 3 | # Renesas USBHS Controller Drivers |
3 | # | 4 | # |