From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D900C43441 for ; Thu, 29 Nov 2018 07:37:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 246F32081C for ; Thu, 29 Nov 2018 07:37:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BXtvIp+Y" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 246F32081C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727477AbeK2Sl5 (ORCPT ); Thu, 29 Nov 2018 13:41:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:48446 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726587AbeK2Sl4 (ORCPT ); Thu, 29 Nov 2018 13:41:56 -0500 Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4F9A120989; Thu, 29 Nov 2018 07:37:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543477050; bh=9vcBVYpRakN7n52ivCDuLfX+L7jx6HiXq7vljsNdPuA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=BXtvIp+Yy9J1etvfH/IMs65nQ8K2oK0j1WJuHG668S88soqgxVYhoeDbfgs2TJUOJ m2aT1M6U3VC5Fi+GM0BKo0D6lKNPIWjar4fcfDZ77IDbdb4WABkEdKafx+X7Zz4Xm5 YZjK+rcb/FyMDzeFsVksU2wUiDpo6iUptaVdJl40= Received: by mail-lj1-f175.google.com with SMTP id n18-v6so811056lji.7; Wed, 28 Nov 2018 23:37:30 -0800 (PST) X-Gm-Message-State: AA+aEWZtcirQ/3xTs3d6bM6Ak0PS9cV3JqEsOjr8LI6JRf6Dj/E/O9zf AG1cm6eF1Vki80ImFIc+Baoy+1Hajjc6pltnzFw= X-Google-Smtp-Source: AFSGD/VPora/5EyJPHNpr90nlRqbiRWtDIiRf0AFX9h12ELqBj8/dxMrWsR6qvekPAaY1DCqEGC0WgJACsClKjavRL4= X-Received: by 2002:a2e:81d3:: with SMTP id s19-v6mr285061ljg.138.1543477046054; Wed, 28 Nov 2018 23:37:26 -0800 (PST) MIME-Version: 1.0 References: <20181128175312.9634-1-matheus.bernardino@usp.br> In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br> From: Krzysztof Kozlowski Date: Thu, 29 Nov 2018 08:37:14 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] iio: adc: Replace license text w/ SPDX identifier To: matheus.bernardino@usp.br Cc: lars@metafoo.de, Michael.Hennerich@analog.com, jic23@kernel.org, knaack.h@gmx.de, pmeerw@pmeerw.net, joel@jms.id.au, andrew@aj.id.au, ludovic.desroches@microchip.com, eugen.hristev@microchip.com, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, wens@csie.org, hdegoede@redhat.com, rjui@broadcom.com, sbranden@broadcom.com, jonmason@broadcom.com, bcm-kernel-feedback-list@broadcom.com, support.opensource@diasemi.com, kgene@kernel.org, ak@it-klinger.de, milo.kim@ti.com, vz@mleia.com, slemieux.tyco@gmail.com, carlo@caione.org, khilman@baylibre.com, heiko@sntech.de, vilhelm.gray@gmail.com, maxime.ripard@bootlin.com, michal.simek@xilinx.com, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, "linux-samsung-soc@vger.kernel.org" , linux-amlogic@lists.infradead.org, linux-rockchip@lists.infradead.org, kernel-usp@googlegroups.com, ilucas.ms@gmail.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 28 Nov 2018 at 18:53, Matheus Tavares wrote: > > From: Lucas Santos > > This patch removes all license boilerplate texts from the .c and .h > files at drivers/iio/adc/ and, instead, adds the proper SPDX license > identifiers. > > Signed-off-by: Lucas Santos > Signed-off-by: Matheus Tavares > --- > drivers/iio/adc/ad7266.c | 3 +-- > drivers/iio/adc/ad7291.c | 3 +-- > drivers/iio/adc/ad7298.c | 3 +-- > drivers/iio/adc/ad7766.c | 3 +-- > drivers/iio/adc/ad7791.c | 3 +-- > drivers/iio/adc/ad7793.c | 3 +-- > drivers/iio/adc/ad7887.c | 3 +-- > drivers/iio/adc/ad7923.c | 3 +-- > drivers/iio/adc/ad799x.c | 5 +---- > drivers/iio/adc/ad_sigma_delta.c | 3 +-- > drivers/iio/adc/aspeed_adc.c | 6 +----- > drivers/iio/adc/at91-sama5d2_adc.c | 10 +--------- > drivers/iio/adc/at91_adc.c | 3 +-- > drivers/iio/adc/axp20x_adc.c | 5 +---- > drivers/iio/adc/axp288_adc.c | 13 +------------ > drivers/iio/adc/bcm_iproc_adc.c | 13 +------------ > drivers/iio/adc/berlin2-adc.c | 5 +---- > drivers/iio/adc/cc10001_adc.c | 6 +----- > drivers/iio/adc/cpcap-adc.c | 10 +--------- > drivers/iio/adc/da9150-gpadc.c | 6 +----- > drivers/iio/adc/dln2-adc.c | 5 +---- > drivers/iio/adc/ep93xx_adc.c | 5 +---- > drivers/iio/adc/exynos_adc.c | 11 +---------- > drivers/iio/adc/fsl-imx25-gcq.c | 5 +---- > drivers/iio/adc/hi8435.c | 6 +----- > drivers/iio/adc/hx711.c | 6 +----- > drivers/iio/adc/imx7d_adc.c | 6 +----- > drivers/iio/adc/ina2xx-adc.c | 7 +------ > drivers/iio/adc/lp8788_adc.c | 5 +---- > drivers/iio/adc/lpc18xx_adc.c | 5 +---- > drivers/iio/adc/lpc32xx_adc.c | 15 +-------------- > drivers/iio/adc/ltc2471.c | 3 +-- > drivers/iio/adc/ltc2485.c | 5 +---- > drivers/iio/adc/ltc2497.c | 3 +-- > drivers/iio/adc/max1027.c | 5 +---- > drivers/iio/adc/max1118.c | 5 +---- > drivers/iio/adc/max1363.c | 5 +---- > drivers/iio/adc/mcp320x.c | 5 +---- > drivers/iio/adc/mcp3422.c | 6 +----- > drivers/iio/adc/men_z188_adc.c | 5 +---- > drivers/iio/adc/meson_saradc.c | 5 +---- > drivers/iio/adc/mt6577_auxadc.c | 10 +--------- > drivers/iio/adc/mxs-lradc-adc.c | 11 +---------- > drivers/iio/adc/nau7802.c | 3 +-- > drivers/iio/adc/palmas_gpadc.c | 5 +---- > drivers/iio/adc/qcom-pm8xxx-xoadc.c | 1 + > drivers/iio/adc/qcom-spmi-iadc.c | 10 +--------- > drivers/iio/adc/qcom-spmi-vadc.c | 10 +--------- > drivers/iio/adc/rockchip_saradc.c | 11 +---------- > drivers/iio/adc/spear_adc.c | 3 +-- > drivers/iio/adc/stx104.c | 10 +--------- > drivers/iio/adc/sun4i-gpadc-iio.c | 5 +---- > drivers/iio/adc/ti-adc081c.c | 5 +---- > drivers/iio/adc/ti-adc0832.c | 5 +---- > drivers/iio/adc/ti-adc084s021.c | 5 +---- > drivers/iio/adc/ti-adc108s102.c | 10 +--------- > drivers/iio/adc/ti-adc12138.c | 5 +---- > drivers/iio/adc/ti-ads1015.c | 5 +---- > drivers/iio/adc/ti-ads8688.c | 5 +---- > drivers/iio/adc/ti-tlc4541.c | 5 +---- > drivers/iio/adc/ti_am335x_adc.c | 10 +--------- > drivers/iio/adc/twl4030-madc.c | 16 +--------------- > drivers/iio/adc/twl6030-gpadc.c | 16 +--------------- > drivers/iio/adc/vf610_adc.c | 15 +-------------- > drivers/iio/adc/viperboard_adc.c | 7 +------ > drivers/iio/adc/xilinx-xadc-core.c | 3 +-- > drivers/iio/adc/xilinx-xadc-events.c | 3 +-- > drivers/iio/adc/xilinx-xadc.h | 3 +-- > 68 files changed, 68 insertions(+), 361 deletions(-) > (...) > diff --git a/drivers/iio/adc/ep93xx_adc.c b/drivers/iio/adc/ep93xx_adc.c > index 5036c392cb20..8f614c84b643 100644 > --- a/drivers/iio/adc/ep93xx_adc.c > +++ b/drivers/iio/adc/ep93xx_adc.c > @@ -1,12 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Driver for ADC module on the Cirrus Logic EP93xx series of SoCs > * > * Copyright (C) 2015 Alexander Sverdlin > * > - * 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. > - * > * The driver uses polling to get the conversion status. According to EP93xx > * datasheets, reading ADCResult register starts the conversion, but user is also > * responsible for ensuring that delay between adjacent conversion triggers is > diff --git a/drivers/iio/adc/exynos_adc.c b/drivers/iio/adc/exynos_adc.c > index f10443f92e4c..9f9c186e2135 100644 > --- a/drivers/iio/adc/exynos_adc.c > +++ b/drivers/iio/adc/exynos_adc.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0+ > /* > * exynos_adc.c - Support for ADC in EXYNOS SoCs > * > @@ -5,16 +6,6 @@ > * > * Copyright (C) 2013 Naveen Krishna Chatradhi > * > - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. The paragraph about writing to FSF should also go away, especially it is discouraged at first place (see checkpatch). Best regards, Krzysztof