mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
9fce7f464a
commit
4c7a76da2e
2 changed files with 20 additions and 0 deletions
|
@ -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...
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue