From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932191AbdKQSj4 (ORCPT ); Fri, 17 Nov 2017 13:39:56 -0500 Received: from verein.lst.de ([213.95.11.211]:49903 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869AbdKQSjs (ORCPT ); Fri, 17 Nov 2017 13:39:48 -0500 Date: Fri, 17 Nov 2017 19:39:46 +0100 From: Christoph Hellwig To: Thomas Gleixner Cc: Mauro Carvalho Chehab , LKML , Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , Joe Perches , linux-xfs@vger.kernel.org, Charlemagne Lasse , Carmen Bianca Bakker Subject: Re: [patch V4 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses Message-ID: <20171117183946.GA28533@lst.de> References: <20171116183306.103584007@linutronix.de> <20171116184358.398030394@linutronix.de> <20171117150639.0e706421@vento.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 17, 2017 at 07:11:41PM +0100, Thomas Gleixner wrote: > Introcude a MODULE_LICENSE_SPDX macro which flags the module info storage > as 'SPDXIFY' and let the postprocessor do: Shouldn;t this be a FILE_LICENSE_SPDX? I'd also much prefer that over the nasty C99 comments to start with. And while I'm a bit behind on email I still haven't managed to find a good rationale for those to start with. So it would be good to figure this out before people start spamming the lists with all kinds of mass conversions and checkpatch fixes for licensing..