From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0055.hostedemail.com ([216.40.44.55]:55862 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750977AbdKLUEY (ORCPT ); Sun, 12 Nov 2017 15:04:24 -0500 Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by smtpgrave05.hostedemail.com (Postfix) with ESMTP id DE88E18289F7F for ; Sun, 12 Nov 2017 19:54:39 +0000 (UTC) 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 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" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs 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 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.