From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [PATCH v2 2/3] NFC: nxp-nci: Add support for NXP NCI chips Date: Wed, 11 Mar 2015 12:27:59 +0100 Message-ID: <1426073279.4244.104.camel@x220> References: <1425895925-20593-1-git-send-email-clement.perrochaud@effinnov.com> <1425895925-20593-3-git-send-email-clement.perrochaud@effinnov.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1425895925-20593-3-git-send-email-clement.perrochaud@effinnov.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: devicetree@vger.kernel.org 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=C3=A9ment 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 mod= ify 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=20 MODULE_LICENSE("GPL v2"); here. Paul Bolle