Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nfc/mei: convert to SPDX license tags

Replace boiler plate licenses texts with the SPDX license
identifiers in the mei nfc files header.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tomas Winkler and committed by
Greg Kroah-Hartman
191b0700 9fff0425

+8 -42
+3 -15
drivers/nfc/mei_phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 3 + * Copyright (c) 2013, Intel Corporation. 4 + * 2 5 * MEI Library for mei bus nfc device access 3 - * 4 - * Copyright (C) 2013 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 - 19 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 20 8 21 9 #include <linux/module.h>
+3 -14
drivers/nfc/microread/mei.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 3 + * Copyright (C) 2013 Intel Corporation. All rights reserved. 4 + * 2 5 * HCI based Driver for Inside Secure microread NFC Chip 3 - * 4 - * Copyright (C) 2013 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+2 -13
drivers/nfc/pn544/mei.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 - * HCI based Driver for NXP pn544 NFC Chip 3 - * 4 3 * Copyright (C) 2013 Intel Corporation. All rights reserved. 5 4 * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 5 + * HCI based Driver for NXP pn544 NFC Chip 17 6 */ 18 7 19 8 #include <linux/module.h>