mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
d535a49300
commit
4166ee58d3
3 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Atmel SPI DataFlash support
|
||||
*
|
||||
* Copyright (C) 2008 Atmel Corporation
|
||||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* SPI flash interface
|
||||
*
|
||||
* Copyright (C) 2008 Atmel Corporation
|
||||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
|
|
Loading…
Reference in a new issue