[coreboot] [commit] r5127 - in trunk/src: arch/i386/boot arch/i386/include/arch cpu/amd/model_fxx cpu/intel/ep80579 cpu/x86/smm devices include include/console include/cpu/amd include/cpu/x86 include/pc80 mai...

repository service svn at coreboot.org
Tue Feb 16 00:10:20 CET 2010


Author: uwe
Date: Tue Feb 16 00:10:19 2010
New Revision: 5127
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5127

Log:
Various license header consistency fixes (trivial).

 - Consistently use the same wording and formatting for all license headers.

 - Remove useless whitespace, add missing whitespace, fix indentation.

 - Add missing "This file is part of the coreboot project." where needed.

 - Change "(C) Copyright John Doe" to "Copyright (C) John Doe" for consistency.

 - Add some missing "(C)" strings and copyright years where needed.

 - Move random comments and file descriptions out of the license header.
   - Drop incorrect file descriptions completely (e.g. lpc47m10x/Makefile.inc).
 
There should be no changes in _content_ of the license headers, if you spot
such changes that's a bug, please report!

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/arch/i386/boot/acpi.c
   trunk/src/arch/i386/boot/acpigen.c
   trunk/src/arch/i386/include/arch/acpi.h
   trunk/src/arch/i386/include/arch/acpigen.h
   trunk/src/arch/i386/include/arch/ioapic.h
   trunk/src/arch/i386/include/arch/registers.h
   trunk/src/cpu/amd/model_fxx/powernow_acpi.c
   trunk/src/cpu/intel/ep80579/chip.h
   trunk/src/cpu/x86/smm/Makefile.inc
   trunk/src/devices/Kconfig
   trunk/src/include/assert.h
   trunk/src/include/console/vtxprintf.h
   trunk/src/include/cpu/amd/geode_post_code.h
   trunk/src/include/cpu/amd/model_fxx_powernow.h
   trunk/src/include/cpu/x86/multiboot.h
   trunk/src/include/cpu/x86/smm.h
   trunk/src/include/lib.h
   trunk/src/include/pc80/vga.h
   trunk/src/include/pc80/vga_io.h
   trunk/src/include/sdram_mode.h
   trunk/src/mainboard/amd/dbm690t/Makefile.inc
   trunk/src/mainboard/amd/pistachio/Makefile.inc
   trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc
   trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc
   trunk/src/mainboard/asus/a8n_e/Makefile.inc
   trunk/src/mainboard/asus/a8v-e_se/acpi_tables.c
   trunk/src/mainboard/asus/a8v-e_se/chip.h
   trunk/src/mainboard/asus/a8v-e_se/dsdt.asl
   trunk/src/mainboard/asus/a8v-e_se/mainboard.c
   trunk/src/mainboard/asus/a8v-e_se/mptable.c
   trunk/src/mainboard/asus/m2v-mx_se/Makefile.inc
   trunk/src/mainboard/asus/m2v-mx_se/acpi_tables.c
   trunk/src/mainboard/asus/m2v-mx_se/chip.h
   trunk/src/mainboard/asus/m2v-mx_se/dsdt.asl
   trunk/src/mainboard/asus/m2v-mx_se/mainboard.c
   trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc
   trunk/src/mainboard/gigabyte/m57sli/Makefile.inc
   trunk/src/mainboard/gigabyte/m57sli/acpi_tables.c
   trunk/src/mainboard/gigabyte/m57sli/dsdt.asl
   trunk/src/mainboard/intel/d945gclf/dmi.h
   trunk/src/mainboard/intel/eagleheights/chip.h
   trunk/src/mainboard/intel/mtarvon/chip.h
   trunk/src/mainboard/intel/truxton/chip.h
   trunk/src/mainboard/iwill/dk8_htx/Makefile.inc
   trunk/src/mainboard/kontron/986lcd-m/Makefile.inc
   trunk/src/mainboard/kontron/986lcd-m/chip.h
   trunk/src/mainboard/kontron/986lcd-m/dmi.h
   trunk/src/mainboard/kontron/kt690/Makefile.inc
   trunk/src/mainboard/msi/ms7260/Makefile.inc
   trunk/src/mainboard/msi/ms9185/mb_sysconf.h
   trunk/src/mainboard/msi/ms9282/Makefile.inc
   trunk/src/mainboard/msi/ms9282/mb_sysconf.h
   trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc
   trunk/src/mainboard/roda/rk886ex/Makefile.inc
   trunk/src/mainboard/roda/rk886ex/chip.h
   trunk/src/mainboard/roda/rk886ex/dmi.h
   trunk/src/mainboard/roda/rk886ex/ec.h
   trunk/src/mainboard/roda/rk886ex/m3885.h
   trunk/src/mainboard/supermicro/h8dme/Makefile.inc
   trunk/src/mainboard/supermicro/h8dmr/Makefile.inc
   trunk/src/mainboard/supermicro/h8dmr_fam10/Makefile.inc
   trunk/src/mainboard/supermicro/h8qme_fam10/Makefile.inc
   trunk/src/mainboard/technexion/tim5690/Makefile.inc
   trunk/src/mainboard/technexion/tim8690/Makefile.inc
   trunk/src/mainboard/tyan/s2735/Makefile.inc
   trunk/src/mainboard/tyan/s2891/dsdt.asl
   trunk/src/mainboard/tyan/s2892/dsdt.asl
   trunk/src/mainboard/tyan/s2895/dsdt.asl
   trunk/src/mainboard/tyan/s2912/Makefile.inc
   trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc
   trunk/src/mainboard/via/epia-m/fadt.c
   trunk/src/mainboard/via/epia-n/fadt.c
   trunk/src/mainboard/via/vt8454c/chip.h
   trunk/src/mainboard/via/vt8454c/dmi.h
   trunk/src/northbridge/amd/amdfam10/Kconfig
   trunk/src/northbridge/amd/amdk8/Kconfig
   trunk/src/northbridge/amd/amdk8/amdk8_acpi.h
   trunk/src/northbridge/amd/amdk8/exit_from_self.c
   trunk/src/northbridge/amd/amdk8/root_complex/Kconfig
   trunk/src/northbridge/amd/gx2/Kconfig
   trunk/src/northbridge/amd/lx/northbridge.h
   trunk/src/northbridge/intel/e7501/e7501.h
   trunk/src/northbridge/intel/i3100/chip.h
   trunk/src/northbridge/intel/i3100/ep80579.h
   trunk/src/northbridge/intel/i3100/i3100.h
   trunk/src/northbridge/intel/i3100/memory_initialized.c
   trunk/src/northbridge/intel/i3100/raminit.h
   trunk/src/northbridge/intel/i3100/raminit_ep80579.h
   trunk/src/northbridge/intel/i945/Kconfig
   trunk/src/northbridge/via/cn400/raminit.c
   trunk/src/northbridge/via/vt8623/raminit.c
   trunk/src/northbridge/via/vx800/dram_init.c
   trunk/src/northbridge/via/vx800/dram_init.h
   trunk/src/northbridge/via/vx800/pci_rawops.h
   trunk/src/southbridge/intel/i3100/i3100.h
   trunk/src/southbridge/intel/i3100/i3100_smbus.h
   trunk/src/southbridge/intel/i82801gx/chip.h
   trunk/src/southbridge/intel/i82801gx/i82801gx.h
   trunk/src/southbridge/intel/i82801gx/i82801gx_nvs.h
   trunk/src/southbridge/intel/i82801gx/i82801gx_power.h
   trunk/src/southbridge/intel/i82801gx/i82801gx_smbus.h
   trunk/src/southbridge/nvidia/mcp55/mcp55_fadt.c
   trunk/src/southbridge/ricoh/rl5c476/rl5c476.c
   trunk/src/southbridge/ricoh/rl5c476/rl5c476.h
   trunk/src/southbridge/ti/pci7420/chip.h
   trunk/src/southbridge/ti/pci7420/pci7420.h
   trunk/src/southbridge/ti/pci7420/pci7420_cardbus.c
   trunk/src/southbridge/ti/pci7420/pci7420_firewire.c
   trunk/src/southbridge/via/k8t890/k8m890_chrome.c
   trunk/src/southbridge/via/k8t890/k8t890.h
   trunk/src/southbridge/via/k8t890/k8t890_bridge.c
   trunk/src/southbridge/via/k8t890/k8t890_ctrl.c
   trunk/src/southbridge/via/k8t890/k8t890_dram.c
   trunk/src/southbridge/via/k8t890/k8t890_early_car.c
   trunk/src/southbridge/via/k8t890/k8t890_error.c
   trunk/src/southbridge/via/k8t890/k8t890_host.c
   trunk/src/southbridge/via/k8t890/k8t890_host_ctrl.c
   trunk/src/southbridge/via/k8t890/k8t890_pcie.c
   trunk/src/southbridge/via/k8t890/k8t890_traf_ctrl.c
   trunk/src/southbridge/via/vt8231/Makefile.inc
   trunk/src/southbridge/via/vt8235/Makefile.inc
   trunk/src/southbridge/via/vt8237r/Makefile.inc
   trunk/src/southbridge/via/vt8237r/chip.h
   trunk/src/southbridge/via/vt8237r/vt8237_ctrl.c
   trunk/src/southbridge/via/vt8237r/vt8237_fadt.c
   trunk/src/southbridge/via/vt8237r/vt8237r.c
   trunk/src/southbridge/via/vt8237r/vt8237r.h
   trunk/src/southbridge/via/vt8237r/vt8237r_ide.c
   trunk/src/southbridge/via/vt8237r/vt8237r_lpc.c
   trunk/src/southbridge/via/vt8237r/vt8237r_nic.c
   trunk/src/southbridge/via/vt8237r/vt8237r_sata.c
   trunk/src/southbridge/via/vt8237r/vt8237r_usb.c
   trunk/src/superio/smsc/lpc47m10x/Makefile.inc
   trunk/src/superio/smsc/lpc47m10x/chip.h
   trunk/src/superio/smsc/lpc47m10x/lpc47m10x.h
   trunk/src/superio/via/vt1211/Makefile.inc
   trunk/src/superio/via/vt1211/chip.h
   trunk/src/superio/via/vt1211/vt1211.h

Modified: trunk/src/arch/i386/boot/acpi.c
==============================================================================
--- trunk/src/arch/i386/boot/acpi.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/arch/i386/boot/acpi.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,14 +1,17 @@
 /*
+ * This file is part of the coreboot project.
+ *
  * coreboot ACPI Table support
  * written by Stefan Reinauer <stepan at openbios.org>
- *  Copyright (C) 2004 SUSE LINUX AG
- *  Copyright (C) 2005-2009 coresystems GmbH
+ *
+ * Copyright (C) 2004 SUSE LINUX AG
+ * Copyright (C) 2005-2009 coresystems GmbH
  *
  * ACPI FADT, FACS, and DSDT table support added by 
  * Nick Barker <nick.barker9 at btinternet.com>, and those portions
- *  (C) Copyright 2004 Nick Barker
+ * Copyright (C) 2004 Nick Barker
  *
- * Copyright 2005 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
+ * Copyright (C) 2005 ADVANCED MICRO DEVICES, INC. All Rights Reserved.
  * 2005.9 yhlu add SRAT table generation
  */
 

Modified: trunk/src/arch/i386/boot/acpigen.c
==============================================================================
--- trunk/src/arch/i386/boot/acpigen.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/arch/i386/boot/acpigen.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2009 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/arch/i386/include/arch/acpi.h
==============================================================================
--- trunk/src/arch/i386/include/arch/acpi.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/arch/i386/include/arch/acpi.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,15 +1,14 @@
 /*
- * coreboot ACPI Support - headers and defines.
+ * This file is part of the coreboot project.
  *
- * written by Stefan Reinauer <stepan at coresystems.de>
  * Copyright (C) 2004 SUSE LINUX AG
  * Copyright (C) 2004 Nick Barker
  * Copyright (C) 2008-2009 coresystems GmbH
+ * (Written by 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,8 +17,11 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/*
+ * coreboot ACPI Support - headers and defines.
  */
 
 #ifndef __ASM_ACPI_H

Modified: trunk/src/arch/i386/include/arch/acpigen.h
==============================================================================
--- trunk/src/arch/i386/include/arch/acpigen.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/arch/i386/include/arch/acpigen.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2009 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,8 +16,10 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
+
 #ifndef LIBACPI_H
 #define LIBACPI_H
+
 #include <assert.h>
 #include <stdlib.h>
 #include <stdint.h>
@@ -44,4 +46,5 @@
 typedef enum { SW_ALL=0xfc, SW_ANY=0xfd, HW_ALL=0xfe } PSD_coord;
 int acpigen_write_PSD_package(u32 domain, u32 numprocs, PSD_coord coordtype);
 int acpigen_write_processor(u8 cpuindex, u32 pblock_addr, u8 pblock_len);
+
 #endif

Modified: trunk/src/arch/i386/include/arch/ioapic.h
==============================================================================
--- trunk/src/arch/i386/include/arch/ioapic.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/arch/i386/include/arch/ioapic.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,12 +1,11 @@
 /*
- * coreboot IOAPIC support
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2010 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef __I386_ARCH_IOAPIC_H

Modified: trunk/src/arch/i386/include/arch/registers.h
==============================================================================
--- trunk/src/arch/i386/include/arch/registers.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/arch/i386/include/arch/registers.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  * 
  * Copyright (C) 2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef __ARCH_REGISTERS_H

Modified: trunk/src/cpu/amd/model_fxx/powernow_acpi.c
==============================================================================
--- trunk/src/cpu/amd/model_fxx/powernow_acpi.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/cpu/amd/model_fxx/powernow_acpi.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -5,8 +5,8 @@
  * Copyright (C) 2009 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/cpu/intel/ep80579/chip.h
==============================================================================
--- trunk/src/cpu/intel/ep80579/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/cpu/intel/ep80579/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/cpu/x86/smm/Makefile.inc
==============================================================================
--- trunk/src/cpu/x86/smm/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/cpu/x86/smm/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -18,8 +18,6 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-
-
 obj-$(CONFIG_HAVE_SMI_HANDLER) += smmrelocate.o
 obj-$(CONFIG_HAVE_SMI_HANDLER) += smm_bin.o
 

Modified: trunk/src/devices/Kconfig
==============================================================================
--- trunk/src/devices/Kconfig	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/devices/Kconfig	Tue Feb 16 00:10:19 2010	(r5127)
@@ -6,7 +6,7 @@
 ##
 ## 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; version 2 of the License
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/include/assert.h
==============================================================================
--- trunk/src/include/assert.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/assert.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,5 +1,5 @@
 /*
- * assert.h: Debugging macros
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *
@@ -18,6 +18,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+/*
+ * assert.h: Debugging macros
+ */
+
 #ifndef __ASSERT_H_DEFINED
 #define __ASSERT_H_DEFINED
 

Modified: trunk/src/include/console/vtxprintf.h
==============================================================================
--- trunk/src/include/console/vtxprintf.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/console/vtxprintf.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  * 
  * Copyright (C) 2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef __CONSOLE_VTXPRINTF_H

Modified: trunk/src/include/cpu/amd/geode_post_code.h
==============================================================================
--- trunk/src/include/cpu/amd/geode_post_code.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/cpu/amd/geode_post_code.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,21 +1,22 @@
 /*
-* This file is part of the coreboot project.
-*
-* Copyright (C) 2007 Advanced Micro Devices
-*
-* This program is free software; you can redistribute it and/or modify
-* it under the terms of the GNU General Public License version 2 as
-* published by the Free Software Foundation.
-*
-* 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-*/
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2007 Advanced Micro Devices
+ *
+ * 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; version 2 of the License.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
 /* standard AMD post definitions -- might as well use them. */
 #define POST_Output_Port				(0x080)	/*	port to write post codes to*/
 

Modified: trunk/src/include/cpu/amd/model_fxx_powernow.h
==============================================================================
--- trunk/src/include/cpu/amd/model_fxx_powernow.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/cpu/amd/model_fxx_powernow.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2009 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,6 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
+
 #ifndef MODEL_FXX_POWERNOW_H
 #define MODEL_FXX_POWERNOW_H
 

Modified: trunk/src/include/cpu/x86/multiboot.h
==============================================================================
--- trunk/src/include/cpu/x86/multiboot.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/cpu/x86/multiboot.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,20 +1,26 @@
-/* multiboot.h - multiboot header file. */
 /*
- *  Copyright (C) 2003  Free Software Foundation, Inc.
- *  Copyright (C) 2008  Robert Millan
+ * This file is part of the coreboot project.
  *
- *  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.
+ * Copyright (C) 2003 Free Software Foundation, Inc.
+ * Copyright (C) 2008 Robert Millan
  *
- *  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 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.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
+/*
+ * multiboot.h - multiboot header file.
  */
 
 #ifndef MULTIBOOT_H

Modified: trunk/src/include/cpu/x86/smm.h
==============================================================================
--- trunk/src/include/cpu/x86/smm.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/cpu/x86/smm.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -17,7 +17,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-
 /* AMD64 SMM State-Save Area 
  * starts @ 0x7e00
  */

Modified: trunk/src/include/lib.h
==============================================================================
--- trunk/src/include/lib.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/lib.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the coreboot project.
  *
- * Copyright (C) 2009, Myles Watson <mylesgw at gmail.com>
+ * Copyright (C) 2009 Myles Watson <mylesgw at gmail.com>
  *
  * 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

Modified: trunk/src/include/pc80/vga.h
==============================================================================
--- trunk/src/include/pc80/vga.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/pc80/vga.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,19 +1,21 @@
 /*
- * Copyright (C)  2007-2009  Luc Verhaegen <libv at skynet.be>
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2007-2009 Luc Verhaegen <libv at skynet.be>
  *
- * 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 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.
  *
- * 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., 51
- * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
 #ifndef VGA_H

Modified: trunk/src/include/pc80/vga_io.h
==============================================================================
--- trunk/src/include/pc80/vga_io.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/pc80/vga_io.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,19 +1,21 @@
 /*
- * Copyright (C)  2007  Luc Verhaegen <libv at skynet.be>
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2007 Luc Verhaegen <libv at skynet.be>
  *
- * 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 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.
  *
- * 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., 51
- * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
 #ifndef VGA_IO_H

Modified: trunk/src/include/sdram_mode.h
==============================================================================
--- trunk/src/include/sdram_mode.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/include/sdram_mode.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,5 +1,5 @@
 /*
- * sdram_mode.h: Definitions for SDRAM Mode Register and Extended Mode Register
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *
@@ -18,6 +18,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+/*
+ * sdram_mode.h: Definitions for SDRAM Mode Register and Extended Mode Register
+ */
+
 #ifndef __SDRAMMODE_H_DEFINED
 #define __SDRAMMODE_H_DEFINED
 

Modified: trunk/src/mainboard/amd/dbm690t/Makefile.inc
==============================================================================
--- trunk/src/mainboard/amd/dbm690t/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/amd/dbm690t/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/amd/pistachio/Makefile.inc
==============================================================================
--- trunk/src/mainboard/amd/pistachio/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/amd/pistachio/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc
==============================================================================
--- trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/amd/serengeti_cheetah/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc
==============================================================================
--- trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/asus/a8n_e/Makefile.inc
==============================================================================
--- trunk/src/mainboard/asus/a8n_e/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/a8n_e/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/asus/a8v-e_se/acpi_tables.c
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/acpi_tables.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/a8v-e_se/acpi_tables.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -9,8 +9,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/a8v-e_se/chip.h
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/a8v-e_se/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/a8v-e_se/dsdt.asl
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/dsdt.asl	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/a8v-e_se/dsdt.asl	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,14 +1,12 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>
- * (C) Copyright 2007 Rudolf Marek <r.marek at assembler.cz>
- *
- * ISA portions taken from QEMU acpi-dsdt.dsl.
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9 at btinternet.com>
+ * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,6 +18,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+/*
+ * ISA portions taken from QEMU acpi-dsdt.dsl.
+ */
+
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
 {
 	/* Define the main processor.*/

Modified: trunk/src/mainboard/asus/a8v-e_se/mainboard.c
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/mainboard.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/a8v-e_se/mainboard.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/a8v-e_se/mptable.c
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/mptable.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/a8v-e_se/mptable.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/m2v-mx_se/Makefile.inc
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/m2v-mx_se/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,10 +4,9 @@
 ## Copyright (C) 2007-2008 coresystems GmbH
 ## Copyright (C) 2009 Cristi Măgherușan <cristi.magherusan at net.utcluj.ro>
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,8 +15,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/asus/m2v-mx_se/acpi_tables.c
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/acpi_tables.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/m2v-mx_se/acpi_tables.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -9,8 +9,8 @@
  * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/m2v-mx_se/chip.h
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/m2v-mx_se/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/asus/m2v-mx_se/dsdt.asl
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/dsdt.asl	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/m2v-mx_se/dsdt.asl	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,14 +1,12 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>
- * (C) Copyright 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- *
- * ISA portions taken from QEMU acpi-dsdt.dsl.
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9 at btinternet.com>
+ * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,6 +18,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+/*
+ * ISA portions taken from QEMU acpi-dsdt.dsl.
+ */
+
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
 {
 	 #include "northbridge/amd/amdk8/amdk8_util.asl"

Modified: trunk/src/mainboard/asus/m2v-mx_se/mainboard.c
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/mainboard.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/asus/m2v-mx_se/mainboard.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc
==============================================================================
--- trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/gigabyte/ga_2761gxdk/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/gigabyte/m57sli/Makefile.inc
==============================================================================
--- trunk/src/mainboard/gigabyte/m57sli/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/gigabyte/m57sli/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/gigabyte/m57sli/acpi_tables.c
==============================================================================
--- trunk/src/mainboard/gigabyte/m57sli/acpi_tables.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/gigabyte/m57sli/acpi_tables.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -10,8 +10,8 @@
  * Copyright (C) 2009 Harald Gutmann <harald.gutmann at gmx.net>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/mainboard/gigabyte/m57sli/dsdt.asl
==============================================================================
--- trunk/src/mainboard/gigabyte/m57sli/dsdt.asl	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/gigabyte/m57sli/dsdt.asl	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,15 +1,13 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>
- * (C) Copyright 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- * (C) Copyright 2009 Harald Gutmann <harald.gutmann at gmx.net>
- *
- * ISA portions taken from QEMU acpi-dsdt.dsl.
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9 at btinternet.com>
+ * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
+ * Copyright (C) 2009 Harald Gutmann <harald.gutmann at gmx.net>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,6 +19,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+/*
+ * ISA portions taken from QEMU acpi-dsdt.dsl.
+ */
+
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "LXBIOS", "LXB-DSDT", 1)
 {
 	#include "northbridge/amd/amdk8/amdk8_util.asl"

Modified: trunk/src/mainboard/intel/d945gclf/dmi.h
==============================================================================
--- trunk/src/mainboard/intel/d945gclf/dmi.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/intel/d945gclf/dmi.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2007-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #define DMI_TABLE_SIZE 0x55

Modified: trunk/src/mainboard/intel/eagleheights/chip.h
==============================================================================
--- trunk/src/mainboard/intel/eagleheights/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/intel/eagleheights/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2007-2008 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 extern struct chip_operations mainboard_ops;

Modified: trunk/src/mainboard/intel/mtarvon/chip.h
==============================================================================
--- trunk/src/mainboard/intel/mtarvon/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/intel/mtarvon/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 extern struct chip_operations mainboard_ops;

Modified: trunk/src/mainboard/intel/truxton/chip.h
==============================================================================
--- trunk/src/mainboard/intel/truxton/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/intel/truxton/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 extern struct chip_operations mainboard_ops;

Modified: trunk/src/mainboard/iwill/dk8_htx/Makefile.inc
==============================================================================
--- trunk/src/mainboard/iwill/dk8_htx/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/iwill/dk8_htx/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/kontron/986lcd-m/Makefile.inc
==============================================================================
--- trunk/src/mainboard/kontron/986lcd-m/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/kontron/986lcd-m/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 ##

Modified: trunk/src/mainboard/kontron/986lcd-m/chip.h
==============================================================================
--- trunk/src/mainboard/kontron/986lcd-m/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/kontron/986lcd-m/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  * 
  * Copyright (C) 2007-2008 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 extern struct chip_operations mainboard_ops;

Modified: trunk/src/mainboard/kontron/986lcd-m/dmi.h
==============================================================================
--- trunk/src/mainboard/kontron/986lcd-m/dmi.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/kontron/986lcd-m/dmi.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2007-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #define DMI_TABLE_SIZE 0x55

Modified: trunk/src/mainboard/kontron/kt690/Makefile.inc
==============================================================================
--- trunk/src/mainboard/kontron/kt690/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/kontron/kt690/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/msi/ms7260/Makefile.inc
==============================================================================
--- trunk/src/mainboard/msi/ms7260/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/msi/ms7260/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/msi/ms9185/mb_sysconf.h
==============================================================================
--- trunk/src/mainboard/msi/ms9185/mb_sysconf.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/msi/ms9185/mb_sysconf.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,7 +3,6 @@
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at gmail.com> for AMD.
- *
  * Copyright (C) 2006 MSI
  * Written by bxshi <bingxunshi at gmail.com> for MSI.
  *

Modified: trunk/src/mainboard/msi/ms9282/Makefile.inc
==============================================================================
--- trunk/src/mainboard/msi/ms9282/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/msi/ms9282/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/msi/ms9282/mb_sysconf.h
==============================================================================
--- trunk/src/mainboard/msi/ms9282/mb_sysconf.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/msi/ms9282/mb_sysconf.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,7 +3,6 @@
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.
- *
  * Copyright (C) 2006 MSI
  * Written by Bingxun Shi <bingxunshi at gmail.com> for MSI.
  *

Modified: trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc
==============================================================================
--- trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/nvidia/l1_2pvv/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/roda/rk886ex/Makefile.inc
==============================================================================
--- trunk/src/mainboard/roda/rk886ex/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/roda/rk886ex/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 ##

Modified: trunk/src/mainboard/roda/rk886ex/chip.h
==============================================================================
--- trunk/src/mainboard/roda/rk886ex/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/roda/rk886ex/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  * 
  * Copyright (C) 2007-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 extern struct chip_operations mainboard_ops;

Modified: trunk/src/mainboard/roda/rk886ex/dmi.h
==============================================================================
--- trunk/src/mainboard/roda/rk886ex/dmi.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/roda/rk886ex/dmi.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2007-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #define DMI_TABLE_SIZE 0x55

Modified: trunk/src/mainboard/roda/rk886ex/ec.h
==============================================================================
--- trunk/src/mainboard/roda/rk886ex/ec.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/roda/rk886ex/ec.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2008-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _MAINBOARD_EC_H

Modified: trunk/src/mainboard/roda/rk886ex/m3885.h
==============================================================================
--- trunk/src/mainboard/roda/rk886ex/m3885.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/roda/rk886ex/m3885.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2008-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _MAINBOARD_M3885_H

Modified: trunk/src/mainboard/supermicro/h8dme/Makefile.inc
==============================================================================
--- trunk/src/mainboard/supermicro/h8dme/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/supermicro/h8dme/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/supermicro/h8dmr/Makefile.inc
==============================================================================
--- trunk/src/mainboard/supermicro/h8dmr/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/supermicro/h8dmr/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/supermicro/h8dmr_fam10/Makefile.inc
==============================================================================
--- trunk/src/mainboard/supermicro/h8dmr_fam10/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/supermicro/h8dmr_fam10/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/supermicro/h8qme_fam10/Makefile.inc
==============================================================================
--- trunk/src/mainboard/supermicro/h8qme_fam10/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/supermicro/h8qme_fam10/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/technexion/tim5690/Makefile.inc
==============================================================================
--- trunk/src/mainboard/technexion/tim5690/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/technexion/tim5690/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/technexion/tim8690/Makefile.inc
==============================================================================
--- trunk/src/mainboard/technexion/tim8690/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/technexion/tim8690/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y += mainboard.o

Modified: trunk/src/mainboard/tyan/s2735/Makefile.inc
==============================================================================
--- trunk/src/mainboard/tyan/s2735/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/tyan/s2735/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ##
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 ##

Modified: trunk/src/mainboard/tyan/s2891/dsdt.asl
==============================================================================
--- trunk/src/mainboard/tyan/s2891/dsdt.asl	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/tyan/s2891/dsdt.asl	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,14 +1,12 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>
- * (C) Copyright 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- *
- * ISA portions taken from QEMU acpi-dsdt.dsl.
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9 at btinternet.com>
+ * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,6 +18,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+/*
+ * ISA portions taken from QEMU acpi-dsdt.dsl.
+ */
+
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE  ", "CB-DSDT ", 1)
 {
 	 #include "northbridge/amd/amdk8/amdk8_util.asl"

Modified: trunk/src/mainboard/tyan/s2892/dsdt.asl
==============================================================================
--- trunk/src/mainboard/tyan/s2892/dsdt.asl	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/tyan/s2892/dsdt.asl	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,25 +1,27 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>
- * (C) Copyright 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- *
- * ISA portions taken from QEMU acpi-dsdt.dsl.
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9 at btinternet.com>
+ * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
- *
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License. 
+ * 
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
-
+ 
+/*
+ * ISA portions taken from QEMU acpi-dsdt.dsl.
+ */
+ 
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE  ", "CB-DSDT ", 1)
 {
 	 #include "northbridge/amd/amdk8/amdk8_util.asl"

Modified: trunk/src/mainboard/tyan/s2895/dsdt.asl
==============================================================================
--- trunk/src/mainboard/tyan/s2895/dsdt.asl	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/tyan/s2895/dsdt.asl	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,25 +1,27 @@
 /*
  * This file is part of the coreboot project.
  *
- * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>
- * (C) Copyright 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- *
- * ISA portions taken from QEMU acpi-dsdt.dsl.
+ * Copyright (C) 2004 Nick Barker <Nick.Barker9 at btinternet.com>
+ * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
- *
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License. 
+ * 
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
-
+ 
+/*
+ * ISA portions taken from QEMU acpi-dsdt.dsl.
+ */
+ 
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "CORE  ", "CB-DSDT ", 1)
 {
 	 #include "northbridge/amd/amdk8/amdk8_util.asl"

Modified: trunk/src/mainboard/tyan/s2912/Makefile.inc
==============================================================================
--- trunk/src/mainboard/tyan/s2912/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/tyan/s2912/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc
==============================================================================
--- trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/tyan/s2912_fam10/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
 ## 
 ## Copyright (C) 2007-2008 coresystems GmbH
 ##
-## 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; version 2 of
-## the License.
+## 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; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 driver-y +=  mainboard.o

Modified: trunk/src/mainboard/via/epia-m/fadt.c
==============================================================================
--- trunk/src/mainboard/via/epia-m/fadt.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/via/epia-m/fadt.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,12 +1,12 @@
 /*
- * ACPI - create the Fixed ACPI Description Tables (FADT)
- * (C) Copyright 2004 Nick Barker <nick.barker9 at btinternet.com>
+ * This file is part of the coreboot project.
  *
+ * (C) Copyright 2004 Nick Barker <nick.barker9 at btinternet.com>
  *
- * 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
@@ -15,10 +15,12 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/*
+ * ACPI - create the Fixed ACPI Description Tables (FADT)
+ */
 
 #include <string.h>
 #include <arch/acpi.h>

Modified: trunk/src/mainboard/via/epia-n/fadt.c
==============================================================================
--- trunk/src/mainboard/via/epia-n/fadt.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/via/epia-n/fadt.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,13 +1,13 @@
 /*
- * ACPI - create the Fixed ACPI Description Tables (FADT)
- * (C) Copyright 2004 Nick Barker <nick.barker9 at btinternet.com>
- * (C) Copyright 2009 Jon Harrison <bothlyn at blueyonder.co.uk>
+ * This file is part of the coreboot project.
  *
+ * Copyright (C) 2004 Nick Barker <nick.barker9 at btinternet.com>
+ * Copyright (C) 2009 Jon Harrison <bothlyn at blueyonder.co.uk>
  *
- * 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
@@ -16,10 +16,12 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/*
+ * ACPI - create the Fixed ACPI Description Tables (FADT)
+ */
 
 #include <string.h>
 #include <arch/acpi.h>

Modified: trunk/src/mainboard/via/vt8454c/chip.h
==============================================================================
--- trunk/src/mainboard/via/vt8454c/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/via/vt8454c/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2007-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 extern struct chip_operations mainboard_ops;

Modified: trunk/src/mainboard/via/vt8454c/dmi.h
==============================================================================
--- trunk/src/mainboard/via/vt8454c/dmi.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/mainboard/via/vt8454c/dmi.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2007-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #define DMI_TABLE_SIZE 0x55

Modified: trunk/src/northbridge/amd/amdfam10/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/amdfam10/Kconfig	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/amdfam10/Kconfig	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,21 +1,21 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2009 coresystems GmbH
-#
-# 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; version 2 of the License.
-#
-# 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007-2009 coresystems GmbH
+##
+## 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; version 2 of the License.
+##
+## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
 
 config NORTHBRIDGE_AMD_AMDFAM10
 	bool

Modified: trunk/src/northbridge/amd/amdk8/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/amdk8/Kconfig	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/amdk8/Kconfig	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,21 +1,21 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2009 coresystems GmbH
-#
-# 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; version 2 of the License.
-#
-# 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007-2009 coresystems GmbH
+##
+## 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; version 2 of the License.
+##
+## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
 
 config NORTHBRIDGE_AMD_AMDK8
 	bool

Modified: trunk/src/northbridge/amd/amdk8/amdk8_acpi.h
==============================================================================
--- trunk/src/northbridge/amd/amdk8/amdk8_acpi.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/amdk8/amdk8_acpi.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2009 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,6 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
+
 #ifndef AMDK8_ACPI_H
 #define AMDK8_ACPI_H
 #include <arch/acpigen.h>

Modified: trunk/src/northbridge/amd/amdk8/exit_from_self.c
==============================================================================
--- trunk/src/northbridge/amd/amdk8/exit_from_self.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/amdk8/exit_from_self.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2009 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/amd/amdk8/root_complex/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/amdk8/root_complex/Kconfig	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/amdk8/root_complex/Kconfig	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,21 +1,21 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2009 coresystems GmbH
-#
-# 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; version 2 of the License.
-#
-# 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007-2009 coresystems GmbH
+##
+## 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; version 2 of the License.
+##
+## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
 
 config NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
 	bool

Modified: trunk/src/northbridge/amd/gx2/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/gx2/Kconfig	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/gx2/Kconfig	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,21 +1,21 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2009 coresystems GmbH
-#
-# 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; version 2 of the License.
-#
-# 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007-2009 coresystems GmbH
+##
+## 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; version 2 of the License.
+##
+## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
 
 config NORTHBRIDGE_AMD_GX2
 	bool

Modified: trunk/src/northbridge/amd/lx/northbridge.h
==============================================================================
--- trunk/src/northbridge/amd/lx/northbridge.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/amd/lx/northbridge.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/intel/e7501/e7501.h
==============================================================================
--- trunk/src/northbridge/intel/e7501/e7501.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/e7501/e7501.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,5 +1,5 @@
 /*
- * e7501.h: PCI configuration space for the Intel E7501 memory controller
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+/*
+ * e7501.h: PCI configuration space for the Intel E7501 memory controller
+ */
 
 /************  D0:F0 ************/
 // Register offsets

Modified: trunk/src/northbridge/intel/i3100/chip.h
==============================================================================
--- trunk/src/northbridge/intel/i3100/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i3100/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 struct northbridge_intel_i3100_config

Modified: trunk/src/northbridge/intel/i3100/ep80579.h
==============================================================================
--- trunk/src/northbridge/intel/i3100/ep80579.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i3100/ep80579.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 #ifndef NORTHBRIDGE_INTEL_I3100_EP80579_H

Modified: trunk/src/northbridge/intel/i3100/i3100.h
==============================================================================
--- trunk/src/northbridge/intel/i3100/i3100.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i3100/i3100.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 #define IURBASE	0X14

Modified: trunk/src/northbridge/intel/i3100/memory_initialized.c
==============================================================================
--- trunk/src/northbridge/intel/i3100/memory_initialized.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i3100/memory_initialized.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 #include "i3100.h"

Modified: trunk/src/northbridge/intel/i3100/raminit.h
==============================================================================
--- trunk/src/northbridge/intel/i3100/raminit.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i3100/raminit.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 /* This code is based on src/northbridge/intel/e7520/raminit.h */

Modified: trunk/src/northbridge/intel/i3100/raminit_ep80579.h
==============================================================================
--- trunk/src/northbridge/intel/i3100/raminit_ep80579.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i3100/raminit_ep80579.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 #ifndef NORTHBRIDGE_INTEL_I3100_RAMINIT_EP80579_H

Modified: trunk/src/northbridge/intel/i945/Kconfig
==============================================================================
--- trunk/src/northbridge/intel/i945/Kconfig	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/intel/i945/Kconfig	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,21 +1,21 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2009 coresystems GmbH
-#
-# 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; version 2 of the License.
-#
-# 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-#
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2007-2009 coresystems GmbH
+##
+## 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; version 2 of the License.
+##
+## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
 
 config NORTHBRIDGE_INTEL_I945
 	bool

Modified: trunk/src/northbridge/via/cn400/raminit.c
==============================================================================
--- trunk/src/northbridge/via/cn400/raminit.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/via/cn400/raminit.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,12 +1,13 @@
 /*
- * (C) Copyright 2005 Nick Barker <nick.barker9 at btinternet.com>
- * (C) Copyright 2009 Jon Harrison <bothlyn at blueyonder.co.uk
+ * This file is part of the coreboot project.
  *
+ * Copyright (C) 2005 Nick Barker <nick.barker9 at btinternet.com>
+ * Copyright (C) 2009 Jon Harrison <bothlyn at blueyonder.co.uk
  *
- * 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
@@ -15,8 +16,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* 

Modified: trunk/src/northbridge/via/vt8623/raminit.c
==============================================================================
--- trunk/src/northbridge/via/vt8623/raminit.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/via/vt8623/raminit.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,11 +1,12 @@
 /*
- * (C) Copyright 2005 Nick Barker <nick.barker9 at btinternet.com>
+ * This file is part of the coreboot project.
  *
+ * Copyright (C) 2005 Nick Barker <nick.barker9 at btinternet.com>
  *
- * 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
@@ -14,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* 

Modified: trunk/src/northbridge/via/vx800/dram_init.c
==============================================================================
--- trunk/src/northbridge/via/vx800/dram_init.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/via/vx800/dram_init.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -5,7 +5,7 @@
  *
  * 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.
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/via/vx800/dram_init.h
==============================================================================
--- trunk/src/northbridge/via/vx800/dram_init.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/via/vx800/dram_init.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -5,7 +5,7 @@
  *
  * 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.
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/northbridge/via/vx800/pci_rawops.h
==============================================================================
--- trunk/src/northbridge/via/vx800/pci_rawops.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/northbridge/via/vx800/pci_rawops.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -17,6 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
+
 #ifndef ARCH_I386_PCI_RAWOPS_H
 # define ARCH_I386_PCI_RAWOPS_H 1
 #include <stdint.h>

Modified: trunk/src/southbridge/intel/i3100/i3100.h
==============================================================================
--- trunk/src/southbridge/intel/i3100/i3100.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i3100/i3100.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 #ifndef SOUTHBRIDGE_INTEL_I3100_I3100_H

Modified: trunk/src/southbridge/intel/i3100/i3100_smbus.h
==============================================================================
--- trunk/src/southbridge/intel/i3100/i3100_smbus.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i3100/i3100_smbus.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Arastra, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,7 +15,6 @@
  * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- *
  */
 
 /* This code is based on src/southbridge/intel/esb6300/esb6300_smbus.h */

Modified: trunk/src/southbridge/intel/i82801gx/chip.h
==============================================================================
--- trunk/src/southbridge/intel/i82801gx/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i82801gx/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2008-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/intel/i82801gx/i82801gx.h
==============================================================================
--- trunk/src/southbridge/intel/i82801gx/i82801gx.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i82801gx/i82801gx.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2008-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/intel/i82801gx/i82801gx_nvs.h
==============================================================================
--- trunk/src/southbridge/intel/i82801gx/i82801gx_nvs.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i82801gx/i82801gx_nvs.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2008-2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 typedef struct {

Modified: trunk/src/southbridge/intel/i82801gx/i82801gx_power.h
==============================================================================
--- trunk/src/southbridge/intel/i82801gx/i82801gx_power.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i82801gx/i82801gx_power.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,9 @@
  *
  * Copyright (C) 2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,8 +14,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #define MAINBOARD_POWER_OFF	0

Modified: trunk/src/southbridge/intel/i82801gx/i82801gx_smbus.h
==============================================================================
--- trunk/src/southbridge/intel/i82801gx/i82801gx_smbus.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/intel/i82801gx/i82801gx_smbus.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,10 +4,9 @@
  * Copyright (C) 2005 Yinghai Lu <yinghailu at gmail.com>
  * Copyright (C) 2009 coresystems GmbH
  *
- * 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; version 2 of
- * the License.
+ * 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; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/nvidia/mcp55/mcp55_fadt.c
==============================================================================
--- trunk/src/southbridge/nvidia/mcp55/mcp55_fadt.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/nvidia/mcp55/mcp55_fadt.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -5,10 +5,10 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  * Copyright (C) 2009 Harald Gutmann <harald.gutmann at gmx.net>
  *
- * 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

Modified: trunk/src/southbridge/ricoh/rl5c476/rl5c476.c
==============================================================================
--- trunk/src/southbridge/ricoh/rl5c476/rl5c476.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/ricoh/rl5c476/rl5c476.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,10 +1,12 @@
 /*
- * (C) Copyright 2004-2005 Nick Barker <nick.barker at btinternet.com>
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2004-2005 Nick Barker <nick.barker at btinternet.com>
+ *
+ * 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
@@ -13,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <arch/io.h>

Modified: trunk/src/southbridge/ricoh/rl5c476/rl5c476.h
==============================================================================
--- trunk/src/southbridge/ricoh/rl5c476/rl5c476.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/ricoh/rl5c476/rl5c476.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,10 +1,12 @@
 /*
- * (C) Copyright 2004 Nick Barker <nick.barker9 at btinternet.com>
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2004 Nick Barker <nick.barker9 at btinternet.com>
+ *
+ * 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
@@ -13,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
  /* rl5c476 routines and defines*/

Modified: trunk/src/southbridge/ti/pci7420/chip.h
==============================================================================
--- trunk/src/southbridge/ti/pci7420/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/ti/pci7420/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,10 +1,12 @@
 /*
- * (C) Copyright 2008-2009 coresystems GmbH
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2008-2009 coresystems GmbH
+ *
+ * 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
@@ -13,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _SOUTHBRIDGE_TI_PCI7420

Modified: trunk/src/southbridge/ti/pci7420/pci7420.h
==============================================================================
--- trunk/src/southbridge/ti/pci7420/pci7420.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/ti/pci7420/pci7420.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,10 +1,12 @@
 /*
- * (C) Copyright 2008-2009 coresystems GmbH
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2008-2009 coresystems GmbH
+ *
+ * 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
@@ -13,9 +15,9 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
 		     // 0844d060 (old)
 #define SYSCTL	0x80 // 08405061
 #define   RIMUX		(1 << 0)

Modified: trunk/src/southbridge/ti/pci7420/pci7420_cardbus.c
==============================================================================
--- trunk/src/southbridge/ti/pci7420/pci7420_cardbus.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/ti/pci7420/pci7420_cardbus.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,10 +1,12 @@
 /*
- * (C) Copyright 2008-2009 coresystems GmbH
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2008-2009 coresystems GmbH
+ *
+ * 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
@@ -13,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <arch/io.h>

Modified: trunk/src/southbridge/ti/pci7420/pci7420_firewire.c
==============================================================================
--- trunk/src/southbridge/ti/pci7420/pci7420_firewire.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/ti/pci7420/pci7420_firewire.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,10 +1,12 @@
 /*
- * (C) Copyright 2008-2009 coresystems GmbH
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2008-2009 coresystems GmbH
+ *
+ * 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
@@ -13,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <arch/io.h>

Modified: trunk/src/southbridge/via/k8t890/k8m890_chrome.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8m890_chrome.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8m890_chrome.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,19 +1,21 @@
 /*
- * Copyright (C)  2007-2009  Luc Verhaegen <libv at skynet.be>
+ * This file is part of the coreboot project.
  *
- * 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.
+ * Copyright (C) 2007-2009 Luc Verhaegen <libv at skynet.be>
  *
- * 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 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.
  *
- * 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., 51
- * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
 #include <console/console.h>

Modified: trunk/src/southbridge/via/k8t890/k8t890.h
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_bridge.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_bridge.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_bridge.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_ctrl.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_ctrl.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_ctrl.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_dram.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_dram.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_dram.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_early_car.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_early_car.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_early_car.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_error.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_error.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_error.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_host.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_host.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_host.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_host_ctrl.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_host_ctrl.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_host_ctrl.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_pcie.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_pcie.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_pcie.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/k8t890/k8t890_traf_ctrl.c
==============================================================================
--- trunk/src/southbridge/via/k8t890/k8t890_traf_ctrl.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/k8t890/k8t890_traf_ctrl.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8231/Makefile.inc
==============================================================================
--- trunk/src/southbridge/via/vt8231/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8231/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
 ## Copyright (C) 2007, 2009 Rudolf Marek <r.marek at assembler.cz>
 ##
 ## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License v2 as published by
-## the Free Software Foundation.
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8235/Makefile.inc
==============================================================================
--- trunk/src/southbridge/via/vt8235/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8235/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
 ## Copyright (C) 2007, 2009 Rudolf Marek <r.marek at assembler.cz>
 ##
 ## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License v2 as published by
-## the Free Software Foundation.
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/Makefile.inc
==============================================================================
--- trunk/src/southbridge/via/vt8237r/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
 ## Copyright (C) 2007, 2009 Rudolf Marek <r.marek at assembler.cz>
 ##
 ## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License v2 as published by
-## the Free Software Foundation.
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; version 2 of the License.
 ##
 ## This program is distributed in the hope that it will be useful,
 ## but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/chip.h
==============================================================================
--- trunk/src/southbridge/via/vt8237r/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237_ctrl.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237_ctrl.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237_ctrl.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237_fadt.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237_fadt.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237_fadt.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,10 +4,10 @@
  * Copyright (C) 2004 Nick Barker <nick.barker9 at btinternet.com>
  * Copyright (C) 2007, 2009 Rudolf Marek <r.marek at assembler.cz>
  *
- * 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

Modified: trunk/src/southbridge/via/vt8237r/vt8237r.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237r.h
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237r_ide.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r_ide.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r_ide.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237r_lpc.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r_lpc.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r_lpc.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -2,11 +2,11 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- * Copyright (C) 2009       Jon Harrison <bothlyn at blueyonder.co.uk>
+ * Copyright (C) 2009 Jon Harrison <bothlyn at blueyonder.co.uk>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237r_nic.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r_nic.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r_nic.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -2,11 +2,11 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- * Copyright (C) 2009		Jon Harrison <bothlyn at blueyonder.co.uk>
+ * Copyright (C) 2009 Jon Harrison <bothlyn at blueyonder.co.uk>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237r_sata.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r_sata.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r_sata.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -4,8 +4,8 @@
  * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/src/southbridge/via/vt8237r/vt8237r_usb.c
==============================================================================
--- trunk/src/southbridge/via/vt8237r/vt8237r_usb.c	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/southbridge/via/vt8237r/vt8237r_usb.c	Tue Feb 16 00:10:19 2010	(r5127)
@@ -2,10 +2,10 @@
  * This file is part of the coreboot project.
  *
  * Copyright (C) 2007, 2008 Rudolf Marek <r.marek at assembler.cz>
- * Copyright (C) 2009		Jon Harrison <bothlyn at blueyonder.co.uk>
+ * Copyright (C) 2009 Jon Harrison <bothlyn at blueyonder.co.uk>
  *
  * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
+ * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation.
  *
  * This program is distributed in the hope that it will be useful,

Modified: trunk/src/superio/smsc/lpc47m10x/Makefile.inc
==============================================================================
--- trunk/src/superio/smsc/lpc47m10x/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/superio/smsc/lpc47m10x/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,11 +1,11 @@
 ##
-## superio.c: RAM driver for SMSC LPC47M10X2 Super I/O chip
+## This file is part of the coreboot project.
 ##
-## Copyright 2000  AG Electronics Ltd.
-## Copyright 2003-2004 Linux Networx
-## Copyright 2004 Tyan
+## Copyright (C) 2000 AG Electronics Ltd.
+## Copyright (C) 2003-2004 Linux Networx
+## Copyright (C) 2004 Tyan
 ## Copyright (C) 2005 Digital Design Corporation
-## Copyright (C) Ron Minnich, LANL
+## Copyright (C) 2006 Ron Minnich, LANL
 ##
 ## 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

Modified: trunk/src/superio/smsc/lpc47m10x/chip.h
==============================================================================
--- trunk/src/superio/smsc/lpc47m10x/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/superio/smsc/lpc47m10x/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,11 +1,11 @@
 /*
- * superio.c: RAM driver for SMSC LPC47M10X2 Super I/O chip
+ * This file is part of the coreboot project.
  *
- * Copyright 2000  AG Electronics Ltd.
- * Copyright 2003-2004 Linux Networx
- * Copyright 2004 Tyan
+ * Copyright (C) 2000 AG Electronics Ltd.
+ * Copyright (C) 2003-2004 Linux Networx
+ * Copyright (C) 2004 Tyan
  * Copyright (C) 2005 Digital Design Corporation
- * Copyright (C) Ron Minnich, LANL
+ * Copyright (C) 2006 Ron Minnich, LANL
  *
  * 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

Modified: trunk/src/superio/smsc/lpc47m10x/lpc47m10x.h
==============================================================================
--- trunk/src/superio/smsc/lpc47m10x/lpc47m10x.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/superio/smsc/lpc47m10x/lpc47m10x.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -1,11 +1,9 @@
 /*
- * superio.c: RAM driver for SMSC LPC47M10X2 Super I/O chip
- *
- * Copyright 2000  AG Electronics Ltd.
- * Copyright 2003-2004 Linux Networx
- * Copyright 2004 Tyan
+ * Copyright (C) 2000 AG Electronics Ltd.
+ * Copyright (C) 2003-2004 Linux Networx
+ * Copyright (C) 2004 Tyan
  * Copyright (C) 2005 Digital Design Corporation
- * Copyright (C) Ron Minnich, LANL
+ * Copyright (C) 2006 Ron Minnich, LANL
  *
  * 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

Modified: trunk/src/superio/via/vt1211/Makefile.inc
==============================================================================
--- trunk/src/superio/via/vt1211/Makefile.inc	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/superio/via/vt1211/Makefile.inc	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,10 @@
 ##
 ## Copyright (C) 2004 Nick Barker <nick.barker9 at btinternet.com>
 ##
-## 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
@@ -15,8 +15,7 @@
 ##
 ## 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., 51 Franklin St, Fifth Floor, Boston,
-## MA 02110-1301 USA
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
 #config chip.h

Modified: trunk/src/superio/via/vt1211/chip.h
==============================================================================
--- trunk/src/superio/via/vt1211/chip.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/superio/via/vt1211/chip.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,10 @@
  *
  * Copyright (C) 2004 Nick Barker <nick.barker9 at btinternet.com>
  *
- * 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
@@ -15,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _SUPERIO_VIA_VT1211

Modified: trunk/src/superio/via/vt1211/vt1211.h
==============================================================================
--- trunk/src/superio/via/vt1211/vt1211.h	Sun Feb 14 17:17:55 2010	(r5126)
+++ trunk/src/superio/via/vt1211/vt1211.h	Tue Feb 16 00:10:19 2010	(r5127)
@@ -3,10 +3,10 @@
  *
  * Copyright (C) 2004 Nick Barker <nick.barker9 at btinternet.com>
  *
- * 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
@@ -15,8 +15,7 @@
  *
  * 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., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* vt1211 PNP devices */




More information about the coreboot mailing list