summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-10-10 22:32:55 +0530
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-10-16 00:14:01 +0530
commit0c88a84ac6ac6840e62e0100f9cb9aa8d66ae927 (patch)
tree532fb3975ab4cf28ec54a94d52b8673776e2d257 /common
parent469146c0977436c0803590ef6a0de368cab5b946 (diff)
downloadblackbird-obmc-uboot-0c88a84ac6ac6840e62e0100f9cb9aa8d66ae927.tar.gz
blackbird-obmc-uboot-0c88a84ac6ac6840e62e0100f9cb9aa8d66ae927.zip
sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones
Added GPL-2.0+ SPDX-License-Identifier for missed sf source files. Signed-off-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_sf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_sf.c b/common/cmd_sf.c
index 3f60979ae7..3994b0651c 100644
--- a/common/cmd_sf.c
+++ b/common/cmd_sf.c
@@ -2,7 +2,8 @@
* Command for accessing SPI flash.
*
* Copyright (C) 2008 Atmel Corporation
- * Licensed under the GPL-2 or later.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
OpenPOWER on IntegriCloud