On Monday 12 March 2018 04:52 PM, Winkler, Tomas wrote:
+MODULE_AUTHOR("Intel Corporation"); +MODULE_LICENSE("GPL");
Dual License
MODULE_LICENSE("GPL-2.0+ OR BSD-3-Clause");
Will this work?
No, it should be MODULE_LICENSE("Dual BSD/GPL");
Ok thank you!
--Ram
Tomas