diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-10-09 17:12:44 -0400 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:44:18 +0200 |
| commit | 4166ee58d30ada7b298b9c941067f0341c2dccbe (patch) | |
| tree | 6789f388162dd681389f9dc3a8da686657770373 /drivers/mtd/spi/spi_flash.c | |
| parent | d535a493004fb701f131b132402a7704f9c9342d (diff) | |
| download | olio-uboot-2014.01-4166ee58d30ada7b298b9c941067f0341c2dccbe.tar.xz olio-uboot-2014.01-4166ee58d30ada7b298b9c941067f0341c2dccbe.zip | |
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 'drivers/mtd/spi/spi_flash.c')
| -rw-r--r-- | drivers/mtd/spi/spi_flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c index 0c832311c..25346a4a1 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 <common.h> |