Hi,
here is the patch adding the BSD license header to the two files Uwe mentioned. (yabel/compat/time.h and yabel/compat/functions.c) I did get svn commit rights, so i will check this patch in myself, since this is trivial, i will self-ack, i hope that is ok.
Patty
Signed-off-by: Pattrick Hueper phueper@hueper.net Acked-by: Pattrick Hueper phueper@hueper.net --- util/x86emu/yabel/compat/functions.c | 10 ++++++++++ util/x86emu/yabel/compat/time.h | 10 ++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/util/x86emu/yabel/compat/functions.c b/util/x86emu/yabel/compat/functions.c index c788594..64e9d40 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 phueper@hueper.net + ****************************************************************************/
/* 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 1e2342e..b0c63c7 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 phueper@hueper.net + ****************************************************************************/
#ifndef _BIOSEMU_COMPAT_TIME_H #define _BIOSEMU_COMPAT_TIME_H