Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1222980imm; Tue, 5 Jun 2018 10:56:39 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLXgDX8OGOXoYUmtNJJnFpAnFee9EW6JTZyVLvEZuDUGFvNxtb671N7cJnbLxW/x+v/qHCy X-Received: by 2002:a63:b646:: with SMTP id v6-v6mr15009322pgt.276.1528221399779; Tue, 05 Jun 2018 10:56:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528221399; cv=none; d=google.com; s=arc-20160816; b=rBOoEjKff4IWF6oJnKybJvWw6hqhpggsVd8nD0IxAgD236LX6pfzpGmGUx/5TQ72pw WVQRpMbne5u4FqrfcCk2ssGEisvN0CmPifGpx+msvX6kqqZzbveGO1/Aahvi9OYZWr2O eRfCk/qIwDb6Lg1QoO3mvvJSbQRbcFYp3IiIo4v/PG172Cs7RwI31VBuOnPacc7PboL7 AlGHMYcPJs9iIMJukxonEjdwrww/H8pKz2gMl0rUwhEplpMMG7MKirZy4xDMX5ijLYJF n/XcAIeYLBB1f4E9CRdF8EBED3Pe3WAvfgyTn5Xh616qApOgAuqIdLxRAc0e3vH2MxH7 U7Aw== 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=7Rp8VGPp6eSwjbHv75M/N3KMGGjCJoON/zSrEbG1uGc=; b=daVOUZP5YjVhwPFjhIST0h0hOpe/oziSJbp7X4B2f19adXeFdeurL1a1JNXpJUdeK+ Fh2anW9JObnn8S9DEuzl0G9m875N41CBC1Z9BI/5tP/s/iJI3sZchL7yjUIDU0UQtUt/ iIka//ncuXh4/HvPoG90GlfQoNLbGB6G5jvA9aCqeWRWFDxLtxJJdhW14WU7FZtOjBSP 71MpIF08GBxwkKi6hTewQuS9NG+b5lRk7jgKgioxYCSOtFZzF2uWVQAVsyve36jAE5TL zIH61Sn6rffXnbGuYxQP7ALyw++C0o9DX+0OX+6KoTWeuQr+inZfo2zxMRtWKW0fANlW QVUw== 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 t1-v6si6364013pgc.606.2018.06.05.10.56.24; Tue, 05 Jun 2018 10:56:39 -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 S1753337AbeFERyt (ORCPT + 99 others); Tue, 5 Jun 2018 13:54:49 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:50810 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753140AbeFERyq (ORCPT ); Tue, 5 Jun 2018 13:54:46 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 8FBC8288254 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: Gwendal Grignou , kernel@collabora.com, linux-i2c@vger.kernel.org Subject: [PATCH v2 8/8] i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier. Date: Tue, 5 Jun 2018 19:54:29 +0200 Message-Id: <20180605175429.9072-9-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: None drivers/i2c/busses/i2c-cros-ec-tunnel.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/drivers/i2c/busses/i2c-cros-ec-tunnel.c b/drivers/i2c/busses/i2c-cros-ec-tunnel.c index eb76b76f4754..82bcd9a78759 100644 --- a/drivers/i2c/busses/i2c-cros-ec-tunnel.c +++ b/drivers/i2c/busses/i2c-cros-ec-tunnel.c @@ -1,13 +1,7 @@ -/* - * Copyright (C) 2013 Google, Inc - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Expose an I2C passthrough to the ChromeOS EC. - */ +// SPDX-License-Identifier: GPL-2.0+ +// Expose an I2C passthrough to the ChromeOS EC. +// +// Copyright (C) 2013 Google, Inc. #include #include -- 2.17.1