From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [PATCH 1/3] pmem: Initial version of persistent memory driver Date: Wed, 25 Mar 2015 21:19:37 +0100 Message-ID: <1427314777.10958.39.camel@x220> References: <1427299449-26722-1-git-send-email-hch@lst.de> <1427299449-26722-2-git-send-email-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, ross.zwisler@linux.intel.com, boaz@plexistor.com, axboe@kernel.dk To: Christoph Hellwig Return-path: Received: from lb1-smtp-cloud2.xs4all.net ([194.109.24.21]:47871 "EHLO lb1-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752955AbbCYUTl (ORCPT ); Wed, 25 Mar 2015 16:19:41 -0400 In-Reply-To: <1427299449-26722-2-git-send-email-hch@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The same license nit I found in the previous two versions of this patch. On Wed, 2015-03-25 at 17:04 +0100, Christoph Hellwig wrote: > --- /dev/null > +++ b/drivers/block/pmem.c > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU General Public License, > + * version 2, as published by the Free Software Foundation. > + * > + * This program is distributed in the hope it will be useful, but WITHOUT > + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for > + * more details. This states the license is GPL v2. > +MODULE_LICENSE("GPL"); So you probably want to use MODULE_LICENSE("GPL v2"); here. Paul Bolle