]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: add GPL-2 license info
authorMike Frysinger <vapier@gentoo.org>
Fri, 9 Oct 2009 21:12:44 +0000 (17:12 -0400)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Oct 2009 20:44:18 +0000 (22:44 +0200)
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>
common/cmd_sf.c
drivers/mtd/spi/atmel.c
drivers/mtd/spi/spi_flash.c

index d571f60c04874bdfea4589d99a9bd1410d3f1b89..d69ae6a1ba90a2247446b1096b1f39618622d588 100644 (file)
@@ -2,7 +2,9 @@
  * Command for accessing SPI flash.
  *
  * Copyright (C) 2008 Atmel Corporation
  * Command for accessing SPI flash.
  *
  * Copyright (C) 2008 Atmel Corporation
+ * Licensed under the GPL-2 or later.
  */
  */
+
 #include <common.h>
 #include <spi_flash.h>
 
 #include <common.h>
 #include <spi_flash.h>
 
index 3bc2dff8b21a9d35fc28f3a8d466ffbb5f938097..8306c000d2398bdcbdb50d04eafe1927b99af135 100644 (file)
@@ -2,6 +2,7 @@
  * Atmel SPI DataFlash support
  *
  * Copyright (C) 2008 Atmel Corporation
  * Atmel SPI DataFlash support
  *
  * Copyright (C) 2008 Atmel Corporation
+ * Licensed under the GPL-2 or later.
  */
 
 #include <common.h>
  */
 
 #include <common.h>
index 0c832311c0402958a7d601f69b873489490291af..25346a4a110e790e574dcd1d2415caaf37c21a04 100644 (file)
@@ -2,6 +2,7 @@
  * SPI flash interface
  *
  * Copyright (C) 2008 Atmel Corporation
  * SPI flash interface
  *
  * Copyright (C) 2008 Atmel Corporation
+ * Licensed under the GPL-2 or later.
  */
 
 #include <common.h>
  */
 
 #include <common.h>