浏览代码

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>
Mike Frysinger 15 年之前
父节点
当前提交
4166ee58d3
共有 3 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      common/cmd_sf.c
  2. 1 0
      drivers/mtd/spi/atmel.c
  3. 1 0
      drivers/mtd/spi/spi_flash.c

+ 2 - 0
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>
 

+ 1 - 0
drivers/mtd/spi/atmel.c

@@ -2,6 +2,7 @@
  * Atmel SPI DataFlash support
  *
  * Copyright (C) 2008 Atmel Corporation
+ * Licensed under the GPL-2 or later.
  */
 
 #include <common.h>

+ 1 - 0
drivers/mtd/spi/spi_flash.c

@@ -2,6 +2,7 @@
  * SPI flash interface
  *
  * Copyright (C) 2008 Atmel Corporation
+ * Licensed under the GPL-2 or later.
  */
 
 #include <common.h>