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 1j2DMg-0007Y0-9v for barebox@lists.infradead.org; Thu, 13 Feb 2020 12:13:07 +0000 From: Roland Hieber Date: Thu, 13 Feb 2020 13:12:54 +0100 Message-Id: <20200213121254.17491-8-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 7/7] include: spi: add SPDX GPL-2.0-only license tags for files without licensing information To: Barebox Mailing List Cc: Ahmad Fatoum , Roland Hieber From: Roland Hieber According to our /README, GPL-2.0-only applies for the whole project except noted otherwise. Signed-off-by: Roland Hieber Reviewed-by: Ahmad Fatoum --- include/spi/eeprom.h | 1 + include/spi/flash.h | 1 + include/spi/imx-spi.h | 1 + include/spi/spi.h | 1 + 4 files changed, 4 insertions(+) diff --git a/include/spi/eeprom.h b/include/spi/eeprom.h index 15495e59f5d6..410ecea19c16 100644 --- a/include/spi/eeprom.h +++ b/include/spi/eeprom.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SPI_EEPROM_H #define _SPI_EEPROM_H diff --git a/include/spi/flash.h b/include/spi/flash.h index c1204e7e61a0..796d649d9a92 100644 --- a/include/spi/flash.h +++ b/include/spi/flash.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef LINUX_SPI_FLASH_H #define LINUX_SPI_FLASH_H diff --git a/include/spi/imx-spi.h b/include/spi/imx-spi.h index a592573e6265..568795188c0c 100644 --- a/include/spi/imx-spi.h +++ b/include/spi/imx-spi.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __SPI_IMX_SPI_H #define __SPI_IMX_SPI_H diff --git a/include/spi/spi.h b/include/spi/spi.h index bdcda0bb603c..48a90bcca749 100644 --- a/include/spi/spi.h +++ b/include/spi/spi.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __INCLUDE_SPI_H #define __INCLUDE_SPI_H -- 2.25.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox