On Mon, 2015-03-09 at 11:12 +0100, clement.perrochaud@xxxxxxxxxxxx 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 <clement.perrochaud@xxxxxxx> > + * > + * 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-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html