Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3221026imu; Sat, 24 Nov 2018 00:25:55 -0800 (PST) X-Google-Smtp-Source: AFSGD/W7LzsWyoTaNwy2gL3rI0JrZDWApQq8DMkDwMvnOiaBG/qQpN1EaHpePOItrI0ftJevflNc X-Received: by 2002:a63:e545:: with SMTP id z5mr17194262pgj.195.1543047955259; Sat, 24 Nov 2018 00:25:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543047955; cv=none; d=google.com; s=arc-20160816; b=0saoW1Jh257OLQ4UOjeuyl0MF/OZOIejT3RmVXNW+4Gzdd17B23lmXXV8wHpSDlUAY faM5aCYLDD2R/GfFHAFRoaet7BqFVOSNXoBpCbi7VcvWyXW/X1r0p8D0ako/1c9ZOQwn 7ly7WHPfG3+MDev5MoP1KJ3EKy6ol5d2mr0gqdIRmezI7ZdKlxMKe1NHXvR591Y/fNzN JKMy7wBV+2EPTubyv4gnqDrpCJ0Jw6OGqKYhad7H451U1Tb1LdXFk5gAaTBmwDfWa2qN vAsORkJnYN1LrGdytzkZZ1utofTZlnkGCgLrUVV4qov8shqVskPOqz/BElJoCYcQ0yRj 25Yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=GyVlKcX8czNOxW7LHVuzw93Jt/nt4S1RoxRhri4+HZE=; b=tF7zASNeFGFe9aRnss8pUKhuDQY4YsZEwhxs1Pkydkb8V70JaCckjTyidXOpeDkpFm XDs9HlUuHBVYHQdpIsqgLoGp2Go7vP8vqwTBOdA3w7eQZmbWghg+pwhSQTKVH/BSB3d9 ykhQUhrKmACFR9CQHtQaTgwa5q0ySe6ILeawShXrAxLapWqH9Zcsts7i0HAUL+akZjoE YV6ZKhY/8jQJxL26n1j6w/Qy0LvTK77H9gZTZ4C9DOh6egbANSIjTOVmVkR86Xd3S4Gp t0Kun6PusBc9Jl6hgXKZTeLcJ9J1Wg2BGqmF9oTdGgn+oyE/FDcYO+e3cJYpZOveYRwS 8nEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y73si53251083pgd.478.2018.11.24.00.25.41; Sat, 24 Nov 2018 00:25:55 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409368AbeKWVWZ (ORCPT + 99 others); Fri, 23 Nov 2018 16:22:25 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:50030 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387633AbeKWVWZ (ORCPT ); Fri, 23 Nov 2018 16:22:25 -0500 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gQ8r7-00046z-K1; Fri, 23 Nov 2018 11:38:37 +0100 Date: Fri, 23 Nov 2018 11:38:37 +0100 (CET) From: Thomas Gleixner To: Mauro Carvalho Chehab cc: linux-media@vger.kernel.org, LKML , Alexandre Courbot , Hans Verkuil , Hans Verkuil , Greg KH , Kate Stewart , Linus Torvalds , Ben Hutchings Subject: Re: [PATCHv18 01/35] Documentation: v4l: document request API In-Reply-To: <20181123075157.077758c0@coco.lan> Message-ID: References: <20180814142047.93856-1-hverkuil@xs4all.nl> <20180814142047.93856-2-hverkuil@xs4all.nl> <20181118115215.5ebc681c@coco.lan> <20181123075157.077758c0@coco.lan> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mauro, On Fri, 23 Nov 2018, Mauro Carvalho Chehab wrote: > > While we don't have it, we can't really use SPDX identifiers on media. > > So, replace them by a license text. > > > > Signed-off-by: Mauro Carvalho Chehab > > > > diff --git a/Documentation/media/uapi/mediactl/media-ioc-request-alloc.rst b/Documentation/media/uapi/mediactl/media-ioc-request-alloc.rst > > index 0f8b31874002..60874a1f3d89 100644 > > --- a/Documentation/media/uapi/mediactl/media-ioc-request-alloc.rst > > +++ b/Documentation/media/uapi/mediactl/media-ioc-request-alloc.rst > > @@ -1,4 +1,15 @@ > > -.. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-or-later WITH no-invariant-sections > > +.. SPDX License for this file: GPL-2.0 OR GFDL-1.1-or-later > > +.. > > +.. For GPL-2.0, see LICENSES/preferred/GPL-2.0 > > +.. > > +.. For GFDL-1.1-or-later, see: > > +.. > > +.. Permission is granted to copy, distribute and/or modify this document > > +.. under the terms of the GNU Free Documentation License, Version 1.1 or > > +.. any later version published by the Free Software Foundation, with no > > +.. Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. > > +.. A copy of the license is included at > > +.. Documentation/media/uapi/fdl-appendix.rst. There is still an issue here. The SPDX id for GFDL requires the license text to be in LICENSES/.... But the plain GFDL-1.1-or-later lacks the invariant/front/back parts which are an exception to the license and require an exception ID along with the corresponding file in LICENSES/..... again. So no, this won't cut it. Please stay with free form license information until this is resolved. Kate, can you have a look into that please on the SPDX side? Thanks, tglx