On Tue, May 1, 2018 at 8:33 AM, Srinivas KandagatlaYep, You are correct, I missed the +.
<srinivas.kandagatla@xxxxxxxxxx> wrote:
On 01/05/18 06:29, Andrey Smirnov wrote:
+// SPDX-License-Identifier: GPL-2.0+
...
+MODULE_LICENSE("GPL");
I think this should be
MODULE_LICENSE("GPL v2");
With that change the two statements would contradict each other. "GPL"
means "GNU Public License v2 or later", whereas "GPL v2" means "GNU
Public License v2" as per
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/linux/module.h#n175