Em Wed, 26 Aug 2020 06:47:33 -0600 Jonathan Corbet <corbet@xxxxxxx> escreveu: > On Wed, 26 Aug 2020 09:28:24 +0200 > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote: > > > SPDX v3.10 gained support for GFDL-1.2 with no invariant sections: > > > > https://spdx.org/licenses/GFDL-1.2-invariants-only.html > > > > Let's use it, instead of keeping a license text for this file. > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > > --- > > Documentation/trace/ring-buffer-design.rst | 26 +--------------------- > > 1 file changed, 1 insertion(+), 25 deletions(-) > > [CC expanded] > > If we're going to do this, I think we should also add GFDL to the right > place in the LICENSES directory - deprecated/ or at best dual/. But even > SPDX (https://spdx.org/licenses/GFDL-1.2.html) says this license is > deprecated. Right. I'll send a separate patch adding it to deprecated/ together with GFDL-1.1-no-invariants-or-later, which is used at the media uAPI documentation. There, GFDL 1.1 is used both together with GPL (dual licensed is required for new files) and alone (for the legacy document files). > > Beyond that, https://spdx.org/licenses/GFDL-1.2-invariants-only.html seems > to disagree with your interpretation; it seems you would want > GFDL-1.2-only-no-invariants ? Thanks for reviewing! Yeah, indeed I mangled this one. It should be, instead: GFDL-1.2-no-invariants-only https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html I'll send a second version fix it. Thanks, Mauro