From patchwork Tue Jun 5 09:22:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 925359 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pwm-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=collabora.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 410RF368yDz9s0x for ; Tue, 5 Jun 2018 19:23:35 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751540AbeFEJXW (ORCPT ); Tue, 5 Jun 2018 05:23:22 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:47958 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751709AbeFEJWW (ORCPT ); Tue, 5 Jun 2018 05:22:22 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 749FD285F4A From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: Gwendal Grignou , kernel@collabora.com, linux-pwm@vger.kernel.org, Thierry Reding Subject: [PATCH 7/9] pwm: cros-ec: Switch to SPDX identifier. Date: Tue, 5 Jun 2018 11:22:07 +0200 Message-Id: <20180605092209.22887-8-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180605092209.22887-1-enric.balletbo@collabora.com> References: <20180605092209.22887-1-enric.balletbo@collabora.com> Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Enric Balletbo i Serra --- drivers/pwm/pwm-cros-ec.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/drivers/pwm/pwm-cros-ec.c b/drivers/pwm/pwm-cros-ec.c index 9c13694eaa24..9bf4cde86765 100644 --- a/drivers/pwm/pwm-cros-ec.c +++ b/drivers/pwm/pwm-cros-ec.c @@ -1,12 +1,7 @@ -/* - * Copyright (C) 2016 Google, Inc - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2, as published by - * the Free Software Foundation. - * - * Expose a PWM controlled by the ChromeOS EC to the host processor. - */ +// SPDX-License-Identifier: GPL-2.0 +// Expose a PWM controlled by the ChromeOS EC to the host processor. +// +// Copyright (C) 2016 Google, Inc. #include #include