From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from calrissian.rohieb.name ([81.20.132.56] helo=rohieb.name) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iyHQ5-0006Rg-V8 for barebox@lists.infradead.org; Sun, 02 Feb 2020 15:44:28 +0000 From: Roland Hieber Date: Sun, 2 Feb 2020 16:43:01 +0100 Message-Id: <20200202154301.18383-7-rohieb@rohieb.name> In-Reply-To: <20200202154301.18383-1-rohieb@rohieb.name> References: <20190207223906.24394-1-rohieb@rohieb.name> <20200202154301.18383-1-rohieb@rohieb.name> 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 v2 6/6] include: spi: add SPDX GPL-2.0-only license tags for files without licensing information To: barebox@lists.infradead.org Cc: Roland Hieber According to our /README, GPL-2.0-only applies for the whole project except noted otherwise. Signed-off-by: Roland Hieber --- 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.24.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox