summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2020-02-13 13:12:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-17 10:08:47 +0100
commit16fb56af45c75ba072002b188a7be92c4cbb0c73 (patch)
treefcdd05388cf51d90fe9b58436980c2ac5f838b5e /include
parent296eec22b83353e83e4ac6608114248d8d3d884c (diff)
downloadbarebox-16fb56af45c75ba072002b188a7be92c4cbb0c73.tar.gz
barebox-16fb56af45c75ba072002b188a7be92c4cbb0c73.tar.xz
include: spi: add SPDX GPL-2.0-or-later license tags where applicable
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/spi_gpio.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/spi/spi_gpio.h b/include/spi/spi_gpio.h
index 841c934f6e..a18b7dbe07 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