Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp1457444imc; Mon, 11 Mar 2019 14:19:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqxVujLkJXH+t7ZvXSY0nGhqLug8QwDTHXO8QOPOHEwYUA23Pz4/sRa5bw5GQUqtC+vCaOy8 X-Received: by 2002:a62:4290:: with SMTP id h16mr1582299pfd.8.1552339163120; Mon, 11 Mar 2019 14:19:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552339163; cv=none; d=google.com; s=arc-20160816; b=MOaj1Q5B9i6mrMMTKm3knmt2beScF9js23bQKYeGYlI6Z4hMjO71p/L0L1nbXwzjlD KzIaJ9x41VohqvpfWY2k2gaoG3sTiB1APy9bTckL7IhI8ZO4XLK/49EvTlW4Rt02jhkN iBKSYlFZZcc2iLUGeipdPy4sgx/xkm/PvKUDgaRolao7fFqATRaeHYtV8ycNXZRudz9l +o2t0R8nwazexRL/Ww//JORskTYNs9TmwyQJKgcrZYI9FQ5lTXjSWqGE71tMTcIeNhl9 /2kDQOLfBpgsX44ZaNgpC5QcUdN4XtJnD68TLL0UlfTDTdg7P6krGBspQPoTqgp4Hv+N LtPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=aK9b6SJa/aOj94HDFK7DaWzLTTg7RIEbVy5CYNise7U=; b=V456GbWDFdzxBUvG4w2eKZJb0XxcIVJx77l3L0TK0EZpqaSRyQ7kgKZaSaGILOS9D7 sM1KNYrSvwrb4iPLy1ERula866AVyOBKu/qO7vkR6Ppdd1bSUlNIwlWOLVa85OxpCNLw +hvxxLDbXjKMDp5yz4rpX9hNjEzn4xdCA4zhjZTr1zwk+3SSxCtfBbt86lan7Gk2MzQA sreW6P661GO6uu59UkWHdVGLNHG0hmC5OOjj2L4Ddy/eCWpG8IZ1yAVvA57BoLal1o9m dQh2VgBLveUyKuswvBNd5ghOnPxUP/UgRw+hOPoUy0RpfqVp06WGxN0vWBFEDGubS6Vt 2kCQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q20si1569779pgj.345.2019.03.11.14.19.07; Mon, 11 Mar 2019 14:19:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728470AbfCKVSf (ORCPT + 99 others); Mon, 11 Mar 2019 17:18:35 -0400 Received: from mga01.intel.com ([192.55.52.88]:30404 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728423AbfCKVSa (ORCPT ); Mon, 11 Mar 2019 17:18:30 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2019 14:18:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,468,1544515200"; d="scan'208";a="151382946" Received: from twinkler-lnx.jer.intel.com ([10.12.91.48]) by fmsmga004.fm.intel.com with ESMTP; 11 Mar 2019 14:18:28 -0700 From: Tomas Winkler To: Greg Kroah-Hartman Cc: Samuel Ortiz , Alexander Usyskin , linux-kernel@vger.kernel.org, Tomas Winkler Subject: [char-misc 3/5] nfc/mei: convert to SPDX license tags Date: Tue, 12 Mar 2019 00:10:42 +0200 Message-Id: <20190311221044.17623-4-tomas.winkler@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190311221044.17623-1-tomas.winkler@intel.com> References: <20190311221044.17623-1-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Replace boiler plate licenses texts with the SPDX license identifiers in the mei nfc files header. Signed-off-by: Tomas Winkler --- drivers/nfc/mei_phy.c | 18 +++--------------- drivers/nfc/microread/mei.c | 17 +++-------------- drivers/nfc/pn544/mei.c | 15 ++------------- 3 files changed, 8 insertions(+), 42 deletions(-) diff --git a/drivers/nfc/mei_phy.c b/drivers/nfc/mei_phy.c index 8a04c5e02999..0f43bb389566 100644 --- a/drivers/nfc/mei_phy.c +++ b/drivers/nfc/mei_phy.c @@ -1,21 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * MEI Library for mei bus nfc device access - * - * Copyright (C) 2013 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. + * Copyright (c) 2013, Intel Corporation. * - * 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 . + * MEI Library for mei bus nfc device access */ - #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include diff --git a/drivers/nfc/microread/mei.c b/drivers/nfc/microread/mei.c index eb5eddf1794e..5dad8847a9b3 100644 --- a/drivers/nfc/microread/mei.c +++ b/drivers/nfc/microread/mei.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * HCI based Driver for Inside Secure microread NFC Chip - * - * Copyright (C) 2013 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. + * Copyright (C) 2013 Intel Corporation. All rights reserved. * - * 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 . + * HCI based Driver for Inside Secure microread NFC Chip */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt diff --git a/drivers/nfc/pn544/mei.c b/drivers/nfc/pn544/mei.c index ad57a8ec00d6..579bc599f545 100644 --- a/drivers/nfc/pn544/mei.c +++ b/drivers/nfc/pn544/mei.c @@ -1,19 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * HCI based Driver for NXP pn544 NFC Chip - * * Copyright (C) 2013 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 . + * HCI based Driver for NXP pn544 NFC Chip */ #include -- 2.20.1