diff options
| author | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-10-14 13:31:24 +0530 | 
|---|---|---|
| committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-10-16 00:14:01 +0530 | 
| commit | e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84 (patch) | |
| tree | a909d027f2f6de61868d606c05c5f7d19b111d2b /drivers/spi/altera_spi.c | |
| parent | 0c88a84ac6ac6840e62e0100f9cb9aa8d66ae927 (diff) | |
| download | olio-uboot-2014.01-e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84.tar.xz olio-uboot-2014.01-e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84.zip | |
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.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/spi/altera_spi.c b/drivers/spi/altera_spi.c index b53607a4e..5accbb5c2 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> |