diff --git a/arch/Kconfig b/arch/Kconfig index a16acd0cf9..01d3db86ea 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006 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 diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 785cba4f8a..3d6d9ef094 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006 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 diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b1aa8656e4..359aeff73f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006 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 diff --git a/arch/x86/Makefile b/arch/x86/Makefile index a8fb766d98..87c03f4c41 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006-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 diff --git a/arch/x86/serial.c b/arch/x86/serial.c index c8a80220f0..ec5ca30d1c 100644 --- a/arch/x86/serial.c +++ b/arch/x86/serial.c @@ -1,7 +1,9 @@ /* * serial.c -- uart init function * - * Copyright (C) 2007 coresystems GmbH + * Copyright (C) 2007 coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. + * * Copyright (C) 2007 Ronald G. Minnich * * This program is free software; you can redistribute it and/or modify @@ -16,7 +18,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 diff --git a/arch/x86/stage0_i586.S b/arch/x86/stage0_i586.S index 1d6a3a83de..51411ed0be 100644 --- a/arch/x86/stage0_i586.S +++ b/arch/x86/stage0_i586.S @@ -6,7 +6,7 @@ ## Copyright (C) 2000,2007 Ronald G. Minnich ## ## Copyright (C) 2007 coresystems GmbH -## Written by Stefan Reinauer for 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 @@ -190,7 +190,7 @@ __protected_stage0: ## Written by Yinghai Lu for Tyan. ## ## Copyright (C) 2007 coresystems GmbH -## Written by Stefan Reinauer for 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 @@ -479,7 +479,7 @@ var_mtrr_msr: ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2007 coresystems GmbH -## Written by Stefan Reinauer for 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 diff --git a/arch/x86/udelay_io.c b/arch/x86/udelay_io.c index 18774292b3..9a17b836e2 100644 --- a/arch/x86/udelay_io.c +++ b/arch/x86/udelay_io.c @@ -1,7 +1,8 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright (C) 2005 coresystems GmbH + * Copyright (C) 2005 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 @@ -16,12 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA */ + #include void udelay(int usecs) { int i; - for(i = 0; i < usecs; i++) + for (i = 0; i < usecs; i++) outb(i&0xff, 0x80); } diff --git a/console/Makefile b/console/Makefile index a95ae099e0..038132b155 100644 --- a/console/Makefile +++ b/console/Makefile @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## 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 diff --git a/device/Makefile b/device/Makefile index 162ebe474a..c98240436b 100644 --- a/device/Makefile +++ b/device/Makefile @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## 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 diff --git a/include/lar.h b/include/lar.h index 954fae36a0..b8d6d353ef 100644 --- a/include/lar.h +++ b/include/lar.h @@ -1,8 +1,8 @@ /* - * lar - LinuxBIOS archiver + * This file is part of the LinuxBIOS project. * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for 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 @@ -37,7 +37,7 @@ struct mem_file { int len; }; -/* prototypes */ +/* Prototypes. */ int find_file(struct mem_file *archive, char *filename, struct mem_file *result); int copy_file(struct mem_file *archive, char *filename, void *where); int run_file(struct mem_file *archive, char *filename, void *where); diff --git a/lib/Makefile b/lib/Makefile index 51a1055ac7..1d4ed1d35f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006 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 diff --git a/lib/lar.c b/lib/lar.c index c1d527b155..5b8a0d2553 100644 --- a/lib/lar.c +++ b/lib/lar.c @@ -1,8 +1,8 @@ /* - * lar - LinuxBIOS archiver + * This file is part of the LinuxBIOS project. * * Copyright (C) 2006-2007 coresystems GmbH - * Written by Stefan Reinauer for 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 @@ -16,7 +16,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 diff --git a/mainboard/emulation/qemu-x86/Makefile b/mainboard/emulation/qemu-x86/Makefile index a31365cb07..0db29589a2 100644 --- a/mainboard/emulation/qemu-x86/Makefile +++ b/mainboard/emulation/qemu-x86/Makefile @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006-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 @@ -61,4 +62,3 @@ STAGE2_CHIPSET_OBJ = # chipset include $(src)/northbridge/intel/i440bxemulation/Makefile - diff --git a/northbridge/intel/i440bxemulation/Makefile b/northbridge/intel/i440bxemulation/Makefile index 9b0f6193fa..3ebe0b21be 100644 --- a/northbridge/intel/i440bxemulation/Makefile +++ b/northbridge/intel/i440bxemulation/Makefile @@ -2,6 +2,7 @@ ## This file is part of the LinuxBIOS project. ## ## Copyright (C) 2006-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