Message ID | 1644415355-24490-1-git-send-email-u0084500@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Richtek RT1719 USBPD controller support | expand |
On Wed, Feb 09, 2022 at 10:02:33PM +0800, cy_huang wrote:
> 3. Change MODULE_LICENSE from 'GPL v2' to 'GPL'.
Why? Either is fine, any specific reason you changed this?
thanks,
greg k-h
On Wed, Feb 09, 2022 at 03:25:19PM +0100, Greg KH wrote: > On Wed, Feb 09, 2022 at 10:02:33PM +0800, cy_huang wrote: > > 3. Change MODULE_LICENSE from 'GPL v2' to 'GPL'. > > Why? Either is fine, any specific reason you changed this? Because I proposed it. I believe everything scripts/checkpatch.pl tells me. thanks,
On Wed, Feb 09, 2022 at 04:32:34PM +0200, Heikki Krogerus wrote: > On Wed, Feb 09, 2022 at 03:25:19PM +0100, Greg KH wrote: > > On Wed, Feb 09, 2022 at 10:02:33PM +0800, cy_huang wrote: > > > 3. Change MODULE_LICENSE from 'GPL v2' to 'GPL'. > > > > Why? Either is fine, any specific reason you changed this? > > Because I proposed it. I believe everything scripts/checkpatch.pl > tells me. Ah, you believe everything a perl script says, be careful :)
On Wed, Feb 09, 2022 at 04:32:38PM +0200, Heikki Krogerus wrote: > On Wed, Feb 09, 2022 at 03:25:19PM +0100, Greg KH wrote: > > On Wed, Feb 09, 2022 at 10:02:33PM +0800, cy_huang wrote: > > > 3. Change MODULE_LICENSE from 'GPL v2' to 'GPL'. > > > > Why? Either is fine, any specific reason you changed this? > > Because I proposed it. I believe everything scripts/checkpatch.pl > tells me. It looks like the preference on "GPL" is pretty resent. Check commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity"). thanks,
Hi, Greg, Heikki: Heikki Krogerus <heikki.krogerus@linux.intel.com> 於 2022年2月9日 週三 下午10:56寫道: > > On Wed, Feb 09, 2022 at 04:32:38PM +0200, Heikki Krogerus wrote: > > On Wed, Feb 09, 2022 at 03:25:19PM +0100, Greg KH wrote: > > > On Wed, Feb 09, 2022 at 10:02:33PM +0800, cy_huang wrote: > > > > 3. Change MODULE_LICENSE from 'GPL v2' to 'GPL'. > > > > > > Why? Either is fine, any specific reason you changed this? > > > > Because I proposed it. I believe everything scripts/checkpatch.pl > > tells me. > > It looks like the preference on "GPL" is pretty resent. Check commit > bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" > bogosity"). > > thanks, > It seems to revert it back to 'GPL v2' is proper. I'll resend the v5 to change the license back to 'GPL v2'. And add the Reviewed-by tags. Thanks. > -- > heikki