Re: [RFC PATCH v12 01/17] dlb: add skeleton for DLB driver

From: Joe Perches
Date: Tue Dec 21 2021 - 21:04:25 EST


On Tue, 2021-12-21 at 23:22 +0000, Chen, Mike Ximing wrote:
> > From: Joe Perches <joe@xxxxxxxxxxx>
[]
> > > diff --git a/drivers/misc/dlb/dlb_main.c b/drivers/misc/dlb/dlb_main.c
> > []
> > > +// SPDX-License-Identifier: GPL-2.0-only
> > []
> > > +MODULE_LICENSE("GPL v2");
> >
> > Should use "GPL" not "GPL v2".
> >
> > https://lore.kernel.org/lkml/alpine.DEB.2.21.1901282105450.1669@xxxxxxxxxxxxxxxxxxxxxxx/
> >
> We support v2 only.

This is specific to the MODULE_LICENSE use.

I think you should read the link above.