update license header for dumpmmcr utility according to svn history.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5850 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
02260bcdee
commit
e079ce31c9
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* dump mmcr of Elan520 uController (incomplete, see 22005b pg23+).
|
||||
*
|
||||
* Copyright 2005 Ronald G. Minnich
|
||||
* Copyright 2006 coresystems GmbH
|
||||
* Stefan Reinauer <stepan@coresystems.de>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
|
|
Loading…
Reference in New Issue