From 4c7a76da2ed46375b1389ff31e2c8a681233cab5 Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Wed, 7 Jan 2009 09:14:03 +0000 Subject: [PATCH] YABEL: (trivial) add BSD license header to files missing a license header Signed-off-by: Pattrick Hueper Acked-by: Pattrick Hueper git-svn-id: svn://coreboot.org/repository/coreboot-v3@1102 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/x86emu/yabel/compat/functions.c | 10 ++++++++++ util/x86emu/yabel/compat/time.h | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/util/x86emu/yabel/compat/functions.c b/util/x86emu/yabel/compat/functions.c index c788594f67..64e9d40f09 100644 --- a/util/x86emu/yabel/compat/functions.c +++ b/util/x86emu/yabel/compat/functions.c @@ -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 + ****************************************************************************/ /* this file contains functions provided by SLOF, that the current biosemu implementation needs * they should go away inthe future... diff --git a/util/x86emu/yabel/compat/time.h b/util/x86emu/yabel/compat/time.h index 1e2342e875..b0c63c706c 100644 --- a/util/x86emu/yabel/compat/time.h +++ b/util/x86emu/yabel/compat/time.h @@ -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 + ****************************************************************************/ #ifndef _BIOSEMU_COMPAT_TIME_H #define _BIOSEMU_COMPAT_TIME_H