YABEL: (trivial) add BSD license header to files missing a license header

Signed-off-by: Pattrick Hueper <phueper@hueper.net>
Acked-by: Pattrick Hueper <phueper@hueper.net>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1102 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Pattrick Hueper 2009-01-07 09:14:03 +00:00
parent 9fce7f464a
commit 4c7a76da2e
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,13 @@
/****************************************************************************
* YABEL BIOS Emulator
*
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http://www.opensource.org/licenses/bsd-license.php
*
* Copyright 2008 Pattrick Hueper <phueper@hueper.net>
****************************************************************************/
/* this file contains functions provided by SLOF, that the current biosemu implementation needs
* they should go away inthe future...

View file

@ -1,3 +1,13 @@
/****************************************************************************
* YABEL BIOS Emulator
*
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http://www.opensource.org/licenses/bsd-license.php
*
* Copyright 2008 Pattrick Hueper <phueper@hueper.net>
****************************************************************************/
#ifndef _BIOSEMU_COMPAT_TIME_H
#define _BIOSEMU_COMPAT_TIME_H