From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 585D7C43331 for ; Fri, 6 Sep 2019 14:46:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2EBD82082C for ; Fri, 6 Sep 2019 14:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567781162; bh=FGEgvRmHs/dKFfGR/E1Hlc9aPFRRA3yuOEP2Fa/ihr0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=pWyZuVMFdE41ACNQhqza4uMxTSvF+7r4tPJrBcQBlDQF7LkBNByI7EHaOvWBNJvoD pZXPyEnmHIjkecupMOKxpnM5xwgsT61wPgq8NdZ+9ceq9ds61TbIWsTpqDtf4mRdxX NyNbYikO1qA/7ctsKkQMSQDaycdG28oQkuiZ3GLw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394556AbfIFOqB (ORCPT ); Fri, 6 Sep 2019 10:46:01 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:45594 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728066AbfIFOqB (ORCPT ); Fri, 6 Sep 2019 10:46:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To: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=qdE/A5E3itAYmXEYNe4hji8cSWMQ2krYgI7nm7rwFLE=; b=UzI3yrhFY1MFysDBeXC57GWG0 HheMLnHjfzNw58QOczGMWnnxFZ1ZPI+9wvxr85pe22tPeoiXmXiMhhccD/6BHUKs8dwtvjR+kUtpZ KBeQ64cjoVh/Dkt4/aN6aUiwfibYjWnqdbgahuzesxFcigt/07L6mS3aOcc7/itF7MQ2FCusD/bgj jermPUt3afpdxTxhwNhsbReeBE+QOgWQM09A2DrX3TLsWtYn3ouYM5u9zV4SPDETxsh6tU+7y2s0g VwnxQFc4T39lRH2BKDh8KZ+Gv96Av2Iifvs8Cs4HK9m5pPMQ6ceAV+/E/iOA4JILdU1AkglfU6ST6 pScQlGuKg==; Received: from [177.159.253.249] (helo=coco.lan) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1i6FUs-0005rl-9e; Fri, 06 Sep 2019 14:45:58 +0000 Date: Fri, 6 Sep 2019 11:45:52 -0300 From: Mauro Carvalho Chehab To: Joe Perches Cc: Greg Kroah-Hartman , Linux Media Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Jessica Yu , Federico Vaga , Thomas Gleixner , linux-doc@vger.kernel.org Subject: Re: [PATCH] docs: license-rules.txt: cover SPDX headers on Python scripts Message-ID: <20190906114552.524d0d50@coco.lan> In-Reply-To: References: <20190905055614.7958918b@coco.lan> <88e638eb959095ab6657d295f9f8c27169569bf2.1567675272.git.mchehab+samsung@kernel.org> <20190905092703.GA30899@kroah.com> <20190905090701.37dcf75e@coco.lan> <20190906083457.7e7934ec@coco.lan> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 06 Sep 2019 05:20:30 -0700 Joe Perches escreveu: > On Fri, 2019-09-06 at 08:34 -0300, Mauro Carvalho Chehab wrote: > > I did some changes on it, plus one change at the pedantic mode of > > scripts/spdxcheck.py, and placed the corresponding patches at: > > > > https://git.linuxtv.org/mchehab/experimental.git/log/?h=spdx_pedantic > > Overall seems very nice, thanks. > > Couple nits. > > Some of the scripts and py files move the author > block into a description or add unnecessary blank > comments. These may use some manual fixups. True. I noticed that too. I suspect that fixing this automatically would make the script too complex. Anyway, the point is: who will apply it? Linus? Each maintainer? I can apply it to the media subsystem (after applying the patches I have already doing the same), but I don't intend myself to apply it to the other subsystems. > > what's the "very first line" where a > > SPDX header tag should be on a man page? > > Beats me. > This says man pages are documents, > https://spdx.org/rdf/ontology/spdx-2-0-rev-7/individuals/usageType_document___85292652.html > > Yes. I mean, I suspect that a troff file should have a ".TH" at its first line. So, SPDX header should start at the second line. Thanks, Mauro