From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753477AbbCYU0z (ORCPT ); Wed, 25 Mar 2015 16:26:55 -0400 Received: from mga14.intel.com ([192.55.52.115]:8396 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753287AbbCYU0y (ORCPT ); Wed, 25 Mar 2015 16:26:54 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,466,1422950400"; d="scan'208";a="670595407" Message-ID: <1427315212.14654.4.camel@theros.lm.intel.com> Subject: Re: [PATCH 1/3] pmem: Initial version of persistent memory driver From: Ross Zwisler To: Paul Bolle Cc: Christoph Hellwig , linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, boaz@plexistor.com, axboe@kernel.dk Date: Wed, 25 Mar 2015 14:26:52 -0600 In-Reply-To: <1427314777.10958.39.camel@x220> References: <1427299449-26722-1-git-send-email-hch@lst.de> <1427299449-26722-2-git-send-email-hch@lst.de> <1427314777.10958.39.camel@x220> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20.rez) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2015-03-25 at 21:19 +0100, Paul Bolle wrote: > 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. Cool - yep, feel free to update this if you want in the next version of your series, Christoph. - Ross