From patchwork Wed May 30 19:35:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 922972 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-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="foRrLpDZ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40x16c1H8Yz9s0q for ; Thu, 31 May 2018 05:36:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932094AbeE3TgG (ORCPT ); Wed, 30 May 2018 15:36:06 -0400 Received: from mail-qt0-f194.google.com ([209.85.216.194]:43419 "EHLO mail-qt0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753666AbeE3TgG (ORCPT ); Wed, 30 May 2018 15:36:06 -0400 Received: by mail-qt0-f194.google.com with SMTP id f13-v6so24809336qtp.10 for ; Wed, 30 May 2018 12:36:06 -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=eSEppQpQFbuIMrJt7fptDqqBor+eESxKSLDhihiH5dQ=; b=foRrLpDZc/XDt3WmzbNzIC2erkbUmKbt5E2Z5kYh1PIfxhO8gifSZ6UPZii4yzF7pI 32jzpWbhicln0qi72AwcVLx+t2idCJs9ZntbVOvXRieIPcEufzIfMzWGdbnR5B0Jo5aK G6dvPTz2BZiXCpoi2bU50huOXiQj7eNfayZku+RbyLMuM4cmZUEQR42f1tBtm3xNzta6 fmRCF1zVI+ruiJWXbWtQ8Mhl3HdmYikj2vlPPRmxRJq1qxWIDRQBtbL4lGuFVeehyDo0 IY6sQsDkAROT63pn3mkewSWdyP6zL5qEsNc5ULXaJSdeJMqEwIM9DBng/4U0xW+m/oqj 1IuQ== 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=eSEppQpQFbuIMrJt7fptDqqBor+eESxKSLDhihiH5dQ=; b=DpFDeZ3kKFfzXspAH35VnIij9z4iIzAIgh8RzzUlQanBCn7l1bxLzkvennxbsn38jJ 0qOqKX86SyDWQ0VFb8ZA0iizqbN3pX+ZKPlnMNRi7zfzAipvvD+pLJH1QAhboRgEj3IZ JxnbZlmZpl8kg+bq1AkqpI7pfOXc+VGpN7PItH01Wlf4oRP9MM8TTjsxAAE6qYLwp2RJ qtSoRkSl8o5bG+fW74ZIe0eZfq1un5ael7dtUdgR2PYtX9If+QjInsu6w+YxR+iHm6lE vTx7e+JV4RKGL9UUDW8N/mZfKhCDEdFUqaTozG5jzBqDlpsEb5uFhzzRNrCu27yX4PYM dspA== X-Gm-Message-State: APt69E1VcQ59C7+iL/7z5ElsZa20NSTy0+7GnNMN9KwrbNxQdeliIhIz Fu/b70JN1lm1Z6K4dGJ4iohvmA== X-Google-Smtp-Source: ADUXVKLyc/Czgma/r/hW4zvjYM44stuX5zwDHWviifOGPU6h0geOjSGTMO5z5aldu0rQyqPlJQMgXQ== X-Received: by 2002:ac8:6108:: with SMTP id a8-v6mr4081949qtm.225.1527708965437; Wed, 30 May 2018 12:36:05 -0700 (PDT) Received: from localhost.localdomain ([2804:14d:90ae:4c9c:5c87:bc22:4b07:182]) by smtp.gmail.com with ESMTPSA id u25-v6sm14059688qkl.25.2018.05.30.12.36.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 May 2018 12:36:04 -0700 (PDT) From: Fabio Estevam To: wsa@the-dreams.de Cc: linux-i2c@vger.kernel.org, Fabio Estevam Subject: [PATCH 1/2] i2c: mxs: Switch to SPDX identifier Date: Wed, 30 May 2018 16:35:54 -0300 Message-Id: <1527708955-14215-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam --- drivers/i2c/busses/i2c-mxs.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c index e617bd6..6a32481 100644 --- a/drivers/i2c/busses/i2c-mxs.c +++ b/drivers/i2c/busses/i2c-mxs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Freescale MXS I2C bus driver * @@ -7,12 +8,6 @@ * based on a (non-working) driver which was: * * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved. - * - * 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. - * */ #include