Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1223659imm; Tue, 5 Jun 2018 10:57:22 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJjybuRe1l5gmnRCStDKb785UpAQchzs7cdCcivGFzg5yao9jMCKvWwCfnM3Wb8LsZAOmYY X-Received: by 2002:a17:902:7442:: with SMTP id e2-v6mr26805962plt.28.1528221441978; Tue, 05 Jun 2018 10:57:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528221441; cv=none; d=google.com; s=arc-20160816; b=o+cPn7vfNJ1PSgTSZJZ+VyA7C3I/KRh6o8Z1oqqDKnPseXyO1kRzA+HDLT46pPEJJF ASpqt21s7qF0589pE9ykX2Br+7Ep2Rn1TJfgeg7DjtQD+/cJxbyHQammY0R5GFEfmGke pffkKxFSMeaAxEywYyHeX+qbnanvricyDQrZvcFSxsyo0akoq+WMLxHXEkT1daZGUEtD Z2/cKTHViKzpgkS+TWZ1TiQrfpUVmRNIS8yf3Xbvvlt5x0FERu0fwe8IJtW0JRBLKkn6 57egGq+UyVWmhrCQ0Q7bbc73yNHmWWihjGs8YDYjO7V1B1cnpA7FsuD0eecKwIJ8VV5U KBVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=pj11Xg9r4duu4CeBRcR71kuF4MUe7ztGqOlG2mwbreg=; b=wNpuVDBkmn8satrOi/buPXRYCsibKFgsQEfkK4VoXKM7ruPNpJzM7bYmPjXqxEo3uc SD2AcdF7NeOuuB0Q19ftw9D6/4rDIoPoyXlURqfyYIyNx+MuXtFckac2+VNTTZdrUilv FUdOXHjFfLuZBKL1WPdw/N2d+lK9uyzvpu4/YbzvPlSJ3X16VPZr0VToRyLxItEghB96 AqmjIQ5CCWgY8i/sD/5yUgtFNEFpSxiH9MJP45yp0Y333MzY5e3erbByIrshmxWaV0ac lMxwbj5cKfjPMAGyHw/i8dK59TQhfnU0/U9rdfibBIlnhVvB5ZpG1Wtp5tVp673heWw3 q6MA== 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=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 92-v6si48648139pli.280.2018.06.05.10.57.07; Tue, 05 Jun 2018 10:57:21 -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=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbeFERyu (ORCPT + 99 others); Tue, 5 Jun 2018 13:54:50 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:50806 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753014AbeFERyp (ORCPT ); Tue, 5 Jun 2018 13:54:45 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 0050E288251 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: Gwendal Grignou , kernel@collabora.com, Chanwoo Choi , MyungJoo Ham Subject: [PATCH v2 7/8] extcon: usbc-cros-ec: Switch to SPDX identifier. Date: Tue, 5 Jun 2018 19:54:28 +0200 Message-Id: <20180605175429.9072-8-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180605175429.9072-1-enric.balletbo@collabora.com> References: <20180605175429.9072-1-enric.balletbo@collabora.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Enric Balletbo i Serra --- Changes in v2: - [8/9] Fixed wrong copyright year. drivers/extcon/extcon-usbc-cros-ec.c | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/drivers/extcon/extcon-usbc-cros-ec.c b/drivers/extcon/extcon-usbc-cros-ec.c index 6721ab01fe7d..ef5a23e46e71 100644 --- a/drivers/extcon/extcon-usbc-cros-ec.c +++ b/drivers/extcon/extcon-usbc-cros-ec.c @@ -1,18 +1,8 @@ -/** - * drivers/extcon/extcon-usbc-cros-ec - ChromeOS Embedded Controller extcon - * - * Copyright (C) 2017 Google, Inc - * Author: Benson Leung - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * 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. - */ +// SPDX-License-Identifier: GPL-2.0+ +// ChromeOS Embedded Controller extcon +// +// Copyright (C) 2017 Google, Inc. +// Author: Benson Leung #include #include -- 2.17.1