Re: [PATCH v3 9/9] mfd: intel-m10-bmc: Change MODULE_LICENSE() to GPL

From: Ilpo Järvinen
Date: Mon Dec 05 2022 - 04:08:21 EST


On Sun, 4 Dec 2022, Greg KH wrote:

> On Fri, Dec 02, 2022 at 12:08:41PM +0200, Ilpo Järvinen wrote:
> > "GPL v2" should not be used as MODULE_LICENSE(). "GPL" is enough, see
> > commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL
> > v2" bogosity") for more details.
>
> And that commit says that leaving "GPL v2" is just fine and dandy and
> should not be an issue at all.

>From reading just it's changelog, it's hard to come into that conclusion
(in fact, the opposite reading is very much crafted into many of the
wordings in the changelog, e.g., stating that "GPL" is "completely
sufficient" and that other ways assume wrongly distinction, etc.).

Only after reading now the diff itself, I can see that being the case.

> Please do not change the license for no good reason. That commit is NOT
> a good reason to change it at all.
>
> so NAK on this patch, sorry.

Okay, I'm certainly fine dropping it :-).

The reason why I added this change was checkpatch giving this:

WARNING: Prefer "GPL" over "GPL v2" - see commit bf7fbeeae6db ("module:
Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity")

...And bf7fbeeae6db's changelog then further reinforced that "GPL" is
sufficient.

I guess checkpatch wanted to give the warning only for new stuff but
since I was moving code around it misdetected the moved bits as new.


--
i.