Use common LinuxBIOS license header format (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@173 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-03-02 19:32:22 +00:00
parent 637e4588be
commit 36696cc613
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,8 @@
/*
* This file is part of the LinuxBIOS project.
*
* Copyright (C) 2007 coresystems GmbH <stepan@coresystems.de>
* Copyright (C) 2007 coresystems GmbH
* Written by Stefan Reinauer <stepan@coresystems.de> 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

View file

@ -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 <stepan@coresystems.de>
*
* Copyright (C) 2005 coresystems GmbH
* Written by Stefan Reinauer <stepan@coresystems.de> 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