From 36696cc6138f6f3aec4cecff76f584f313d81bf0 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 2 Mar 2007 19:32:22 +0000 Subject: [PATCH] Use common LinuxBIOS license header format (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@173 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/lib.h | 3 ++- include/tables.h | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/lib.h b/include/lib.h index 7e4da0ed9b..e00db37a9b 100644 --- a/include/lib.h +++ b/include/lib.h @@ -1,7 +1,8 @@ /* * This file is part of the LinuxBIOS project. * - * Copyright (C) 2007 coresystems GmbH + * 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 version 2 as diff --git a/include/tables.h b/include/tables.h index 6468a10f0d..38407de5b3 100644 --- a/include/tables.h +++ b/include/tables.h @@ -1,10 +1,11 @@ /* * table management structs and prototypes for LinuxBIOS * ALL structs and prototypes for tables that LinuxBIOS generates should be defined here. - * * * Copyright (C) 2002 Eric Biederman, Linux NetworX - * 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 @@ -18,7 +19,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 TABLES_H