From patchwork Fri Nov 23 18:38:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 10696277 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F12761750 for ; Fri, 23 Nov 2018 18:38:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E1BA72BF4D for ; Fri, 23 Nov 2018 18:38:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D61A12BF57; Fri, 23 Nov 2018 18:38:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 37A4D2BF4D for ; Fri, 23 Nov 2018 18:38:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437232AbeKXFYQ (ORCPT ); Sat, 24 Nov 2018 00:24:16 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:58604 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730291AbeKXFYQ (ORCPT ); Sat, 24 Nov 2018 00:24:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=tPjMMuDl37prqpHMQJRl3Lj9KNFooxu9mbGqXWxEaZo=; b=CH5cT205UqhTsF0xPyrtqCe2TQ lNnItmCK2kHu6REDrIp9OzVuTD1SFPDAqBohsiIb75q0JG7cfaFJnqhOz9gem7r/qJXL+nrIo9jtm nZ46cX9Bn+0JBVJyd1fhMprEGniXQjOxJnRkaUX3fIyhlFr11wRrfoj1IXbVQjbvRog8zLlQnuuHK nc6RrYyqI05B+1GD4CJonxP2nc/h+fn2ILsq8pvEbYIKzTnAcdhe1zhKeHB5ldNOwDOInJm8ZFv0g sFCoeU+FJZ3SAYKiu8y4Slh/bbPx31GdbP511dMBiExX/xQsOaeCQJRn3hNwM7Qpoab7kLzF9RL0Q ioy51x3Q==; Received: from 201.47.163.210.dynamic.adsl.gvt.net.br ([201.47.163.210] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gQGLo-00060r-Jh; Fri, 23 Nov 2018 18:38:48 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.91) (envelope-from ) id 1gQGLk-0001Nq-Gc; Fri, 23 Nov 2018 16:38:44 -0200 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Ben Hutchings , Mauro Carvalho Chehab , Thomas Gleixner , Kate Stewart , Mauro Carvalho Chehab , Gerd Hoffmann , Hans Verkuil , Sylwester Nawrocki , Johannes Stezenbach , Ralph Metzler , Marcus Metzler , Sean Young , Michael Ira Krufky Subject: [PATCH 1/6] Documentation/media: uapi: Explicitly say there are no Invariant Sections Date: Fri, 23 Nov 2018 16:38:34 -0200 Message-Id: <40fbc109b12284194711c2892a2b9644fbd83ddf.1542997584.git.mchehab+samsung@kernel.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Ben Hutchings The GNU Free Documentation License allows for a work to specify Invariant Sections that are not allowed to be modified. (Debian considers that this makes such works non-free.) The Linux Media Infrastructure userspace API documentation does not specify any such sections, but it also doesn't say there are none (as is recommended by the license text). Make it explicit that there are none. References: https://bugs.debian.org/698668 Signed-off-by: Ben Hutchings Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Gerd Hoffmann Signed-off-by: Hans Verkuil Signed-off-by: Sylwester Nawrocki Signed-off-by: Johannes Stezenbach Signed-off-by: Ralph Metzler Signed-off-by: Marcus Metzler Signed-off-by: Sean Young Signed-off-by: Michael Ira Krufky Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/media_uapi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/media/media_uapi.rst b/Documentation/media/media_uapi.rst index 28eb35a1f965..5198ff24a094 100644 --- a/Documentation/media/media_uapi.rst +++ b/Documentation/media/media_uapi.rst @@ -10,9 +10,9 @@ Linux Media Infrastructure userspace API 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. A copy of -the license is included in the chapter entitled "GNU Free Documentation -License". +any later version published by the Free Software Foundation, with no +Invariant Sections. A copy of the license is included in the chapter +entitled "GNU Free Documentation License". .. only:: html