On Fri, 10 Feb 2023, Paul Menzel wrote: > > +MODULE_LICENSE("GPL"); > > Should it be GPL v2? No, it should. "GPL" is the correct for in MOUDLE_LICENSE(). SPDX lines are a different thing and more precise. -- i.
On Fri, 10 Feb 2023, Paul Menzel wrote: > > +MODULE_LICENSE("GPL"); > > Should it be GPL v2? No, it should. "GPL" is the correct for in MOUDLE_LICENSE(). SPDX lines are a different thing and more precise. -- i.