From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932242AbbCQSxe (ORCPT ); Tue, 17 Mar 2015 14:53:34 -0400 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 Message-ID: <1426618410.15575.1.camel@x220> Subject: Re: [PATCH 1/6] pmem: Initial version of persistent memory driver From: Paul Bolle To: Ross Zwisler Cc: linux-kernel@vger.kernel.org, linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, axboe@kernel.dk, hch@infradead.org, riel@redhat.com Date: Tue, 17 Mar 2015 19:53:30 +0100 In-Reply-To: <1426540380-24503-2-git-send-email-ross.zwisler@linux.intel.com> References: <1426540380-24503-1-git-send-email-ross.zwisler@linux.intel.com> <1426540380-24503-2-git-send-email-ross.zwisler@linux.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Mar 2015 18:53:30.0409 (UTC) FILETIME=[A9119990:01D060E3] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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