From 4166ee58d30ada7b298b9c941067f0341c2dccbe Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 9 Oct 2009 17:12:44 -0400 Subject: sf: add GPL-2 license info Some of the new spi flash files were missing explicit license lines. Signed-off-by: Mike Frysinger CC: Haavard Skinnemoen --- drivers/mtd/spi/atmel.c | 1 + drivers/mtd/spi/spi_flash.c | 1 + 2 files changed, 2 insertions(+) (limited to 'drivers/mtd/spi') diff --git a/drivers/mtd/spi/atmel.c b/drivers/mtd/spi/atmel.c index 3bc2dff8b2..8306c000d2 100644 --- a/drivers/mtd/spi/atmel.c +++ b/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 diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c index 0c832311c0..25346a4a11 100644 --- a/drivers/mtd/spi/spi_flash.c +++ b/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 -- cgit v1.2.1