Browse Source

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>
Stephen Hemminger 7 years ago
parent
commit
45ea83f02d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/hv/Kconfig

+ 2 - 0
drivers/hv/Kconfig

@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0
+
 menu "Microsoft Hyper-V guest support"
 menu "Microsoft Hyper-V guest support"
 
 
 config HYPERV
 config HYPERV