summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2020-02-13 13:12:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-17 10:08:47 +0100
commit87bf44e7bf3264e3a29b6274e881140fca091f55 (patch)
tree1db169e9425dcb3b0dfb37efd9a22446ebaba017 /include
parent16fb56af45c75ba072002b188a7be92c4cbb0c73 (diff)
downloadbarebox-87bf44e7bf3264e3a29b6274e881140fca091f55.tar.gz
barebox-87bf44e7bf3264e3a29b6274e881140fca091f55.tar.xz
include: spi: add SPDX GPL-2.0-only license tags for files without licensing information
According to our /README, GPL-2.0-only applies for the whole project except noted otherwise. Signed-off-by: Roland Hieber <rohieb@rohieb.name> Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/spi/eeprom.h1
-rw-r--r--include/spi/flash.h1
-rw-r--r--include/spi/imx-spi.h1
-rw-r--r--include/spi/spi.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/include/spi/eeprom.h b/include/spi/eeprom.h
index 15495e59f5..410ecea19c 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 c1204e7e61..796d649d9a 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 a592573e62..568795188c 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 bdcda0bb60..48a90bcca7 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