diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-03-27 15:01:04 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-28 13:24:56 +0200 |
commit | 45ea83f02dc090c477261ac6c93aa2097edca601 (patch) | |
tree | 27bb7bcd34b7822a9bb40fa3022289a20f8440f7 /drivers/hv/Kconfig | |
parent | 76241271aaf73c683da6f103e9b5722db3122392 (diff) | |
download | talos-obmc-linux-45ea83f02dc090c477261ac6c93aa2097edca601.tar.gz talos-obmc-linux-45ea83f02dc090c477261ac6c93aa2097edca601.zip |
hv: add SPDX license id to Kconfig
Missing license on Kconfig file.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/Kconfig')
-rw-r--r-- | drivers/hv/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 50b89ea0e60f..97954f575c3f 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + menu "Microsoft Hyper-V guest support" config HYPERV |