summaryrefslogtreecommitdiff
path: root/drivers/spi/altera_spi.c
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-10-14 13:31:24 +0530
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-10-16 00:14:01 +0530
commite7b1e452ff7e1d06a6ceebd441fca4597cdf1c84 (patch)
treea909d027f2f6de61868d606c05c5f7d19b111d2b /drivers/spi/altera_spi.c
parent0c88a84ac6ac6840e62e0100f9cb9aa8d66ae927 (diff)
downloadu-boot-imx-e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84.zip
u-boot-imx-e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84.tar.gz
u-boot-imx-e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84.tar.bz2
spi: Add GPL-2.0+ SPDX-License-Identifier for missing files
Added GPL-2.0+ SPDX-License-Identifier for missed spi source files. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'drivers/spi/altera_spi.c')
-rw-r--r--drivers/spi/altera_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/altera_spi.c b/drivers/spi/altera_spi.c
index b53607a..5accbb5 100644
--- a/drivers/spi/altera_spi.c
+++ b/drivers/spi/altera_spi.c
@@ -5,7 +5,7 @@
* Copyright (c) 2005-2008 Analog Devices Inc.
* Copyright (C) 2010 Thomas Chou <thomas@wytron.com.tw>
*
- * Licensed under the GPL-2 or later.
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <asm/io.h>