From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH] iio: adc: Replace license text w/ SPDX identifier Date: Thu, 29 Nov 2018 14:18:03 +0100 Message-ID: <3999722.Y4omgby9AG@phil> References: <20181128175312.9634-1-matheus.bernardino@usp.br> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20181128175312.9634-1-matheus.bernardino@usp.br> Sender: linux-kernel-owner@vger.kernel.org To: Matheus Tavares , Milo Kim Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler , Vladimir Zapolskiy , Sylvain Lemieux , Carlo Caione , Kevin Hilman , William Breathitt Gray , Maxime Ripard , Michal Simek , 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.comLucas Santos List-Id: linux-rockchip.vger.kernel.org Am Mittwoch, 28. November 2018, 18:53:12 CET schrieb Matheus Tavares: > 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 > --- > diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c > index 1f98566d5b3c..234c6df348ce 100644 > --- a/drivers/iio/adc/rockchip_saradc.c > +++ b/drivers/iio/adc/rockchip_saradc.c > @@ -1,16 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0+ > /* > * Rockchip Successive Approximation Register (SAR) A/D Converter > * Copyright (C) 2014 ROCKCHIP, Inc. > - * > - * 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. > */ > > #include For the Rockchip-part Acked-by: Heiko Stuebner