From 2e42b88a9a08accb6cdf48e6bde088bf00c0b1c5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 26 Feb 2007 23:17:40 +0000 Subject: [PATCH] Large patch but trivial: Fix Copright error. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@137 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/archtables.c | 2 +- arch/x86/linuxbios_table.c | 2 +- arch/x86/serial.c | 4 ++-- include/elf_boot.h | 2 +- include/lar.h | 2 +- include/linuxbios_tables.h | 2 +- include/tables.h | 4 ++-- lib/lar.c | 2 +- lib/mem.c | 2 +- lib/tables.c | 2 +- util/lar/Makefile | 2 +- util/lar/create.c | 2 +- util/lar/create.h | 2 +- util/lar/example.c | 2 +- util/lar/extract.c | 2 +- util/lar/extract.h | 2 +- util/lar/lar.c | 2 +- util/lar/lar.h | 2 +- util/lar/lib.c | 2 +- util/lar/lib.h | 2 +- util/lar/list.c | 2 +- util/lar/list.h | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/arch/x86/archtables.c b/arch/x86/archtables.c index b807601fa4..90824519a1 100644 --- a/arch/x86/archtables.c +++ b/arch/x86/archtables.c @@ -2,7 +2,7 @@ * table management code for Linux BIOS * * - * Copright (C) 2002 Eric Biederman, Linux NetworX + * Copyright (C) 2002 Eric Biederman, Linux NetworX * * 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/linuxbios_table.c b/arch/x86/linuxbios_table.c index c0975247ba..2a2deca7be 100644 --- a/arch/x86/linuxbios_table.c +++ b/arch/x86/linuxbios_table.c @@ -2,7 +2,7 @@ * table management code for Linux BIOS tables * * - * Copright (C) 2002 Eric Biederman, Linux NetworX + * Copyright (C) 2002 Eric Biederman, Linux NetworX * * 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 ec8d4d1511..c8a80220f0 100644 --- a/arch/x86/serial.c +++ b/arch/x86/serial.c @@ -1,8 +1,8 @@ /* * serial.c -- uart init function * - * Copright (C) 2007 coresystems GmbH - * Copright (C) 2007 Ronald G. Minnich + * Copyright (C) 2007 coresystems GmbH + * 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/elf_boot.h b/include/elf_boot.h index d2471ee78d..6830383d1f 100644 --- a/include/elf_boot.h +++ b/include/elf_boot.h @@ -1,5 +1,5 @@ /* - * Copright (C) 2002 Eric Biederman + * Copyright (C) 2002 Eric Biederman * * 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 5d1a8811a5..954fae36a0 100644 --- a/include/lar.h +++ b/include/lar.h @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/include/linuxbios_tables.h b/include/linuxbios_tables.h index 2b76b7492c..a4f93c90da 100644 --- a/include/linuxbios_tables.h +++ b/include/linuxbios_tables.h @@ -1,5 +1,5 @@ /* - * Copright (C) 2002 Eric Biederman + * Copyright (C) 2002 Eric Biederman * * 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/tables.h b/include/tables.h index eaff149a10..6468a10f0d 100644 --- a/include/tables.h +++ b/include/tables.h @@ -3,8 +3,8 @@ * ALL structs and prototypes for tables that LinuxBIOS generates should be defined here. * * - * Copright (C) 2002 Eric Biederman, Linux NetworX - * Copright (C) 2005 Stefan Reinauer, Core Systems + * Copyright (C) 2002 Eric Biederman, Linux NetworX + * Copyright (C) 2005 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 14208ad78a..c1d527b155 100644 --- a/lib/lar.c +++ b/lib/lar.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006-2007 coresystems GmbH + * 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 diff --git a/lib/mem.c b/lib/mem.c index 159bc6f3f6..f182efd656 100644 --- a/lib/mem.c +++ b/lib/mem.c @@ -1,7 +1,7 @@ /* * This file is part of the LinuxBIOS project. * - * Copright (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/lib/tables.c b/lib/tables.c index 6a024881b8..85c1ae0b39 100644 --- a/lib/tables.c +++ b/lib/tables.c @@ -2,7 +2,7 @@ * table management code for Linux BIOS * This is the architecture-independent driver; it has a hook to architecture-dependent code. * - * Copright (C) 2002 Eric Biederman, Linux NetworX + * Copyright (C) 2002 Eric Biederman, Linux NetworX * * 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/util/lar/Makefile b/util/lar/Makefile index fce5f96497..7de0ce2edb 100644 --- a/util/lar/Makefile +++ b/util/lar/Makefile @@ -1,7 +1,7 @@ ## ## lar - LinuxBIOS archiver ## -## Copright (C) 2006 coresystems GmbH +## Copyright (C) 2006 coresystems GmbH ## Written by Stefan Reinauer for coresystems GmbH ## ## This program is free software; you can redistribute it and/or modify diff --git a/util/lar/create.c b/util/lar/create.c index 79b4909a69..cab36126eb 100644 --- a/util/lar/create.c +++ b/util/lar/create.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/create.h b/util/lar/create.h index 66b70044a4..a6eb041754 100644 --- a/util/lar/create.h +++ b/util/lar/create.h @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/example.c b/util/lar/example.c index afada3f708..5b1df34e91 100644 --- a/util/lar/example.c +++ b/util/lar/example.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/extract.c b/util/lar/extract.c index 7fcd6bab95..0ad37067d7 100644 --- a/util/lar/extract.c +++ b/util/lar/extract.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/extract.h b/util/lar/extract.h index b46475c275..9a76035bc4 100644 --- a/util/lar/extract.h +++ b/util/lar/extract.h @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/lar.c b/util/lar/lar.c index 3bb0ae361e..58a9a829ea 100644 --- a/util/lar/lar.c +++ b/util/lar/lar.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/lar.h b/util/lar/lar.h index 02d4564d3a..3fdf5ae2ac 100644 --- a/util/lar/lar.h +++ b/util/lar/lar.h @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/lib.c b/util/lar/lib.c index 1416baa7a1..6b4baa7a58 100644 --- a/util/lar/lib.c +++ b/util/lar/lib.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/lib.h b/util/lar/lib.h index 60d7ca24b3..70c7533c30 100644 --- a/util/lar/lib.h +++ b/util/lar/lib.h @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/list.c b/util/lar/list.c index aa626613a8..5ea091bad2 100644 --- a/util/lar/list.c +++ b/util/lar/list.c @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify diff --git a/util/lar/list.h b/util/lar/list.h index a43c0b1fbd..18199d4868 100644 --- a/util/lar/list.h +++ b/util/lar/list.h @@ -1,7 +1,7 @@ /* * lar - LinuxBIOS archiver * - * Copright (C) 2006 coresystems GmbH + * Copyright (C) 2006 coresystems GmbH * Written by Stefan Reinauer for coresystems GmbH * * This program is free software; you can redistribute it and/or modify