From 2a605775a68d26b37f4088a0ffb0b46a4ace0610 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 28 Jun 2007 14:06:39 +0000 Subject: [PATCH] Various cosmetic license header fixes (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@392 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/geodelx/cpu.c | 7 +++---- arch/x86/geodelx/geodelx.c | 1 + device/pnp_raw.c | 9 ++++++--- include/arch/x86/msr.h | 2 +- include/device/device.h | 2 +- include/post_code.h | 5 +++-- mainboard/adl/msm800sev/initram.c | 2 ++ mainboard/adl/msm800sev/mainboard.c | 5 ++--- mainboard/amd/norwich/mainboard.c | 5 ++--- mainboard/emulation/qemu-x86/mainboard.c | 5 ++--- northbridge/amd/geodelx/geodelx.h | 11 +++++++---- northbridge/amd/geodelx/raminit.c | 2 +- northbridge/amd/geodelx/raminit.h | 2 +- southbridge/amd/cs5536/cs5536.c | 2 +- superio/winbond/w83627hf/superio.c | 15 +++++++-------- superio/winbond/w83627hf/w83627hf.h | 8 +++++--- superio/winbond/w83627hf/w83627hf_early_serial.c | 6 +++--- 17 files changed, 48 insertions(+), 41 deletions(-) diff --git a/arch/x86/geodelx/cpu.c b/arch/x86/geodelx/cpu.c index e4057e191d..0a99d0d3f4 100644 --- a/arch/x86/geodelx/cpu.c +++ b/arch/x86/geodelx/cpu.c @@ -9,8 +9,8 @@ * * 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, or - * (at your option) any later version.. + * 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 @@ -19,10 +19,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 */ - /* This is a test for the idea of a cpu device. There is only ever * going to be one CPU device, the bootstrap processor or BP; other * processors will go through a different path. on Geode it is diff --git a/arch/x86/geodelx/geodelx.c b/arch/x86/geodelx/geodelx.c index 823bb2187b..f9b0643b67 100644 --- a/arch/x86/geodelx/geodelx.c +++ b/arch/x86/geodelx/geodelx.c @@ -19,6 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #include #include #include diff --git a/device/pnp_raw.c b/device/pnp_raw.c index cba5d150e4..ec3213ae5f 100644 --- a/device/pnp_raw.c +++ b/device/pnp_raw.c @@ -1,17 +1,20 @@ /* - * Copyright (C) 2007 Ronald G. Minnich + * This file is part of the LinuxBIOS project. + * + * Copyright (C) 2007 Ronald G. Minnich * Copyright (C) 2007 coresystems GmbH + * (Written by Stefan Reinauer for 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 * 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 diff --git a/include/arch/x86/msr.h b/include/arch/x86/msr.h index 98eb0df4cd..a07666345f 100644 --- a/include/arch/x86/msr.h +++ b/include/arch/x86/msr.h @@ -1,7 +1,7 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright (C) 2007 Ron 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/include/device/device.h b/include/device/device.h index 19da730a93..8b67ad64bb 100644 --- a/include/device/device.h +++ b/include/device/device.h @@ -4,7 +4,7 @@ * 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 + * 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. * diff --git a/include/post_code.h b/include/post_code.h index 661746d141..0b150ba0a2 100644 --- a/include/post_code.h +++ b/include/post_code.h @@ -2,7 +2,7 @@ * This file is part of the LinuxBIOS project. * * 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 * the Free Software Foundation; either version 2 of the License, or @@ -18,4 +18,5 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#define POST_START_OF_MAIN (0x01) +#define POST_START_OF_MAIN 0x01 + diff --git a/mainboard/adl/msm800sev/initram.c b/mainboard/adl/msm800sev/initram.c index c0fbabcb0f..fa289f2cc3 100644 --- a/mainboard/adl/msm800sev/initram.c +++ b/mainboard/adl/msm800sev/initram.c @@ -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 */ + #include #include #include @@ -32,6 +33,7 @@ #include #include #include + #define SERIAL_DEV 0x30 #define MANUALCONF 0 /* Do automatic strapped PLL config */ diff --git a/mainboard/adl/msm800sev/mainboard.c b/mainboard/adl/msm800sev/mainboard.c index 9e10e83c2b..8faaf9150c 100644 --- a/mainboard/adl/msm800sev/mainboard.c +++ b/mainboard/adl/msm800sev/mainboard.c @@ -9,12 +9,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA @@ -22,4 +22,3 @@ const char *mainboard_vendor = "Advanced Digital Logic"; const char *mainboard_part_number = "MSM800SEV"; - diff --git a/mainboard/amd/norwich/mainboard.c b/mainboard/amd/norwich/mainboard.c index d3a60ff668..7bfce06c23 100644 --- a/mainboard/amd/norwich/mainboard.c +++ b/mainboard/amd/norwich/mainboard.c @@ -9,12 +9,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA @@ -22,4 +22,3 @@ const char *mainboard_vendor = "AMD"; const char *mainboard_part_number = "Norwich"; - diff --git a/mainboard/emulation/qemu-x86/mainboard.c b/mainboard/emulation/qemu-x86/mainboard.c index ea9a8d113e..8d360eec4b 100644 --- a/mainboard/emulation/qemu-x86/mainboard.c +++ b/mainboard/emulation/qemu-x86/mainboard.c @@ -9,12 +9,12 @@ * 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, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA @@ -22,4 +22,3 @@ const char *mainboard_vendor = "Emulation"; const char *mainboard_part_number = "QEMU x86"; - diff --git a/northbridge/amd/geodelx/geodelx.h b/northbridge/amd/geodelx/geodelx.h index 5ff65807eb..07a4801083 100644 --- a/northbridge/amd/geodelx/geodelx.h +++ b/northbridge/amd/geodelx/geodelx.h @@ -9,14 +9,17 @@ * * 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 + * 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 NORTHBRIDGE_AMD_LX_H -#define NORTHBRIDGE_AMD_LX_H -#endif /* NORTHBRIDGE_AMD_LX_H */ +#ifndef NORTHBRIDGE_AMD_GEODELX_GEODELX_H +#define NORTHBRIDGE_AMD_GEODELX_GEODELX_H + +/* TODO: Empty file, should be removed? */ + +#endif /* NORTHBRIDGE_AMD_GEODELX_GEODELX_H */ diff --git a/northbridge/amd/geodelx/raminit.c b/northbridge/amd/geodelx/raminit.c index 503e12e255..e4e14e788a 100644 --- a/northbridge/amd/geodelx/raminit.c +++ b/northbridge/amd/geodelx/raminit.c @@ -1,7 +1,7 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright (C) 2007 Advanced Micro Devices + * 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 as published by diff --git a/northbridge/amd/geodelx/raminit.h b/northbridge/amd/geodelx/raminit.h index bd827ae35b..80c166e4bb 100644 --- a/northbridge/amd/geodelx/raminit.h +++ b/northbridge/amd/geodelx/raminit.h @@ -1,7 +1,7 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright (C) 2007 Advanced Micro Devices + * 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 as published by diff --git a/southbridge/amd/cs5536/cs5536.c b/southbridge/amd/cs5536/cs5536.c index 8bf611801d..c5ec897fd6 100644 --- a/southbridge/amd/cs5536/cs5536.c +++ b/southbridge/amd/cs5536/cs5536.c @@ -9,7 +9,7 @@ * * 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 + * 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 diff --git a/superio/winbond/w83627hf/superio.c b/superio/winbond/w83627hf/superio.c index 30583a06d2..d67d256adf 100644 --- a/superio/winbond/w83627hf/superio.c +++ b/superio/winbond/w83627hf/superio.c @@ -1,21 +1,21 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright 2000 AG Electronics Ltd. - * Copyright 2003-2004 Linux Networx - * Copyright 2004 Tyan - * By LYH change from PC87360 - * Copyright 2007 coresystems GmbH + * Copyright 2000 AG Electronics Ltd. + * Copyright 2003-2004 Linux Networx + * Copyright 2004 Tyan + * By LYH change from PC87360 + * Copyright 2007 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. - * + * * 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 @@ -33,7 +33,6 @@ #include #include "w83627hf.h" - static void pnp_enter_ext_func_mode(struct device * dev) { outb(0x87, dev->path.u.pnp.port); diff --git a/superio/winbond/w83627hf/w83627hf.h b/superio/winbond/w83627hf/w83627hf.h index 7b2841caad..bf1036420b 100644 --- a/superio/winbond/w83627hf/w83627hf.h +++ b/superio/winbond/w83627hf/w83627hf.h @@ -1,22 +1,23 @@ /* * This file is part of the LinuxBIOS project. - + * * Copyright 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 * 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, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #ifndef SUPERIO_WINBOND_W83627HF_W83627HF_H #define SUPERIO_WINBOND_W83627HF_W83627HF_H @@ -31,4 +32,5 @@ #define W83627HF_GPIO3 9 #define W83627HF_ACPI 10 #define W83627HF_HWM 11 /* Hardware Monitor */ + #endif /* SUPERIO_WINBOND_W83627HF_W83627HF_H */ diff --git a/superio/winbond/w83627hf/w83627hf_early_serial.c b/superio/winbond/w83627hf/w83627hf_early_serial.c index cd13ae9c63..892922ec15 100644 --- a/superio/winbond/w83627hf/w83627hf_early_serial.c +++ b/superio/winbond/w83627hf/w83627hf_early_serial.c @@ -1,18 +1,18 @@ /* * This file is part of the LinuxBIOS project. - + * * Copyright 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 * 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, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA