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