From patchwork Wed May 2 19:18:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 10376327 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 638E86038F for ; Wed, 2 May 2018 19:18:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 548DA28699 for ; Wed, 2 May 2018 19:18:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 48F3728EB2; Wed, 2 May 2018 19:18:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B013928699 for ; Wed, 2 May 2018 19:18:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751054AbeEBTSk (ORCPT ); Wed, 2 May 2018 15:18:40 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:44387 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751021AbeEBTSk (ORCPT ); Wed, 2 May 2018 15:18:40 -0400 Received: by mail-qk0-f193.google.com with SMTP id z8so12116220qki.11 for ; Wed, 02 May 2018 12:18:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=bLHnIjuw9zQIYwg8L5D2H1RJvM9tv9xiXX2P+KeImR8=; b=ql8NYkEgPz1Za2Ik/foJszHch4OhYQeeIUCXwMzETAHlVswryeN28XeCy0MItQAdan 9gCNCGFa/O600WrxODEdIxi0ZguB6omJtpbwlMNrYnVvEmFZibrlDC5SjpisR/tcU5yy 2UnaGkEkAamoDER5w5rf0BbAlRW3Y+J+2aq8Mqfi6jzQo3xaG0nHlQo8+MKsEmX0yKSz ErN2Cc/7B+muxLS0zl2meJc+bSYrWcarf+vImA5TIFx23HswvoJfwEp0fTb/lOt3N1/x OSrlZln9kEKOFwsGfos4tvrJ57oLCExwoAfcY/hZXVqTwZPnS7aXoPDRwGF6PcHtVQae PV3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=bLHnIjuw9zQIYwg8L5D2H1RJvM9tv9xiXX2P+KeImR8=; b=YthCB+QMe6OKX3LRaOaSYiY0sttXrSr6xf/qtSfGFJrXLG109pA3MDu7S3Z7F1EK1O 8kM1AeM7pcIorH6UcdyS7iYXt3zr95vLQdJtqsjhqdFHakwVU+Fh4cC37MyBwdkL08HN muX4TCzFk//5eMAASHMgNZZ00tf0i3By/aVeExW+Z/KZFGHJk8RGXdYio506UGQ930lB 4NvFvx/MX2l5FI+zCAEOdQ850qrVSe5bQNjo1cTTUkoBs/3llO2E24ofHUPsn43vXR+O fwVEEtkTbW8et40x0KSQUeaGAMrQtkn3ozjwFJRvK168VYhhkNH1iKmGh4UIqkONM204 UpNQ== X-Gm-Message-State: ALQs6tDncs+aVxJuU8qO/TzQHsKyfl2n3/oAxmaFlXWvL9NRmQTV80cN NZzf4POov7WsxFLXeGKthS4Zjw== X-Google-Smtp-Source: AB8JxZq/1o33aTRwOURZ+HvW15XA0uwHzU7ACmd4eA1yY1iO+G8cy4Y1WQ7vLgkoWYMk52Zz+WOdCg== X-Received: by 10.55.207.130 with SMTP id v2mr15747923qkl.67.1525288719396; Wed, 02 May 2018 12:18:39 -0700 (PDT) Received: from localhost.localdomain ([2804:14c:482:89:cde4:b11c:33c2:be38]) by smtp.gmail.com with ESMTPSA id c186sm9151592qke.33.2018.05.02.12.18.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 May 2018 12:18:38 -0700 (PDT) From: Fabio Estevam To: broonie@kernel.org Cc: linux-spi@vger.kernel.org, Fabio Estevam Subject: [PATCH 1/3] spi: imx: Switch to SPDX identifier Date: Wed, 2 May 2018 16:18:27 -0300 Message-Id: <1525288709-7934-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam --- drivers/spi/spi-imx.c | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/drivers/spi/spi-imx.c b/drivers/spi/spi-imx.c index a056ee8..866246f 100644 --- a/drivers/spi/spi-imx.c +++ b/drivers/spi/spi-imx.c @@ -1,22 +1,6 @@ -/* - * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. - * Copyright (C) 2008 Juergen Beisert - * - * 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. - * 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, write to the - * Free Software Foundation - * 51 Franklin Street, Fifth Floor - * Boston, MA 02110-1301, USA. - */ +// SPDX-License-Identifier: GPL-2.0+ +// Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. +// Copyright (C) 2008 Juergen Beisert #include #include