[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1426072963.4244.100.camel@x220>
Date: Wed, 11 Mar 2015 12:22:43 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: clement.perrochaud@...innov.com
Cc: Rusty Russell <rusty@...tcorp.com.au>,
Dave Jones <davej@...emonkey.org.uk>, linux-nfc@...ts.01.org,
Clément Perrochaud
<clement.perrochaud@....com>, sunil.jogi@....com,
jerome.pele@....com, Charles.Gorand-Effinnov@....com,
lauro.venancio@...nbossa.org, aloisio.almeida@...nbossa.org,
sameo@...ux.intel.com, robh+dt@...nel.org, pawel.moll@....com,
mark.rutland@....com, ijc+devicetree@...lion.org.uk,
galak@...eaurora.org, davem@...emloft.net, grant.likely@...aro.org,
lefrique@...vell.com, christophe.ricard@...il.com,
cuissard@...vell.com, bzhao@...vell.com, hirent@...vell.com,
akarwar@...vell.com, linux-wireless@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, anda-maria.nicolae@...el.com
Subject: Re: [PATCH v2 3/3] NFC: nxp-nci_i2c: Add I2C support to NXP NCI
driver
On Mon, 2015-03-09 at 11:12 +0100, clement.perrochaud@...innov.com
wrote:
> --- /dev/null
> +++ b/drivers/nfc/nxp-nci/i2c.c
> @@ -0,0 +1,415 @@
> +/*
> + * I2C link layer for the NXP NCI driver
> + *
> + * Copyright (C) 2014 NXP Semiconductors All rights reserved.
> + *
> + * Authors: Clément Perrochaud <clement.perrochaud@....com>
> + *
> + * 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 <http://www.gnu.org/licenses/>.
> + */
This states the license is GPL v2.
> +MODULE_LICENSE("GPL");
So you probably want
MODULE_LICENSE("GPL v2");
here.
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists