On August 03, 2015 18:26, Sebastian Reichel wrote:

> > > > +MODULE_LICENSE("GPL");
> > >
> > > MODULE_LICENSE("GPL v2");
> >
> > If I do this then I need to update the file license disclaimer at the top, 
> > as
> > right now they match and are correct as far as I can tell. Is this change 
> > needed
> > and if so is this the intention for other drivers as well, just so I'm 
> > clear?
> 
> The header states GPL v2+.
> 
> -- Sebastian

Yes, and this matches the "GPL" string as I understand it. The following is
taken from "include/linux/module.h":

---
/*
 * The following license idents are currently accepted as indicating free
 * software modules
 *
 *      "GPL"                           [GNU Public License v2 or later]
 *      "GPL v2"                        [GNU Public License v2]

Reply via email to