From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751128AbdKLTyk (ORCPT ); Sun, 12 Nov 2017 14:54:40 -0500 Received: from smtprelay0149.hostedemail.com ([216.40.44.149]:35316 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751035AbdKLTyj (ORCPT ); Sun, 12 Nov 2017 14:54:39 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:2911:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3872:4250:4321:4425:5007:6117:6119:6120:6742:9040:10004:10400:10471:10848:11232:11658:11914:12043:12740:12760:12895:13069:13161:13229:13255:13311:13357:13439:14181:14659:14721:14777:21080:21088:21433:21627:30054:30069:30075:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: shoe63_45487db27d443 X-Filterd-Recvd-Size: 2242 Message-ID: <1510516474.10883.59.camel@perches.com> Subject: Re: [patch 1/7] Documentation: Add license-rules.rst to describe how to properly identify file licenses From: Joe Perches To: Thomas Gleixner , LKML Cc: Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , linux-xfs@vger.kernel.org, Kate Stewart Date: Sun, 12 Nov 2017 11:54:34 -0800 In-Reply-To: <20171112192142.525567667@linutronix.de> References: <20171112191821.240484206@linutronix.de> <20171112192142.525567667@linutronix.de> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2017-11-12 at 20:18 +0100, Thomas Gleixner wrote: > Add a file to the Documentation directory to describe how file licenses > should be described in all kernel files, using the SPDX identifier, as well > as where all licenses should be in the kernel source tree for people to > refer to (LICENSES/). > > Thanks to Kate, Philippe and Greg for review and editing! p[ > --- /dev/null > +++ b/Documentation/license-rules.rst [] > +The common way of expressing the license of a source file is to add the > +matching boiler plate text into the top comment of the file. Due to > +formatting, typos etc. These "boiler plates" are hard to validate for > +tools, which are used in the context of license compliance. There is bad sentence construction here and it is a little difficult to parse what is intended. "These" should not be capitalized. This SPDX info should also be place in the Documentation/process content somewhere.