aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_sf.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-09 17:12:44 -0400
committerWolfgang Denk <wd@denx.de>2009-10-24 22:44:18 +0200
commit4166ee58d30ada7b298b9c941067f0341c2dccbe (patch)
tree6789f388162dd681389f9dc3a8da686657770373 /common/cmd_sf.c
parentd535a493004fb701f131b132402a7704f9c9342d (diff)
sf: add GPL-2 license info
Some of the new spi flash files were missing explicit license lines. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'common/cmd_sf.c')
-rw-r--r--common/cmd_sf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/cmd_sf.c b/common/cmd_sf.c
index d571f60c0..d69ae6a1b 100644
--- a/common/cmd_sf.c
+++ b/common/cmd_sf.c
@@ -2,7 +2,9 @@
* Command for accessing SPI flash.
*
* Copyright (C) 2008 Atmel Corporation
+ * Licensed under the GPL-2 or later.
*/
+
#include <common.h>
#include <spi_flash.h>