Re: [PATCH 5/6] Documentation for Pmalloc

From: Matthew Wilcox
Date: Fri Feb 09 2018 - 22:37:43 EST


On Fri, Feb 02, 2018 at 05:56:29PM +0200, Igor Stoppa wrote:
> But what is the license for the documentation? It's not code, so GPL
> seems wrong. Creative commons?

I've done this as the first line of my new documentation files:

.. SPDX-License-Identifier: CC-BY-SA-4.0

I think this is the CC license that's closest in spirit to the GPL without
the unintended consequences of the GPL when used on documentation. The
GFDL seems to be out of favour these days.