Return-path: Received: from cpsmtpb-ews06.kpnxchange.com ([213.75.39.9]:52579 "EHLO cpsmtpb-ews06.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbbCKL2C (ORCPT ); Wed, 11 Mar 2015 07:28:02 -0400 Message-ID: <1426073279.4244.104.camel@x220> (sfid-20150311_122824_838349_4F127A8E) Subject: Re: [PATCH v2 2/3] NFC: nxp-nci: Add support for NXP NCI chips From: Paul Bolle To: clement.perrochaud@effinnov.com Cc: Rusty Russell , Dave Jones , linux-nfc@lists.01.org, =?ISO-8859-1?Q?Cl=E9ment?= Perrochaud , sunil.jogi@nxp.com, jerome.pele@nxp.com, Charles.Gorand-Effinnov@nxp.com, lauro.venancio@openbossa.org, aloisio.almeida@openbossa.org, sameo@linux.intel.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, davem@davemloft.net, grant.likely@linaro.org, lefrique@marvell.com, christophe.ricard@gmail.com, cuissard@marvell.com, bzhao@marvell.com, hirent@marvell.com, akarwar@marvell.com, linux-wireless@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, anda-maria.nicolae@intel.com Date: Wed, 11 Mar 2015 12:27:59 +0100 In-Reply-To: <1425895925-20593-3-git-send-email-clement.perrochaud@effinnov.com> References: <1425895925-20593-1-git-send-email-clement.perrochaud@effinnov.com> <1425895925-20593-3-git-send-email-clement.perrochaud@effinnov.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 2015-03-09 at 11:12 +0100, clement.perrochaud@effinnov.com wrote: > --- /dev/null > +++ b/drivers/nfc/nxp-nci/core.c > @@ -0,0 +1,186 @@ > +/* > + * Generic driver for NXP NCI NFC chips > + * > + * Copyright (C) 2014 NXP Semiconductors All rights reserved. > + * > + * Authors: Clément Perrochaud > + * > + * Derived from PN544 device driver: > + * Copyright (C) 2012 Intel Corporation. All rights reserved. > + * > + * 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 that 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. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, see . > + */ This states the license is GPL v2. > +MODULE_LICENSE("GPL"); So you probably want MODULE_LICENSE("GPL v2"); here. Paul Bolle