From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [PATCH 1/6] pmem: Initial version of persistent memory driver Date: Tue, 17 Mar 2015 19:53:30 +0100 Message-ID: <1426618410.15575.1.camel@x220> References: <1426540380-24503-1-git-send-email-ross.zwisler@linux.intel.com> <1426540380-24503-2-git-send-email-ross.zwisler@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-nvdimm@lists.01.org, linux-fsdevel@vger.kernel.org, axboe@kernel.dk, hch@infradead.org, riel@redhat.com To: Ross Zwisler Return-path: Received: from cpsmtpb-ews04.kpnxchange.com ([213.75.39.7]:49488 "EHLO cpsmtpb-ews04.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753230AbbCQSxd (ORCPT ); Tue, 17 Mar 2015 14:53:33 -0400 In-Reply-To: <1426540380-24503-2-git-send-email-ross.zwisler@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Just a license nit. On Mon, 2015-03-16 at 15:12 -0600, Ross Zwisler 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"); And using MODULE_LICENSE("GPL v2"); would match that statement. Paul Bolle