Author: phueper Date: 2009-01-07 10:14:03 +0100 (Wed, 07 Jan 2009) New Revision: 1102
Modified: coreboot-v3/util/x86emu/yabel/compat/functions.c coreboot-v3/util/x86emu/yabel/compat/time.h Log: 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
Modified: coreboot-v3/util/x86emu/yabel/compat/functions.c =================================================================== --- coreboot-v3/util/x86emu/yabel/compat/functions.c 2009-01-06 00:05:45 UTC (rev 1101) +++ coreboot-v3/util/x86emu/yabel/compat/functions.c 2009-01-07 09:14:03 UTC (rev 1102) @@ -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...
Modified: coreboot-v3/util/x86emu/yabel/compat/time.h =================================================================== --- coreboot-v3/util/x86emu/yabel/compat/time.h 2009-01-06 00:05:45 UTC (rev 1101) +++ coreboot-v3/util/x86emu/yabel/compat/time.h 2009-01-07 09:14:03 UTC (rev 1102) @@ -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