Update MODULE_LICENSE to "Dual BSD/GPL". Change-Id: I8ee3bbc9881d97b771ad61fd43b7b0ca0d00dc73 CRs-Fixed: 2077923
@@ -53,7 +53,7 @@
#define __qdf_virt_module_exit(_x) module_exit(_x)
-#define __qdf_virt_module_name(_name) MODULE_LICENSE("Proprietary")
+#define __qdf_virt_module_name(_name) MODULE_LICENSE("Dual BSD/GPL")
#define __qdf_export_symbol(_sym) EXPORT_SYMBOL(_sym)