aboutsummaryrefslogtreecommitdiff
path: root/util/dump_mmcr
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-26 15:04:14 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-26 15:04:14 +0000
commite079ce31c9076a70cf4b36636fa54b838839136b (patch)
tree9bff1fd6ceab35202dbb169977eaf8762062e6a4 /util/dump_mmcr
parent02260bcdee8ce5b663f9420394c62516b6fec6de (diff)
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
Diffstat (limited to 'util/dump_mmcr')
-rw-r--r--util/dump_mmcr/dumpmmcr.c25
1 files changed, 13 insertions, 12 deletions
diff --git a/util/dump_mmcr/dumpmmcr.c b/util/dump_mmcr/dumpmmcr.c
index de2bfec349..4e1e4e793e 100644
--- a/util/dump_mmcr/dumpmmcr.c
+++ b/util/dump_mmcr/dumpmmcr.c
@@ -1,24 +1,25 @@
/*
* 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * 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
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+
#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>