From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ty1jpn01on0708.outbound.protection.outlook.com ([2a01:111:f400:fe9d::708] helo=JPN01-TY1-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gKuSf-0008OU-30 for linux-mtd@lists.infradead.org; Fri, 09 Nov 2018 00:15:47 +0000 Message-ID: <87tvkrjer7.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Boris Brezillon Cc: Miquel Raynal , David Woodhouse , Brian Norris , "Marek Vasut" , Subject: Re: [PATCH] mtd: rawnand: sh_flctl: convert to SPDX identifiers In-Reply-To: <20181108111300.1f9d4457@bbrezillon> References: <87muqkytbv.wl-kuninori.morimoto.gx@renesas.com> <20181108095728.6c19b8f0@bbrezillon> <20181108111300.1f9d4457@bbrezillon> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Date: Fri, 9 Nov 2018 00:15:31 +0000 List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Boris > > > This patch updates license to use SPDX-License-Identifier > > > instead of verbose license text. > > > > > > As original license mentioned, it is GPL-2.0 in SPDX. > > > Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL". > > > See ${LINUX}/include/linux/module.h > > > > > > "GPL" [GNU Public License v2 or later] > > > "GPL v2" [GNU Public License v2] > > > > I had a similar case recently and I based my SPDX tag on the > > MODULE_LICENSE() value instead of the license header. > > Is this "license header" > MODULE_LICENSE() rule documented > > somewhere? > > Looks like you made the right choice [1]. I'll fix my patches to follow > this rule. > > [1]https://lore.kernel.org/linux-rtc/20180625015832.GB30408@kroah.com/ Thanks. Nice to know