From 9eb8578b759cbd2932ab74833ece77700fdb69f6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 11 Aug 2008 21:01:54 +0000 Subject: [PATCH] Minor cosmetic and/or license header fixes (trivial). This includes using consistent (C) lines, adding email addresses, and so on. The file southbridge/nvidia/mcp55/dts was never edited by Yinghai Lu (thus removing his (C) line) and would be too trivial anyway... The changes (though trivial) were also informally acked by Ron on IRC. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/coreboot-v3@744 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/ldscript.ld | 2 +- arch/x86/pirq_routing.c | 3 +-- arch/x86/resourcemap.c | 2 +- include/arch/x86/macros.h | 2 +- include/arch/x86/pirq_routing.h | 2 +- lib/ramtest.c | 2 +- lib/stage2.c | 2 +- mainboard/artecgroup/dbe62/initram.c | 2 +- mainboard/artecgroup/dbe62/stage1.c | 2 +- mainboard/gigabyte/m57sli/initram.c | 2 +- mainboard/gigabyte/m57sli/stage1.c | 2 +- southbridge/intel/i82371eb/i82371eb.c | 2 +- southbridge/nvidia/mcp55/dts | 2 -- southbridge/nvidia/mcp55/ide.dts | 3 ++- southbridge/nvidia/mcp55/sata.dts | 4 ++-- southbridge/nvidia/mcp55/stage1.h | 2 +- southbridge/nvidia/mcp55/stage1_smbus.c | 2 +- 17 files changed, 18 insertions(+), 20 deletions(-) diff --git a/arch/x86/ldscript.ld b/arch/x86/ldscript.ld index 36e81292bd..360e2f3f65 100644 --- a/arch/x86/ldscript.ld +++ b/arch/x86/ldscript.ld @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007 Ron G. Minnich + * Copyright (C) 2007 Ronald G. Minnich * * 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 diff --git a/arch/x86/pirq_routing.c b/arch/x86/pirq_routing.c index db0667ca97..c60dc548f7 100644 --- a/arch/x86/pirq_routing.c +++ b/arch/x86/pirq_routing.c @@ -2,10 +2,9 @@ * This file is part of the coreboot project. * * Copyright (C) 2000 Ollie Lo, Silicon Integrated Systems - * Copyright (C) 2000 Ron Minnich + * Copyright (C) 2000,2008 Ronald G. Minnich * Copyright (C) 2001 Eric Biederman * Copyright (C) 2002 Andrew Ip - * Copyright (C) 2008 Ron Minnich * * 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 diff --git a/arch/x86/resourcemap.c b/arch/x86/resourcemap.c index 96a12afcff..6feb489e79 100644 --- a/arch/x86/resourcemap.c +++ b/arch/x86/resourcemap.c @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. - * Copyright (C) 2008 Ronald G. Minnich + * Copyright (C) 2008 Ronald G. Minnich * * 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 diff --git a/include/arch/x86/macros.h b/include/arch/x86/macros.h index 0969338504..ad2a2c40e7 100644 --- a/include/arch/x86/macros.h +++ b/include/arch/x86/macros.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2000 Ron G. Minnich + * Copyright (C) 2000 Ronald G. Minnich * Copyright (C) 2007 Stefan Reinauer * * This program is free software; you can redistribute it and/or modify diff --git a/include/arch/x86/pirq_routing.h b/include/arch/x86/pirq_routing.h index 6525ad6d7f..ade4e12151 100644 --- a/include/arch/x86/pirq_routing.h +++ b/include/arch/x86/pirq_routing.h @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2000 Ollie Lo, Silicon Integrated Systems - * Copyright (C) 2008 Ron Minnich + * Copyright (C) 2008 Ronald G. Minnich * * 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 diff --git a/lib/ramtest.c b/lib/ramtest.c index c2154cf0ef..8a0f4b1ba7 100644 --- a/lib/ramtest.c +++ b/lib/ramtest.c @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2001 Tyson Sawyer, irobot - * Copyright (C) 2008 Ronald G. Minnich + * Copyright (C) 2008 Ronald G. Minnich * * 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 diff --git a/lib/stage2.c b/lib/stage2.c index feafc9be02..175cb8152c 100644 --- a/lib/stage2.c +++ b/lib/stage2.c @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007 Ron Minnich + * Copyright (C) 2007 Ronald G. Minnich * Copyright (C) 2007 coresystems GmbH * (Written by Stefan Reinauer for coresystems GmbH) * diff --git a/mainboard/artecgroup/dbe62/initram.c b/mainboard/artecgroup/dbe62/initram.c index a33687d32d..97a63a5a42 100644 --- a/mainboard/artecgroup/dbe62/initram.c +++ b/mainboard/artecgroup/dbe62/initram.c @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. - * Copyright (C) 2007 Ronald G. Minnich + * Copyright (C) 2007 Ronald G. Minnich * * 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 diff --git a/mainboard/artecgroup/dbe62/stage1.c b/mainboard/artecgroup/dbe62/stage1.c index 0cce83f0f3..46864be41a 100644 --- a/mainboard/artecgroup/dbe62/stage1.c +++ b/mainboard/artecgroup/dbe62/stage1.c @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. - * Copyright (C) 2008 Ronald G. Minnich + * Copyright (C) 2008 Ronald G. Minnich * * 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 diff --git a/mainboard/gigabyte/m57sli/initram.c b/mainboard/gigabyte/m57sli/initram.c index bae66e3472..9b2aa89e9a 100644 --- a/mainboard/gigabyte/m57sli/initram.c +++ b/mainboard/gigabyte/m57sli/initram.c @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. - * Copyright (C) 2007 Ronald G. Minnich + * Copyright (C) 2007 Ronald G. Minnich * * 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 diff --git a/mainboard/gigabyte/m57sli/stage1.c b/mainboard/gigabyte/m57sli/stage1.c index f6fbd6c654..dcc4ddf98a 100644 --- a/mainboard/gigabyte/m57sli/stage1.c +++ b/mainboard/gigabyte/m57sli/stage1.c @@ -2,7 +2,7 @@ * This file is part of the coreboot project. * * Copyright (C) 2007 Advanced Micro Devices, Inc. - * Copyright (C) 2008 Ronald G. Minnich + * Copyright (C) 2008 Ronald G. Minnich * * 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 diff --git a/southbridge/intel/i82371eb/i82371eb.c b/southbridge/intel/i82371eb/i82371eb.c index 4b871b1556..a7f2f2dbae 100644 --- a/southbridge/intel/i82371eb/i82371eb.c +++ b/southbridge/intel/i82371eb/i82371eb.c @@ -3,7 +3,7 @@ * * Copyright (C) 2004 Linux Networx * Copyright (C) 2005 Bitworks - * Copyright (C) 2007 Ronald G. Minnich + * Copyright (C) 2007 Ronald G. Minnich * * 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 diff --git a/southbridge/nvidia/mcp55/dts b/southbridge/nvidia/mcp55/dts index de1c4be235..5c77de8ef8 100644 --- a/southbridge/nvidia/mcp55/dts +++ b/southbridge/nvidia/mcp55/dts @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007 YingHai Lu * Copyright (C) 2008 Ronald G. Minnich * * This program is free software; you can redistribute it and/or modify @@ -27,4 +26,3 @@ mac_eeprom_smbus = "0"; mac_eeprom_addr "0"; }; - diff --git a/southbridge/nvidia/mcp55/ide.dts b/southbridge/nvidia/mcp55/ide.dts index 199815347f..c3c5ded11c 100644 --- a/southbridge/nvidia/mcp55/ide.dts +++ b/southbridge/nvidia/mcp55/ide.dts @@ -1,7 +1,8 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007-8 Ronald G. Minnich * + * Copyright (C) 2008 Ronald G. Minnich + * * 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 diff --git a/southbridge/nvidia/mcp55/sata.dts b/southbridge/nvidia/mcp55/sata.dts index 72bc3ba438..84a979006f 100644 --- a/southbridge/nvidia/mcp55/sata.dts +++ b/southbridge/nvidia/mcp55/sata.dts @@ -1,7 +1,8 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007-8 Ronald G. Minnich * + * Copyright (C) 2008 Ronald G. Minnich + * * 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 @@ -22,5 +23,4 @@ sata0_enable = "0"; sata1_enable = "0"; - }; diff --git a/southbridge/nvidia/mcp55/stage1.h b/southbridge/nvidia/mcp55/stage1.h index 5d0c056fba..7b4dec9b03 100644 --- a/southbridge/nvidia/mcp55/stage1.h +++ b/southbridge/nvidia/mcp55/stage1.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2008 Ronald G. Minnich + * Copyright (C) 2008 Ronald G. Minnich * * 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 diff --git a/southbridge/nvidia/mcp55/stage1_smbus.c b/southbridge/nvidia/mcp55/stage1_smbus.c index 13dcf09376..ec122cb05e 100644 --- a/southbridge/nvidia/mcp55/stage1_smbus.c +++ b/southbridge/nvidia/mcp55/stage1_smbus.c @@ -5,7 +5,7 @@ * Written by Yinghai Lu for Tyan Computer. * Copyright (C) 2006,2007 AMD * Written by Yinghai Lu for AMD. - * Copyright (C) 2008 Ronald G. Minnich (for v3) + * Copyright (C) 2008 Ronald G. Minnich * * 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