Re: [patch 8/9] LICENSES: Add CC-BY-SA-4.0 license text

From: Jonathan Corbet
Date: Mon Apr 23 2018 - 08:29:41 EST


On Mon, 23 Apr 2018 10:26:35 +0200
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:

> > > Willy, it's your file, Documentation/core-api/idr.rst that is needing
> > > this addition to the LICENSES directory. While I'm all for CC licenses
> > > for Documentation, we don't seem to be very consistent with them.
> > > Should this be the "default" license we choose for documentation for now
> > > on?
> >
> > I'm all for it. If we can agree than this should move to preferred/ and not
> > to other/
>
> Ok, that sounds good, Jon? I know you have looked into picking a decent
> license for documentation, any thoughts here?

CC-BY-SA is a good license for docs, but it's not GPL-compatible, so I
don't think that anything with that license can incorporate kerneldoc
comments or, conceivably, be integrated into the whole sphinx document
tree (which does use those comments). That leads to my own believe that
the docs really need to be GPL-licensed, even though it's not the ideal
solution.

I suppose it might be worth putting this question to the LF lawyers to
see what they think. It's not as if I really know what I'm talking
about, after all...

jon