From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2DMp-0007hO-0I for barebox@lists.infradead.org; Thu, 13 Feb 2020 12:13:20 +0000 From: Roland Hieber Date: Thu, 13 Feb 2020 13:12:53 +0100 Message-Id: <20200213121254.17491-7-rhi@pengutronix.de> In-Reply-To: <20200213121254.17491-1-rhi@pengutronix.de> References: <20190207223906.24394-1-rohieb@rohieb.name> <20200213121254.17491-1-rhi@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v3 6/7] include: spi: add SPDX GPL-2.0-or-later license tags where applicable To: Barebox Mailing List Cc: Ahmad Fatoum , Roland Hieber From: Roland Hieber Signed-off-by: Roland Hieber Reviewed-by: Ahmad Fatoum --- include/spi/spi_gpio.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/include/spi/spi_gpio.h b/include/spi/spi_gpio.h index 841c934f6ead..a18b7dbe078a 100644 --- a/include/spi/spi_gpio.h +++ b/include/spi/spi_gpio.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SPI master driver using generic bitbanged GPIO * @@ -5,16 +6,6 @@ * * Based on Linux driver * Copyright (C) 2006,2008 David Brownell - * - * 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. */ #ifndef __SPI_GPIO_H -- 2.25.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox