[coreboot] [commit] r5850 - trunk/util/dump_mmcr

repository service svn at coreboot.org
Sun Sep 26 17:04:15 CEST 2010


Author: stepan
Date: Sun Sep 26 17:04:14 2010
New Revision: 5850
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5850

Log:
update license header for dumpmmcr utility according to svn history.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/util/dump_mmcr/dumpmmcr.c

Modified: trunk/util/dump_mmcr/dumpmmcr.c
==============================================================================
--- trunk/util/dump_mmcr/dumpmmcr.c	Sun Sep 26 12:34:36 2010	(r5849)
+++ trunk/util/dump_mmcr/dumpmmcr.c	Sun Sep 26 17:04:14 2010	(r5850)
@@ -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 at 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>




More information about the coreboot mailing list