From patchwork Thu Sep 6 18:59:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 10590947 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B02E4112B for ; Thu, 6 Sep 2018 18:58:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A029C2AEE5 for ; Thu, 6 Sep 2018 18:58:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 94B622AEE9; Thu, 6 Sep 2018 18:58:53 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI 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 3E8C12AEE5 for ; Thu, 6 Sep 2018 18:58:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729132AbeIFXfl (ORCPT ); Thu, 6 Sep 2018 19:35:41 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:43807 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726031AbeIFXfl (ORCPT ); Thu, 6 Sep 2018 19:35:41 -0400 Received: by mail-qt0-f193.google.com with SMTP id g53-v6so13512576qtg.10 for ; Thu, 06 Sep 2018 11:58:52 -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=QeFaqaq33gdCDCXRFFZia4SaXblZuJefW74TWOAccjc=; b=Q66Yyw96iM8kjW8AdwW1m29CLCjq8O8j8ZWAMG59cRhFv/SN32ahuHO6bV/sY6DDJK JTxZ+V5hMNNRDopWDNnk8M1JicgSuwpp6SVL8ASRo5uXm0+BMZrXOiP3PDAAlgU4uqrf Qfyk/qKO4NYiUbUiTcJueO4vLa3MV8hmWKCXY4cc1K0Dy3sz5vSzBMGSIANPzlL6LQOx sYGa1saOfnUivCaIqceA1XtMFoN85hLXen3TBUxktRmBWucSK4y+hh2tCh00ESBbnAvV j7Q4FE2Uhfp7UryIazTZsb2CbJoL2MvbmXftcTQLfTqArKPccdKwmr5oC5Wt9Q3kQDeX CYNw== 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=QeFaqaq33gdCDCXRFFZia4SaXblZuJefW74TWOAccjc=; b=emf7jEUMBGTdFCF85WgJWyrkbM6PlSySn7wcuaRRdSNdUHVeaReNnkknbJERucWksk xXSJl3PVVBBWr7bBqiyGxGaU0q2AldgjrX+BbmSKT//3sstEHHgDTlW23arUwLqU2O4l 78Fp6spKpmDsww8ffRtXbiTGxQ9pJ1s72icJ1F13r3vfCuIoaeufvPQjJSqgDXwpweUE NHtCRA++ztEXI/Ej8PEIfAHf+1eIljdNMcC5GoRzvAH74HZVWOBXCQ265GV4epAnrbqO H8s6QCI8IeD2Yt5UhTIAhJQlBKCUR7wR2WY3zMbUEIc8E7SQRuxNEM8vWA3ie9xsJccL cHvQ== X-Gm-Message-State: APzg51C2QcObfh+X1fV6IwzH94w2mt9/fjajryxXawD5AxtEGfRzST/H b2Rxb1yJsqxfOZHW9pqsNzJMSBx8 X-Google-Smtp-Source: ANB0VdahlUiMYjU+JT+vqUHFTNHoLPJmJaRQtfXr1gwUnvHfIRAxDg9DeyoRVOUwq2ubsnOQy6eHug== X-Received: by 2002:aed:2385:: with SMTP id j5-v6mr3329066qtc.205.1536260331908; Thu, 06 Sep 2018 11:58:51 -0700 (PDT) Received: from localhost.localdomain ([2804:14c:482:a34:8ed:6d2a:53e7:97d]) by smtp.gmail.com with ESMTPSA id d10-v6sm3392805qtc.53.2018.09.06.11.58.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 06 Sep 2018 11:58:51 -0700 (PDT) From: Fabio Estevam To: linux@roeck-us.net Cc: linux-hwmon@vger.kernel.org, Fabio Estevam Subject: [PATCH 1/2] hwmon: (mc13783-adc) Switch to SPDX identifier Date: Thu, 6 Sep 2018 15:59:49 -0300 Message-Id: <1536260390-22584-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@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/hwmon/mc13783-adc.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/drivers/hwmon/mc13783-adc.c b/drivers/hwmon/mc13783-adc.c index 78fe875..825b922 100644 --- a/drivers/hwmon/mc13783-adc.c +++ b/drivers/hwmon/mc13783-adc.c @@ -1,21 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Driver for the ADC on Freescale Semiconductor MC13783 and MC13892 PMICs. * * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright (C) 2009 Sascha Hauer, Pengutronix - * - * 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, Inc., 51 - * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include